Tables
SwapERC20_SwapERC20_event
ERC20 token swap execution events containing sender and signer wallet addresses, token contract addresses, exchange amounts, nonces, and protocol fees. Used for tracking decentralized exchange activity and bilateral token trades.Columns
Columns
| Column | Type | Description |
|---|---|---|
block_timestamp | TIMESTAMP | Timestamp when the block was produced. UTC timezone, millisecond precision. |
block_number | INT64 | Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain. |
transaction_hash | STRING | Unique identifier for the transaction. 66-character hex string including 0x prefix. |
log_index | INT64 | Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission. |
address | STRING | Contract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string. |
removed | BOOL | Boolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization. |
in_nonce | STRING | Unique numeric identifier for an order, transaction, or operation used to prevent replay attacks. Numeric string representation without leading zeros. |
in_signerWallet | STRING | Wallet address of the order signer in the swap transaction. Hex-encoded, 0x-prefixed, 42-character string. |
in_signerToken | STRING | Contract address of the token being provided by the order signer in the swap. Hex-encoded, 0x-prefixed, 42-character string. |
in_signerAmount | STRING | Amount of tokens provided by the order signer in the swap. Numeric string representation without decimals, denominated in the smallest unit of the signer token. |
in_protocolFee | STRING | Fee collected by the protocol from the transaction or operation. Numeric string representation without decimals. |
in_senderWallet | STRING | Wallet address of the sender in the swap transaction. Hex-encoded, 0x-prefixed, 42-character string. |
in_senderToken | STRING | Contract address of the token being provided by the sender in the swap. Hex-encoded, 0x-prefixed, 42-character string. |
in_senderAmount | STRING | Amount of tokens provided by the sender in the swap transaction. Numeric string representation without decimals, denominated in the smallest unit of the sender token. |
Sample Data
Sample Data
| address | removed | in_nonce | log_index | block_number | in_protocolFee | in_senderToken | in_signerToken | block_timestamp | in_senderAmount | in_senderWallet | in_signerAmount | in_signerWallet | transaction_hash |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 0xd82fa167727a4dc6d6f55830a2c47abbb4b3a0f8 | false | 1689717 | 10 | 32778366 | 7 | 0xb31f66aa3c1e785363f0875a1b74e27b85fd66c7 | 0xa7d7079b0fead91f3e65f86e8915cb59c1a4c664 | 2023-07-18T21:48:32.000Z | 6850000000000000000 | 0xc590175e458b83680867afd273527ff58f74c02b | 94216358 | 0x2008b6c3d07b061a84f790c035c2f6dc11a0be70 | 0xbd36ce48422fa4f4f3a87e6c415b55891e0f290ce515e10f779d085724cf36c5 |
| 0xd82fa167727a4dc6d6f55830a2c47abbb4b3a0f8 | false | 1689706 | 14 | 32773026 | 7 | 0xb31f66aa3c1e785363f0875a1b74e27b85fd66c7 | 0xa7d7079b0fead91f3e65f86e8915cb59c1a4c664 | 2023-07-18T18:49:31.000Z | 5011000000000000 | 0xc590175e458b83680867afd273527ff58f74c02b | 69968 | 0x2008b6c3d07b061a84f790c035c2f6dc11a0be70 | 0x96ae2bc9812f9af0dee9ab1036d999cd93fcb55d418e2dfbfe8255fcc44715cd |
| 0xd82fa167727a4dc6d6f55830a2c47abbb4b3a0f8 | false | 1689702 | 24 | 32770964 | 7 | 0xb31f66aa3c1e785363f0875a1b74e27b85fd66c7 | 0xa7d7079b0fead91f3e65f86e8915cb59c1a4c664 | 2023-07-18T17:40:39.000Z | 13006000000000000 | 0xc590175e458b83680867afd273527ff58f74c02b | 179531 | 0x2008b6c3d07b061a84f790c035c2f6dc11a0be70 | 0x303d6f7ff595da0f35e79dcce42b491457ea03206be7657b8f12949694018b44 |
Example Query
Example Query
Query with partition filter