pipermerriam/ethereum-function-signature-registry

Solidity Code parser for Event Signatures

Closed this issue · 0 comments

a5net commented

What is wrong?

Current incoming pull request contains a model for Event Signatures. But it does not have a creation option via parsing solidity source code. This functionality needs to be added.

How can it be fixed

  • Write a parser for event signatures from solidity source code

Note

Before pushing changes for this issue, the implementation of validators is expected to be present.