Skip to content

Contract Labels

The ethereum.contract_labels table provides indexed views for ethereum contract labels and names as provided by Etherscan.

Columns

Name Type Description
contract_address text The address of the smart contract.
labels text[] The labels of the smart contract, as provided by Etherscan.
name text The name of the smart contract, as provided by Etherscan.
__block_number integer The block number at which the event took place in.
__confirmed boolean Flag indicating whether the transfer has been confirmed.
__last_modified timestamp The date at which this row was last updated (in ISO-8601 format).

Indexes

Index
contract_address
labels
__last_modified
__indexer_id, __block_number
__indexer_id WHERE __confirmed = false

Got questions? Join our Discord

Discord is the primary home of the Transpose developer community. Join us to ask questions, share your work, and get help.