Skip to main content

Table Details

PropertyValue
Table Namescroll_sepolia.agents.erc8004_events
Table StatusProduction-Ready
Unique Keytransaction_hash, log_index
Clustering Key(s)block_timestamp::date, event_name

Table Columns

Column NameData TypeDescription
event_nameVARCHAR(16777216)Name of the ERC-8004 registry event emitted (e.g. registration, update, or deregistration of an agent).
agent_idVARCHAR(16777216)Unique identifier of the agent registered in an ERC-8004 agent registry contract.
registry_typeVARCHAR(16777216)Type of agent registry (e.g. service, tool). Determines the registration schema and event structure.
registry_addressVARCHAR(42)Contract address of the registry that recorded this agent registration or event.
registry_nameVARCHAR(16777216)Human-readable name of the registry contract, if known.
is_officialBOOLEANTrue if this agent or registry entry is verified as an official Allium-recognized entity.
extra_fieldsVARIANTJSON object containing additional fields from the onchain event that are not part of the standard schema (e.g. nonce, fee metadata, protocol-specific parameters).
transaction_hashVARCHAR(66)Hash of the transaction that produced this record. Uniquely identifies a transaction within the blockchain.
log_indexNUMBER(38,0)Zero-based position of this event log within its transaction. The first log emitted by a transaction has index 0.
block_timestampTIMESTAMP_NTZ(9)Timestamp (UTC) of the block that contains this record.
block_numberNUMBER(38,0)Sequential number of the block that contains this record. Starts at 0 (genesis block) and increments by 1 for each new block.
block_hashVARCHAR(66)Cryptographic hash of the block header that contains this record. Uniquely identifies a block.
transaction_from_addressVARCHAR(42)Address of the externally-owned account (EOA) that signed and submitted the transaction. This is the wallet that paid gas.
transaction_to_addressVARCHAR(42)Address the transaction was sent to (the top-level to field of the transaction), typically the registry contract.
unique_idVARCHAR(32)Allium’s deterministic unique identifier for this row. Generated from the fields that uniquely identify the record (e.g. transaction hash + log index). Stable across full refreshes.
chainVARCHAR(16777216)Slug identifying the blockchain this record belongs to.
_created_atTIMESTAMP_NTZ(9)Timestamp of when the entry was created in the database.
_updated_atTIMESTAMP_NTZ(9)Timestamp of when the entry was last updated in the database.