Protocol Contracts
The ethereum.protocol_contracts
table provides indexed views of known protocol contract names and categories used in our indexing stack.
Columns
Name | Type | Description |
---|---|---|
address | text |
The protocol contract address (may not be an actual smart contract, but behaves in an automated fashion for a protocol). |
bridge_name | text |
The name of the bridge protocol that facilitated the event. |
name | text |
The name of the protocol the contract is associated with. |
version | text |
The contract's version, typically denotes the protocol version. |
__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 |
---|
name, version |
contract_type |
metadata |
start_block |
deployer_address |
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.