Skip to main content
  • Query can be found here
  • Scheduled to update once a day (12am UTC)
  • You can apply filters like WHERE, IN, AND/OR upon results

Use Cases

  • Feed into a CRM of developers and projects based on contract popularity
  • Build an explorer page of top trending contracts with basic metadata support.
  • Track trending contracts by value and type (user facing, contract facing, token, router, safes, etc.)

Column Descriptions

Column NameDescriptionType
contract_addressContract address of the contractstring
blockchainBlockchain of the contractstring
deployerDeployer address of the contractstring
contract_projectProject of the contractstring
contract_nameName of the contractstring
created_timeTime when the contract was createdstring
deployed_days_agoNumber of days since deploymentinteger
token_standardStandard of the token (ERC20, ERC721, ERC1155) if applicablestring
usd_value_receivedValue received in USD in ETH and ERC20 tokens in last 30 daysinteger
transaction_callsNumber of transaction calls (top level transactions) in last 30 daysinteger
unique_callersNumber of unique callers (tx from) in last 30 daysinteger
contract_callsNumber of calls from other contracts in last 30 daysinteger
unique_contract_callersNumber of unique contracts calling this contract in traces in last 30 daysinteger