Table Description
This table contains information about the contracts Dune has decoded on the monad_testnet blockchain.Column Descriptions
| Column | Type | Description |
|---|---|---|
abi_id | varchar | Unique identifier for the ABI |
abi | array(varchar) | Contract ABI (Application Binary Interface) |
address | varbinary | Contract address |
from | varbinary | Address that deployed the contract |
code | varbinary | Deployed bytecode of the contract |
name | varchar | Name of the contract |
namespace | varchar | Project namespace (e.g., uniswap_v3) |
dynamic | boolean | Whether the contract was dynamically detected |
base | boolean | Whether this is the base contract submission |
factory | boolean | Whether this contract is a factory contract |
detection_source | varchar | How the contract was detected (manual, factory, etc.) |
created_at | timestamp | When this record was created in Dune |