pipermerriam/ethereum-function-signature-registry

Parse Event Signatures when SignatureForm is used

Closed this issue · 0 comments

a5net commented

What is wrong?

When a user submits a signature using this page , it parses only for function signatures, ignoring the possibility of input being an event signature.

How can it be fixed

Implement the logic for parsing function and event signatures when SignatureForm is used. It should be quite similar to how it is done in Solidity and ABI import.