Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.dune.com/llms.txt

Use this file to discover all available pages before exploring further.

Table Description

The ethereum.contracts table contains information about the contracts Dune has decoded on the Ethereum blockchain.

Column Descriptions

ColumnTypeDescription
abi_idvarcharUnique identifier for the ABI
abiarray(varchar)Contract ABI (Application Binary Interface)
addressvarbinaryContract address
fromvarbinaryAddress that deployed the contract
codevarbinaryDeployed bytecode of the contract
namevarcharName of the contract
namespacevarcharProject namespace (e.g., uniswap_v3)
dynamicbooleanWhether the contract was dynamically detected
basebooleanWhether this is the base contract submission
factorybooleanWhether this contract is a factory contract
detection_sourcevarcharHow the contract was detected (manual, factory, etc.)
created_attimestampWhen this record was created in Dune

Table Sample