Decoded
Human-readable ethereum function signatures and log events.
Last updated
Human-readable ethereum function signatures and log events.
Last updated
The decoded schema is nested under the common
database.
Our decoded bucket of data comprises of 2 tables - function_signatures
and event_signatures
.
Each signature is a mapping between the human-readable function signature and the 4-byte function selector used by EVM.
See the official Ethereum Contract ABI documentation for more information.
Column Name | Description | Example |
---|---|---|
Each signature is a mapping between the human-readable event signature and the 32-byte event selector used by the EVM.
See the official Ethereum Contract ABI documentation for more information.
Column Name | Description | Example |
---|---|---|