Growhold Ethereum dataset in Google BigQuery provides tables for DApp analytics, transfers with comparable USD prices as well as fully decoded smart contract calls and log events. To learn how to use the dataset, please find more instructions from the Google BigQuery documentation or Google Data Studio support.
Native Ethereum transfers with transfer time's USD price.
token_address | STRING |
from_address | STRING |
to_address | STRING |
token_name | STRING |
token_symbol | STRING |
usd_value | BIGNUMERIC |
token_value | BIGNUMERIC |
value | STRING |
transaction_hash | STRING |
log_index | INTEGER |
block_number | INTEGER |
block_timestamp | TIMESTAMP |
ERC-20 token transfers with USD price synced from Coingecko
token_address | STRING |
from_address | STRING |
to_address | STRING |
token_name | STRING |
token_symbol | STRING |
usd_value | BIGNUMERIC |
token_value | BIGNUMERIC |
value | STRING |
transaction_hash | STRING |
log_index | INTEGER |
block_number | INTEGER |
block_timestamp | TIMESTAMP |
ERC-721 token transfers
token_address | STRING |
from_address | STRING |
to_address | STRING |
token_name | STRING |
token_symbol | STRING |
usd_value | BIGNUMERIC |
token_value | BIGNUMERIC |
value | STRING |
transaction_hash | STRING |
log_index | INTEGER |
block_number | INTEGER |
block_timestamp | TIMESTAMP |
ERC-777 token transfers
token_address | STRING |
from_address | STRING |
to_address | STRING |
token_name | STRING |
token_symbol | STRING |
usd_value | BIGNUMERIC |
token_value | BIGNUMERIC |
value | STRING |
transaction_hash | STRING |
log_index | INTEGER |
block_number | INTEGER |
block_timestamp | TIMESTAMP |
ERC-1155 token transfers
token_address | STRING |
from_address | STRING |
to_address | STRING |
token_name | STRING |
token_symbol | STRING |
usd_value | BIGNUMERIC |
token_value | BIGNUMERIC |
value | STRING |
transaction_hash | STRING |
log_index | INTEGER |
block_number | INTEGER |
block_timestamp | TIMESTAMP |
Other than ERC-20, ERC-721, ERC-777 or ERC-1155 transfers.
token_address | STRING |
from_address | STRING |
to_address | STRING |
token_name | STRING |
token_symbol | STRING |
usd_value | BIGNUMERIC |
token_value | BIGNUMERIC |
value | STRING |
transaction_hash | STRING |
log_index | INTEGER |
block_number | INTEGER |
block_timestamp | TIMESTAMP |
ERC-20 smart contract calls, excluding transfer and approval.
from | STRING |
contract_address | STRING |
contract_name | STRING |
name | STRING |
data | RECORD |
block_number | INTEGER |
block_timestamp | TIMESTAMP |
transaction_hash | STRING |
transaction_index | INTEGER |
ERC-20 smart contract transfer calls.
from | STRING |
contract_address | STRING |
contract_name | STRING |
name | STRING |
to_address | STRING |
value | STRING |
amount | STRING |
value_a | STRING |
amount_a | STRING |
data | RECORD |
block_number | INTEGER |
block_timestamp | TIMESTAMP |
transaction_hash | STRING |
transaction_index | INTEGER |
ERC-20 smart contract approval calls.
from | STRING |
contract_address | STRING |
contract_name | STRING |
name | STRING |
approval_address | STRING |
approval_name | STRING |
value | STRING |
amount | STRING |
approval_all | BOOLEAN |
data | RECORD |
block_number | INTEGER |
block_timestamp | TIMESTAMP |
transaction_hash | STRING |
transaction_index | INTEGER |
ERC-721 smart contract calls, excluding transfer and approval.
from | STRING |
contract_address | STRING |
contract_name | STRING |
name | STRING |
data | RECORD |
block_number | INTEGER |
block_timestamp | TIMESTAMP |
transaction_hash | STRING |
transaction_index | INTEGER |
ERC-721 smart contract transfer calls.
from | STRING |
contract_address | STRING |
contract_name | STRING |
name | STRING |
to_address | STRING |
value | STRING |
amount | STRING |
value_a | STRING |
amount_a | STRING |
data | RECORD |
block_number | INTEGER |
block_timestamp | TIMESTAMP |
transaction_hash | STRING |
transaction_index | INTEGER |
ERC-721 smart contract approval calls.
from | STRING |
contract_address | STRING |
contract_name | STRING |
name | STRING |
approval_address | STRING |
approval_name | STRING |
value | STRING |
amount | STRING |
approval_all | BOOLEAN |
data | RECORD |
block_number | INTEGER |
block_timestamp | TIMESTAMP |
transaction_hash | STRING |
transaction_index | INTEGER |
ERC-777 smart contract calls, excluding transfer and approval.
from | STRING |
contract_address | STRING |
contract_name | STRING |
name | STRING |
data | RECORD |
block_number | INTEGER |
block_timestamp | TIMESTAMP |
transaction_hash | STRING |
transaction_index | INTEGER |
ERC-777 smart contract transfer calls.
from | STRING |
contract_address | STRING |
contract_name | STRING |
name | STRING |
to_address | STRING |
value | STRING |
amount | STRING |
value_a | STRING |
amount_a | STRING |
data | RECORD |
block_number | INTEGER |
block_timestamp | TIMESTAMP |
transaction_hash | STRING |
transaction_index | INTEGER |
ERC-777 smart contract approval calls.
from | STRING |
contract_address | STRING |
contract_name | STRING |
name | STRING |
approval_address | STRING |
approval_name | STRING |
value | STRING |
amount | STRING |
approval_all | BOOLEAN |
data | RECORD |
block_number | INTEGER |
block_timestamp | TIMESTAMP |
transaction_hash | STRING |
transaction_index | INTEGER |
ERC-1155 smart contract calls, excluding transfer and approval.
from | STRING |
contract_address | STRING |
contract_name | STRING |
name | STRING |
data | RECORD |
block_number | INTEGER |
block_timestamp | TIMESTAMP |
transaction_hash | STRING |
transaction_index | INTEGER |
ERC-1155 smart contract transfer calls.
from | STRING |
contract_address | STRING |
contract_name | STRING |
name | STRING |
to_address | STRING |
value | STRING |
amount | STRING |
value_a | STRING |
amount_a | STRING |
data | RECORD |
block_number | INTEGER |
block_timestamp | TIMESTAMP |
transaction_hash | STRING |
transaction_index | INTEGER |
ERC-1155 smart contract approval calls.
from | STRING |
contract_address | STRING |
contract_name | STRING |
name | STRING |
approval_address | STRING |
approval_name | STRING |
value | STRING |
amount | STRING |
approval_all | BOOLEAN |
data | RECORD |
block_number | INTEGER |
block_timestamp | TIMESTAMP |
transaction_hash | STRING |
transaction_index | INTEGER |
Decoded smart contract transaction calls with contract name, call function name and input data.
from | STRING |
contract_address | STRING |
contract_name | STRING |
name | STRING |
data | RECORD |
block_number | INTEGER |
block_timestamp | TIMESTAMP |
transaction_hash | STRING |
transaction_index | INTEGER |
ERC-20 smart contract events, excluding transfer and approval.
contract_address | STRING |
contract_name | STRING |
name | STRING |
data | RECORD |
block_number | INTEGER |
block_timestamp | TIMESTAMP |
transaction_hash | STRING |
transaction_index | INTEGER |
ERC-20 smart contract transfer events.
contract_address | STRING |
contract_name | STRING |
name | STRING |
from_address | STRING |
to_address | STRING |
value | STRING |
amount | STRING |
value_a | STRING |
amount_a | STRING |
data | RECORD |
block_number | INTEGER |
block_timestamp | TIMESTAMP |
transaction_hash | STRING |
transaction_index | INTEGER |
ERC-20 smart contract approval events.
contract_address | STRING |
contract_name | STRING |
name | STRING |
owner_address | STRING |
approved_address | STRING |
value | STRING |
amount | STRING |
approval_all | BOOLEAN |
data | RECORD |
block_number | INTEGER |
block_timestamp | TIMESTAMP |
transaction_hash | STRING |
transaction_index | INTEGER |
ERC-721 smart contract events, excluding transfer and approval.
contract_address | STRING |
contract_name | STRING |
name | STRING |
data | RECORD |
block_number | INTEGER |
block_timestamp | TIMESTAMP |
transaction_hash | STRING |
transaction_index | INTEGER |
ERC-721 smart contract transfer events.
contract_address | STRING |
contract_name | STRING |
name | STRING |
from_address | STRING |
to_address | STRING |
value | STRING |
amount | STRING |
value_a | STRING |
amount_a | STRING |
data | RECORD |
block_number | INTEGER |
block_timestamp | TIMESTAMP |
transaction_hash | STRING |
transaction_index | INTEGER |
ERC-721 smart contract approval events.
contract_address | STRING |
contract_name | STRING |
name | STRING |
owner_address | STRING |
approved_address | STRING |
value | STRING |
amount | STRING |
approval_all | BOOLEAN |
data | RECORD |
block_number | INTEGER |
block_timestamp | TIMESTAMP |
transaction_hash | STRING |
transaction_index | INTEGER |
ERC-777 smart contract events, excluding transfer and approval.
contract_address | STRING |
contract_name | STRING |
name | STRING |
data | RECORD |
block_number | INTEGER |
block_timestamp | TIMESTAMP |
transaction_hash | STRING |
transaction_index | INTEGER |
ERC-777 smart contract transfer events.
contract_address | STRING |
contract_name | STRING |
name | STRING |
from_address | STRING |
to_address | STRING |
value | STRING |
amount | STRING |
value_a | STRING |
amount_a | STRING |
data | RECORD |
block_number | INTEGER |
block_timestamp | TIMESTAMP |
transaction_hash | STRING |
transaction_index | INTEGER |
ERC-777 smart contract approval events.
contract_address | STRING |
contract_name | STRING |
name | STRING |
owner_address | STRING |
approved_address | STRING |
value | STRING |
amount | STRING |
approval_all | BOOLEAN |
data | RECORD |
block_number | INTEGER |
block_timestamp | TIMESTAMP |
transaction_hash | STRING |
transaction_index | INTEGER |
ERC-1155 smart contract events, excluding transfer and approval.
contract_address | STRING |
contract_name | STRING |
name | STRING |
data | RECORD |
block_number | INTEGER |
block_timestamp | TIMESTAMP |
transaction_hash | STRING |
transaction_index | INTEGER |
ERC-1155 smart contract transfer events.
contract_address | STRING |
contract_name | STRING |
name | STRING |
from_address | STRING |
to_address | STRING |
value | STRING |
amount | STRING |
value_a | STRING |
amount_a | STRING |
data | RECORD |
block_number | INTEGER |
block_timestamp | TIMESTAMP |
transaction_hash | STRING |
transaction_index | INTEGER |
ERC-1155 smart contract approval events.
contract_address | STRING |
contract_name | STRING |
name | STRING |
owner_address | STRING |
approved_address | STRING |
value | STRING |
amount | STRING |
approval_all | BOOLEAN |
data | RECORD |
block_number | INTEGER |
block_timestamp | TIMESTAMP |
transaction_hash | STRING |
transaction_index | INTEGER |
Decoded smart contract log events with contract name, event name and event data.
contract_address | STRING |
contract_name | STRING |
name | STRING |
data | RECORD |
block_number | INTEGER |
block_timestamp | TIMESTAMP |
transaction_hash | STRING |
transaction_index | INTEGER |
Contract metadata which can be merged in queries by using address for joins.
address | STRING |
name | STRING |
standard | STRING |
compiler | STRING |
evm | STRING |
license | STRING |
swarm | STRING |
Token metadata which can be merged in queries by using address for joins.
address | STRING |
standard | STRING |
name | STRING |
symbol | STRING |
decimals | INTEGER |
Ethereum blocks. Rarely used in data analytics, but sometimes useful for making queries into gas fees or difficulty.
number | INTEGER |
hash | STRING |
parent_hash | STRING |
nonce | STRING |
sha3_uncles | STRING |
transactions_root | STRING |
state_root | STRING |
receipts_root | STRING |
miner | STRING |
difficulty | NUMERIC |
total_difficulty | NUMERIC |
size | INTEGER |
extra_data | STRING |
gas_limit | INTEGER |
gas_used | INTEGER |
timestamp | TIMESTAMP |
transaction_count | INTEGER |
base_fee_per_gas | INTEGER |
Raw data of transactions, excluding the bytecode of input. Majority of transactions are decoded to 'call' tables.
hash | STRING |
block_number | INTEGER |
transaction_index | INTEGER |
from_address | STRING |
to_address | STRING |
value | NUMERIC |
gas | INTEGER |
gas_price | INTEGER |
block_timestamp | TIMESTAMP |
Raw data of smart contract logs, excluding the bytecode of topics. Majority of logs are decoded to 'event' tables.
log_index | INTEGER |
transaction_hash | STRING |
transaction_index | INTEGER |
block_hash | STRING |
block_number | INTEGER |
block_timestamp | TIMESTAMP |
address | STRING |