Contract Model
EVM Network Contract Data Model Documentation
Name
requirements
format: more than 0 characters & less than 41
standard: official name to identify contract & unique [in network contracts data set]
Contract
requirements
format: more than 0 characters & less than 21
standard: short name that identifies contract & unique [in network contracts data set]
Address
requirements
format: EVM address standard format checksum encoded - [0x + 40 hexadecimal characters]
Deploy Block
requirements
format: integer & positive number
standard: must be smaller than EVM network current block
Deploy Transaction Hash
requirements
format: EVM 32 bytes keccak256 transaction hash - [0x + 64 hexadecimal characters]
standard: must be smaller than EVM network current block
Last updated