Decoded
plume.contracts
Description of the plume.contracts table on Dune
The plume.contracts
table contains information about deployed contracts in the Plume blockchain.
Table Schema
Column Name | Data Type | Description |
---|---|---|
address | string | Contract address |
bytecode | string | Contract bytecode |
function_sighashes | array | Function signatures |
is_erc20 | boolean | Whether contract is ERC20 |
is_erc721 | boolean | Whether contract is ERC721 |
is_erc1155 | boolean | Whether contract is ERC1155 |
block_number | decimal(38,0) | Block number |
block_timestamp | timestamp | Block timestamp |
transaction_hash | string | Creation transaction hash |
creator_address | string | Creator address |
created_at | timestamp | Creation timestamp |