Skip to main content
Schema: crosschain.olas Table: ez_service_donations Type: View

What

This convenience table records ETH donations made to services within the OLAS ecosystem, including the donor, recipient service, and amount donated, denominated in ETH and USD.

Columns

Column NameData TypeDescription
BLOCKCHAINTEXTBlockchain, Network, or Platform the transaction or event occurs on.
BLOCK_NUMBERNUMBERThe block number at which the transaction is finalized.
BLOCK_TIMESTAMPTIMESTAMP_NTZThe block timestamp of this transaction in UTC
TX_HASHTEXTTransaction hash is a unique 66-character identifier that is generated when a transaction is executed.
ORIGIN_FUNCTION_SIGNATURETEXTThe function signature of this transaction.
ORIGIN_FROM_ADDRESSTEXTThe address that initiates the transaction. If a transaction generates multiple events, all of them will have the same originfromaddress.
ORIGIN_TO_ADDRESSTEXTThe address that receives the transaction. If a transaction generates multiple events, all of them will have the same origintoaddress.
CONTRACT_ADDRESSTEXTThe address of the contract interacted with.
EVENT_INDEXNUMBEREvent number within a transaction.
EVENT_NAMETEXTThe name of the event.
DONOR_ADDRESSTEXTThe address of the donor.
SERVICE_IDNUMBERThe unique identifier of the registered Service.
NAMETEXTThe registered name of the Unit (Agent, Component) or Service.
DESCRIPTIONTEXTThe registered description of the Unit (Agent, Component) or Service.
AGENT_IDSARRAYThe unique identifier of the Agent, which is a fundamental component of a Service.
ETH_AMOUNT_UNADJNUMBERThe value of the asset, non-decimal adjusted.
ETH_AMOUNTFLOATThe value of the asset, decimal adjusted.
ETH_AMOUNT_USDFLOATThe total value of the asset for the event, denominated in USD.
EZ_SERVICE_DONATIONS_IDTEXTThe unique identifier for each row in the table.
INSERTED_TIMESTAMPTIMESTAMP_NTZThe utc timestamp at which the row was inserted into the table.
MODIFIED_TIMESTAMPTIMESTAMP_NTZThe utc timestamp at which the row was last modified.