Flipside Docs
Search…
What is Flipside?
Our Data
Data Updates
Data Model Overview
Tables
AAVE Tables
Algorand Tables
Astroport Tables
Compound Tables
Ethereum Tables
Ethereum Transactions Table
Ethereum UDM Events Table
Ethereum Events Emitted Table
Ethereum Contracts Table
ERC20 Balances Table
Ethereum NFT Tables
Ethereum DEX Tables
Ethereum_Core Tables
Ethereum_Sushi Tables
FLOW Tables
Osmosis Tables
Polygon Tables
Solana Tables
Terra Tables
Terraswap Tables
THORChain Tables
Uniswap V3 Tables
Data Tutorials
Flipside App
Getting Started with the Flipside App
Parameterized Queries
Query Editor Shortcuts
Powered By
GitBook
Ethereum Events Emitted Table
Native
Ethereum Events
exist within the
ethereum
schema, as
ethereum.events_emitted
Notable Features:
All event inputs are decoded and stored in a fully queryable JSON column called
event_inputs
Flipside's labels have been merged in.
Every contract has an associated name that corresponds 1:1 with the solidity contract code.
Table Schema
ethereum.events_emitted
Field
Type
Description
block_id
number
The block height this event was recorded at.
block_timestamp
timestamp
UTC block timestamp for parent block
contract_address
address
The parent contract that is responsible for kicking off this event.
contract_name
string
The name of this contract.
event_index
string
The index/order of the event in the transaction
event_inputs
json
Decoded event inputs (specifically topics/data are decoded)
event_name
string
English decoded name for the event name. This could be a transfer, or any decoded log method or log event name
tx_from_address
address
The initiator of the transaction.
tx_from_address_name
string
​
(see Labels section for details)
​
tx_from_label
string
​
(see Labels section for details)
​
tx_from_label_subtype
string
​
(see Labels section for details)
​
tx_from_label_type
string
​
(see Labels section for details)
​
tx_to_address
address
The receiver of the transaction or initial contract being called
tx_to_address_name
string
​
(see Labels section for details)
​
tx_to_label
string
​
(see Labels section for details)
​
tx_to_label_subtype
string
​
(see Labels section for details)
​
tx_to_label_type
string
​
(see Labels section for details)
​
tx_id
string
Transaction hash
tx_succeeded
string
Was this transaction successful?
Previous
Ethereum UDM Events Table
Next
Ethereum Contracts Table
Last modified
1yr ago
Copy link
Contents
Table Schema