| abi_id | varchar | Unique identifier for the contract’s ABI definition |
| abi | array(varchar) | The full ABI (Application Binary Interface) of the contract as an array of function/event definitions |
| address | varbinary | The contract’s deployment address on the Tron blockchain |
| from | varbinary | Address of the account that deployed this contract |
| code | varbinary | The bytecode of the deployed contract |
| name | varchar | Human-readable name of the contract (e.g. “SunswapV2Router”) |
| namespace | varchar | Project or protocol namespace the contract belongs to (e.g. “sunswapv2”) |
| dynamic | boolean | Whether the contract was dynamically decoded via ABI matching |
| base | boolean | Whether this is a base contract (not created by a factory) |
| factory | boolean | Whether this contract was created by a factory contract |
| detection_source | varchar | How the contract was detected and added to Dune’s decoded set (e.g. “base”, “factory”) |
| created_at | timestamp(3) | Timestamp when this record was created in Dune’s database |