Skip to main content

Tables

AggregationRouterV5_clipperSwap_function

Decoded function calls to the clipperSwap method on 1inch AggregationRouterV5 contracts. Contains token swap parameters including source/destination tokens, input/output amounts, Clipper DEX router address, signature expiration timestamp, and ECDSA signature components (r, vs) for validating signed swap orders.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
trace_addressSTRINGHierarchical position of the internal call within a transaction’s execution trace. Comma-separated sequence of integers representing the call path, where each number indicates the index of the call at that nesting level, with null representing top-level calls.
statusBOOLTransaction execution outcome indicator. Boolean value where true represents successful execution and false represents failed execution.
from_addressSTRINGAddress that initiated the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
to_addressSTRINGAddress receiving the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
valueFLOAT64Amount of native cryptocurrency sent with the transaction. Floating-point representation in whole units (e.g., ETH, BNB, MATIC).
gas_usedINT64Amount of gas consumed by the transaction execution. Integer representing the actual computational steps used.
gasINT64Gas limit allocated for the transaction execution. Integer representing the maximum computational steps allowed.
signatureSTRINGFunction selector identifying which contract function was called. 10-character hex string including 0x prefix.
in_clipperExchangeSTRINGContract address of the Clipper decentralized exchange router handling the swap execution. Hex-encoded, 0x-prefixed, 42-character string.
in_srcTokenSTRINGContract address of the source token being swapped. Hex-encoded, 0x-prefixed, 42-character string.
in_dstTokenSTRINGContract address of the destination token being received from the swap. Hex-encoded, 0x-prefixed, 42-character string.
in_inputAmountSTRINGAmount of source tokens being swapped or deposited. Numeric string representation of token quantity in smallest denomination.
in_outputAmountSTRINGExpected amount of destination tokens to be received from the swap operation. Numeric string representation of token quantity in smallest denomination.
in_goodUntilSTRINGExpiration timestamp for the Clipper swap signature validity. Numeric string representing the deadline after which the signed swap parameters become invalid.
in_rSTRINGECDSA signature component r used for cryptographic verification of signed messages or permits. 66-character hex string including 0x prefix.
in_vsSTRINGECDSA signature component vs, which combines the recovery identifier v with the signature component s for compact signature representation. 66-character hex string including 0x prefix.
out_returnAmountSTRINGAmount of tokens returned by the swap operation. Numeric string representation of token quantity in smallest denomination.
gasin_rin_vsvaluestatusgas_usedsignatureto_addressin_dstTokenin_srcTokenblock_numberfrom_addressin_goodUntiltrace_addressin_inputAmountblock_timestampin_outputAmountout_returnAmounttransaction_hashin_clipperExchange
1101330x000000000000000000000000000000000000000000000000000003d28c7c8c5d0x000000000000000000000000000000000000000000000000000003d28c7c8c5d0false114550x84bd6d290x1111111254eeb25477b68fb85ed929f73a9605820x42000000000000000000000000000000000000060x000000000095862d00e512bd9f51005fffcf7c3c250590760x000000000095862d00e512bd9f51005fffcf7c3c4202834988125042028349881252025-01-15T02:18:19.000Z42028349881250x6125664b8b94a3ef263d9f9d8721039703b511891ca6b300f646cd3420ea8e0d0x000000000095862d00e512bd9f51005fffcf7c3c
2189350xb1a8ae939a47262ff312ecef994619f3737b56212accf463194cb8f32bbd02dc0x3be3919b4583e3259d5d333c3aafbb282a162ef9cf5f18b71b7bbe42d466aeb120000000000000true1792860x84bd6d290x1111111254eeb25477b68fb85ed929f73a9605820x833589fcd6edb6e08f4c7c32d4f71b54bda029130x0000000000000000000000000000000000000000129717370x23b43a66cbc42fcc74760e292dd6051029b05f5e2222428583849381100482615931628464818440965791301362955574010585692884200000000000002024-04-10T07:07:01.000Z70787707870xce09b5b54720f84ae4e7c6e95dacb3ccca25df0dae17c7906cc2d9c8ad46071d0xb32d856cad3d2ef07c94867a800035e37241247c
3036770x5517ec205f4b94d297bfb83bb588869599e1dae48938c9279a05e4d98bb67d8e0x13f57624acf9428c3814b8ca5c69cd7a1cf03b024bc98b8b0ad2755e6ae274fb258281164638304true1962300x84bd6d290x1111111254eeb25477b68fb85ed929f73a9605820x833589fcd6edb6e08f4c7c32d4f71b54bda029130x0000000000000000000000000000000000000000129796560x1f57aacc4b9068d93c776866c122959b1423e52c22098178224365515578839260395521884998928187149694091767044504901695072582811646383042024-04-10T11:30:59.000Z9087579087570x00634809be8ef5aec733da83f2e1c5dc89f02f4ccceaf3ea83548fe8d5be4aa30xb32d856cad3d2ef07c94867a800035e37241247c
Query with partition filter
SELECT *
FROM `tt-contracts.1inch_v5_base.AggregationRouterV5_clipperSwap_function`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

AggregationRouterV5_clipperSwapTo_function

Decoded function calls to the clipperSwapTo method on 1inch AggregationRouter V5 contracts, executing token swaps through Clipper DEX with cryptographically signed swap parameters. Contains source/destination tokens, swap amounts, recipient addresses, ECDSA signature components (r, vs), and expiration timestamps for signature validation.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
trace_addressSTRINGHierarchical position of the internal call within a transaction’s execution trace. Comma-separated sequence of integers representing the call path, where each number indicates the index of the call at that nesting level, with null representing top-level calls.
statusBOOLTransaction execution outcome indicator. Boolean value where true represents successful execution and false represents failed execution.
from_addressSTRINGAddress that initiated the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
to_addressSTRINGAddress receiving the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
valueFLOAT64Amount of native cryptocurrency sent with the transaction. Floating-point representation in whole units (e.g., ETH, BNB, MATIC).
gas_usedINT64Amount of gas consumed by the transaction execution. Integer representing the actual computational steps used.
gasINT64Gas limit allocated for the transaction execution. Integer representing the maximum computational steps allowed.
signatureSTRINGFunction selector identifying which contract function was called. 10-character hex string including 0x prefix.
in_clipperExchangeSTRINGContract address of the Clipper decentralized exchange router handling the swap execution. Hex-encoded, 0x-prefixed, 42-character string.
in_recipientSTRINGAddress designated to receive the output tokens from a swap or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_srcTokenSTRINGContract address of the source token being swapped. Hex-encoded, 0x-prefixed, 42-character string.
in_dstTokenSTRINGContract address of the destination token being received from the swap. Hex-encoded, 0x-prefixed, 42-character string.
in_inputAmountSTRINGAmount of source tokens being swapped or deposited. Numeric string representation of token quantity in smallest denomination.
in_outputAmountSTRINGExpected amount of destination tokens to be received from the swap operation. Numeric string representation of token quantity in smallest denomination.
in_goodUntilSTRINGExpiration timestamp for the Clipper swap signature validity. Numeric string representing the deadline after which the signed swap parameters become invalid.
in_rSTRINGECDSA signature component r used for cryptographic verification of signed messages or permits. 66-character hex string including 0x prefix.
in_vsSTRINGECDSA signature component vs, which combines the recovery identifier v with the signature component s for compact signature representation. 66-character hex string including 0x prefix.
out_returnAmountSTRINGAmount of tokens returned by the swap operation. Numeric string representation of token quantity in smallest denomination.
gasin_rin_vsvaluestatusgas_usedsignatureto_addressin_dstTokenin_srcTokenblock_numberfrom_addressin_goodUntilin_recipienttrace_addressin_inputAmountblock_timestampin_outputAmountout_returnAmounttransaction_hashin_clipperExchange
2760700x7acc83ea4e48bcb7f54b180212c0be7fa92f7bc3ad0b06b492833b993b88e3af0x75138abc06e7ae284349f738a872d75031d9f9e6a00ba17aa24de6ab491e9a0a0true1489570x093d4fa50x1111111254eeb25477b68fb85ed929f73a9605820x00000000000000000000000000000000000000000x833589fcd6edb6e08f4c7c32d4f71b54bda02913367375900x3a23f943181408eac424116af7b7790c94cb97a56273963184518988723827624010355570163342942097814015222005667925900x5e1c93534875286b5c2e44b95bea136b926a4e080,250000002025-10-12T10:22:07.000Z130822569444433213082256944443320x46aac4dd726c83ed5eff9a0a611e651069d3e302787f3c29f9a49c57a2e1aad10xb32d856cad3d2ef07c94867a800035e37241247c
3627490xd96b8489a8542246e70d2e1a4dab068efd6d06a9d2ec9d63c9e0e4dccf88fc9c0x029a3a3560ddf9b7572275756b29b7cc1d916078eca876643899d9f4c5dcf8500true2080000x093d4fa50x1111111254eeb25477b68fb85ed929f73a9605820x00000000000000000000000000000000000000000x833589fcd6edb6e08f4c7c32d4f71b54bda02913372149780x3a23f943181408eac424116af7b7790c94cb97a56270826202926729246892158046160509319259326466674248913750113697620xaebaab8bfb0a567a823a93036ea5a907d5cb27860,2505682442025-10-23T11:35:03.000Z13055838391856866130558383918568660x3a739427c209cf3674aaaecdf4401c34a7b80f2b1b7dc0b9875eba52957a41760x663fa8731045765067e2b5b6acb19be2ce974c7f
1104480x0000000000000000000000000000000000000000000000000000369e9082a26b0x0000000000000000000000000000000000000000000000000000369e9082a26b0true433670x093d4fa50x1111111254eeb25477b68fb85ed929f73a9605820x42000000000000000000000000000000000000060x000000000095862d00e512bd9f51005fffcf7c3c234027880x000000000095862d00e512bd9f51005fffcf7c3c600546572130350x000000000095862d00e512bd9f51005fffcf7c3c0600546572130352024-12-07T18:08:43.000Z60054657213035600546572130350x9bf573fc3caf76c1708a7909fb2ba16263668733ba0522afe37173b43e68dd290x000000000095862d00e512bd9f51005fffcf7c3c
Query with partition filter
SELECT *
FROM `tt-contracts.1inch_v5_base.AggregationRouterV5_clipperSwapTo_function`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

AggregationRouterV5_clipperSwapToWithPermit_function

Token swap function calls executed through 1inch AggregationRouterV5 using Clipper DEX (Decentralized Exchange) with EIP-2612 permit signatures for gasless approvals. Contains swap parameters including source/destination tokens, amounts, recipient addresses, ECDSA signature components, and execution outcomes for tracking permit-based swap transactions.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
trace_addressSTRINGHierarchical position of the internal call within a transaction’s execution trace. Comma-separated sequence of integers representing the call path, where each number indicates the index of the call at that nesting level, with null representing top-level calls.
statusBOOLTransaction execution outcome indicator. Boolean value where true represents successful execution and false represents failed execution.
from_addressSTRINGAddress that initiated the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
to_addressSTRINGAddress receiving the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
valueFLOAT64Amount of native cryptocurrency sent with the transaction. Floating-point representation in whole units (e.g., ETH, BNB, MATIC).
gas_usedINT64Amount of gas consumed by the transaction execution. Integer representing the actual computational steps used.
gasINT64Gas limit allocated for the transaction execution. Integer representing the maximum computational steps allowed.
signatureSTRINGFunction selector identifying which contract function was called. 10-character hex string including 0x prefix.
in_clipperExchangeSTRINGContract address of the Clipper decentralized exchange router handling the swap execution. Hex-encoded, 0x-prefixed, 42-character string.
in_recipientSTRINGAddress designated to receive the output tokens from a swap or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_srcTokenSTRINGContract address of the source token being swapped. Hex-encoded, 0x-prefixed, 42-character string.
in_dstTokenSTRINGContract address of the destination token being received from the swap. Hex-encoded, 0x-prefixed, 42-character string.
in_inputAmountSTRINGAmount of source tokens being swapped or deposited. Numeric string representation of token quantity in smallest denomination.
in_outputAmountSTRINGExpected amount of destination tokens to be received from the swap operation. Numeric string representation of token quantity in smallest denomination.
in_goodUntilSTRINGExpiration timestamp for the Clipper swap signature validity. Numeric string representing the deadline after which the signed swap parameters become invalid.
in_rSTRINGECDSA signature component r used for cryptographic verification of signed messages or permits. 66-character hex string including 0x prefix.
in_vsSTRINGECDSA signature component vs, which combines the recovery identifier v with the signature component s for compact signature representation. 66-character hex string including 0x prefix.
in_permitSTRINGEIP-2612 permit signature data enabling gasless token approvals for the swap operation. Hex-encoded byte string containing owner address, spender address, value, deadline, and ECDSA signature components (v, r, s).
out_returnAmountSTRINGAmount of tokens returned by the swap operation. Numeric string representation of token quantity in smallest denomination.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.1inch_v5_base.AggregationRouterV5_clipperSwapToWithPermit_function`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

AggregationRouterV5_fillOrder_function

Decoded function call data from 1inch AggregationRouterV5 contract’s fillOrder method executing Request-for-Quote (RFQ) orders. Contains maker/taker addresses, token pair details, amounts, cryptographic signatures, and execution results including actual filled quantities and order hash identifiers.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
trace_addressSTRINGHierarchical position of the internal call within a transaction’s execution trace. Comma-separated sequence of integers representing the call path, where each number indicates the index of the call at that nesting level, with null representing top-level calls.
statusBOOLTransaction execution outcome indicator. Boolean value where true represents successful execution and false represents failed execution.
from_addressSTRINGAddress that initiated the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
to_addressSTRINGAddress receiving the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
valueFLOAT64Amount of native cryptocurrency sent with the transaction. Floating-point representation in whole units (e.g., ETH, BNB, MATIC).
gas_usedINT64Amount of gas consumed by the transaction execution. Integer representing the actual computational steps used.
gasINT64Gas limit allocated for the transaction execution. Integer representing the maximum computational steps allowed.
signatureSTRINGFunction selector identifying which contract function was called. 10-character hex string including 0x prefix.
in_orderSTRUCT<salt STRING, makerAsset STRING, takerAsset STRING, maker STRING, receiver STRING, allowedSender STRING, makingAmount STRING, takingAmount STRING, offsets STRING, interactions STRING>Request-for-Quote (RFQ) order details structure containing maker and taker information. Structure includes token addresses for assets being exchanged, maker address, allowed sender address, and token amounts for both maker and taker sides of the trade.
in_signatureSTRINGCryptographic signature authorizing the order execution. Hex-encoded byte string used to verify the order was signed by the maker’s private key.
in_interactionSTRINGEncoded data for custom interactions executed during order fulfillment. Hex-encoded byte string, typically 0x-prefixed.
in_makingAmountSTRINGAmount of tokens provided by the maker in the RFQ order execution. Numeric string representing the token quantity in its smallest denomination.
in_takingAmountSTRINGAmount of tokens requested from the taker in the RFQ order execution. Numeric string representing the token quantity in its smallest denomination.
in_skipPermitAndThresholdAmountSTRINGBitfield parameter combining permit-skipping flag and minimum threshold amount for order execution. Numeric string encoding both a boolean flag (in the highest bit) to skip EIP-2612 permit processing and a threshold amount (in remaining bits) specifying the minimum acceptable taking amount.
out_anon0STRINGActual amount of tokens provided by the maker in the order or swap execution. Numeric string representing the token quantity in its smallest denomination.
out_anon1STRINGActual amount of tokens received by the taker in the order or swap execution. Numeric string representing the token quantity in its smallest denomination.
out_anon2STRINGUnique identifier hash for the executed order. 66-character hex string including 0x prefix.
gasvaluestatusgas_usedin_orderout_anon0out_anon1out_anon2signatureto_addressblock_numberfrom_addressin_signaturetrace_addressin_interactionblock_timestampin_makingAmountin_takingAmounttransaction_hashin_skipPermitAndThresholdAmount
1216630true92227{“salt”:“435195386914”,“maker”:“0x56047f7f1d3b986de220f00f94612282c1eb7e61”,“offsets”:“4421431254442149611168492388118363282642987198110904030635476664713216”,“receiver”:“0x0000000000000000000000000000000000000000”,“makerAsset”:“0x4200000000000000000000000000000000000006”,“takerAsset”:“0x833589fcd6edb6e08f4c7c32d4f71b54bda02913”,“interactions”:“0xbf15fcd8000000000000000000000000d9cc0a957cac93135596f98c20fbaca8bf515909000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000242cc2878d00764fd9220000000002000056047f7f1d3b986de220f00f94612282c1eb7e6100000000000000000000000000000000000000000000000000000000”,“makingAmount”:“426264487914282154”,“takingAmount”:“6723335569”,“allowedSender”:“0x0000000000000000000000000000000000000000”}167280234835515652638458480x3160ddc76a56e979fce5af7198c2edf14619f4fec90dbc2299c0a9b39cce68070x62e238bb0x1111111254eeb25477b68fb85ed929f73a960582178627490xe37e799d5077682fa0a244d46e5649f71457bd090x299b8da918883558b8a75cb7a96d7234fb21ce7cd26a4351ad68da77fc8e5e3cf8413a5303fb5240fbf391f3558ac6722b57b83ceb944a67cf9138a52355468e0,2,0,2,1,10x2024-08-01T12:20:45.000Z02638458480x05bf417e230dacb5a28bc7b7b57b11701fcc2d2133e18ba9d4294322c9041a4b57896044618658097711785492504343953926634992332820282019728808230139343864986
1080740true89171{“salt”:“296490579645”,“maker”:“0x6827c36ff9e2207124d8264966d914df7f48d8aa”,“offsets”:“4421431254442149611168492388118363282642987198110904030635476664713216”,“receiver”:“0x0000000000000000000000000000000000000000”,“makerAsset”:“0x833589fcd6edb6e08f4c7c32d4f71b54bda02913”,“takerAsset”:“0xe8ce40ebbb844142400d21558a2f1c9683d69139”,“interactions”:“0xbf15fcd8000000000000000000000000d9cc0a957cac93135596f98c20fbaca8bf515909000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000242cc2878d00664fa1af000000000000006827c36ff9e2207124d8264966d914df7f48d8aa00000000000000000000000000000000000000000000000000000000”,“makingAmount”:“100000000000”,“takingAmount”:“102986611740”,“allowedSender”:“0x0000000000000000000000000000000000000000”}6459363306652279410xba000a9fa5ed80606596d14ce86f33c69cdab6efe6747502cea0db25b83739750x62e238bb0x1111111254eeb25477b68fb85ed929f73a960582119931010x7161f940d3ca88e4035d7b7fbde2a2870d176f870x4968da1f6ecf3f9165c175a6dc067489e03c2a5f7350c84bffac06c06a2e08066e27d6d7358503f41674d695ce11828b5409e84548bc9a694175760f7042283b1b0,3,3,20x2024-03-18T15:25:49.000Z06652279410xd6b046df0f38353f3f53ae0a531ceca3d1df42ceb727329c6f7870eee8e5193457896044618658097711785492504343953926634992332820282019728792003956564819968
14477321000000000000true104336{“salt”:“1272435971097”,“maker”:“0x8c8868c77e0546b34f196595f0e727bc1add2e4d”,“offsets”:“4421431254442149611168492388118363282642987198110904030635476664713216”,“receiver”:“0x0000000000000000000000000000000000000000”,“makerAsset”:“0x23ee2343b892b1bb63503a4fabc840e0e2c6810f”,“takerAsset”:“0x4200000000000000000000000000000000000006”,“interactions”:“0xbf15fcd8000000000000000000000000d9cc0a957cac93135596f98c20fbaca8bf515909000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000242cc2878d0066584b8d000000000000008c8868c77e0546b34f196595f0e727bc1add2e4d00000000000000000000000000000000000000000000000000000000”,“makingAmount”:“21425164”,“takingAmount”:“1530368857142857000”,“allowedSender”:“0x0000000000000000000000000000000000000000”}294210000000000000xf913280c8089e2a1882f462fb0de47268b8797b784b6f4946e6ce2a1005af6b30x62e238bb0x1111111254eeb25477b68fb85ed929f73a960582119848040xb7d7fa81bfa39273bfff9864ceef944948003d0f0x695e3d52589c4cf404a559477acddee8e9ffdc4cc6e6e94f1f468cb3b3c3d83926eb8197dd04cdc0049bc07c9b7c87d14405885fd93e9794792c4eda18a8c1281c0x2024-03-18T10:49:15.000Z0210000000000000xa3e9002b0873afca867d36a48276645c6788374f953fb5d86c840b979e6f3ed057896044618658097711785492504343953926634992332820282019728792003956564820260
Query with partition filter
SELECT *
FROM `tt-contracts.1inch_v5_base.AggregationRouterV5_fillOrder_function`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

AggregationRouterV5_fillOrderRFQ_function

Decoded function calls to the 1inch AggregationRouterV5 fillOrderRFQ method, which executes Request-for-Quote (RFQ) orders between maker and taker. Contains order details including asset addresses, amounts, maker signature, execution flags, and returned fill amounts for peer-to-peer token swaps.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
trace_addressSTRINGHierarchical position of the internal call within a transaction’s execution trace. Comma-separated sequence of integers representing the call path, where each number indicates the index of the call at that nesting level, with null representing top-level calls.
statusBOOLTransaction execution outcome indicator. Boolean value where true represents successful execution and false represents failed execution.
from_addressSTRINGAddress that initiated the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
to_addressSTRINGAddress receiving the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
valueFLOAT64Amount of native cryptocurrency sent with the transaction. Floating-point representation in whole units (e.g., ETH, BNB, MATIC).
gas_usedINT64Amount of gas consumed by the transaction execution. Integer representing the actual computational steps used.
gasINT64Gas limit allocated for the transaction execution. Integer representing the maximum computational steps allowed.
signatureSTRINGFunction selector identifying which contract function was called. 10-character hex string including 0x prefix.
in_orderSTRUCT<info STRING, makerAsset STRING, takerAsset STRING, maker STRING, allowedSender STRING, makingAmount STRING, takingAmount STRING>Request-for-Quote (RFQ) order details structure containing maker and taker information. Structure includes token addresses for assets being exchanged, maker address, allowed sender address, and token amounts for both maker and taker sides of the trade.
in_signatureSTRINGCryptographic signature authorizing the order execution. Hex-encoded byte string used to verify the order was signed by the maker’s private key.
in_flagsAndAmountSTRINGEncoded integer combining order execution flags and token amount for RFQ (Request-for-Quote) orders. Numeric string representing a packed value where higher-order bits contain execution flags and lower-order bits contain the taking amount in the token’s smallest denomination.
out_anon0STRINGActual amount of tokens provided by the maker in the order or swap execution. Numeric string representing the token quantity in its smallest denomination.
out_anon1STRINGActual amount of tokens received by the taker in the order or swap execution. Numeric string representing the token quantity in its smallest denomination.
out_anon2STRINGUnique identifier hash for the executed order. 66-character hex string including 0x prefix.
gasvaluestatusgas_usedin_orderout_anon0out_anon1out_anon2signatureto_addressblock_numberfrom_addressin_signaturetrace_addressblock_timestamptransaction_hashin_flagsAndAmount
102744241417867960336true99366{“info”:“32149178579944249779403405816”,“maker”:“0xbf67503abc1ee7e00eceffa7e35dce5d8a197fef”,“makerAsset”:“0x50c5725949a6f0c72e6c4a641f24049a917db0cb”,“takerAsset”:“0x4200000000000000000000000000000000000006”,“makingAmount”:“1”,“takingAmount”:“241417867960336”,“allowedSender”:“0x339aba9a98ba45bf1fb138154f7edf95176ebbc0”}12414178679603360xade851c29be43bea95f0d7e67cea5b0ef5171371edc11252fa9713cdd842e2c20x3eca9c0a0x1111111254eeb25477b68fb85ed929f73a960582253805640x339aba9a98ba45bf1fb138154f7edf95176ebbc00x3a06e9f680a5f18a52e2e63c8dafc589a296c592962a2f2b906ffa1e7c7998e3393a249f424138219c09f5d84cf45c8e7bf501abcf1f231cae0221aa008769cb1c2025-01-22T12:54:35.000Z0x5a8dee39ce05170f4631696fc48e0fcbb862535b645a00930e14438e3342a1dd57896044618658097711785492504343953926634992332820282019728792003956564819969
1199921759000000000000true116478{“info”:“32147881755389123924215222290”,“maker”:“0xbf67503abc1ee7e00eceffa7e35dce5d8a197fef”,“makerAsset”:“0x50c5725949a6f0c72e6c4a641f24049a917db0cb”,“takerAsset”:“0x4200000000000000000000000000000000000006”,“makingAmount”:“1”,“takingAmount”:“1759000000000000”,“allowedSender”:“0x339aba9a98ba45bf1fb138154f7edf95176ebbc0”}117590000000000000x13f5b8958cf085c5f70d7e0900e00ecefd3aa9f586b6b1c0244e8bd84b490c2f0x3eca9c0a0x1111111254eeb25477b68fb85ed929f73a960582253454110x339aba9a98ba45bf1fb138154f7edf95176ebbc00xe82c5c47f1ac8ccfdb1d902791ad3ff489181cdcf575c1a2c0d4cbe7f045e82a75c49c0ca4ab32f2eb7c8d1bbfc3a351b0a1c87eaafcdd261124cc1788e6491b1c2025-01-21T17:22:49.000Z0xca456b1ed9a3850fcfeb98add836153ca910ea6e8544180c173bc04c1ab3e2a057896044618658097711785492504343953926634992332820282019728792003956564819969
1027682126363017794773true99390{“info”:“32147787953695509111145293359”,“maker”:“0xbf67503abc1ee7e00eceffa7e35dce5d8a197fef”,“makerAsset”:“0x50c5725949a6f0c72e6c4a641f24049a917db0cb”,“takerAsset”:“0x4200000000000000000000000000000000000006”,“makingAmount”:“1”,“takingAmount”:“2126363017794773”,“allowedSender”:“0xe0c771c8ad0b3e96db3d95a0f8beeddbd06ee7a0”}121263630177947730x10b05e1dfbf3656c71efc1fa47507658dae491d64627357761e245a867dbaa010x3eca9c0a0x1111111254eeb25477b68fb85ed929f73a960582253428940xe0c771c8ad0b3e96db3d95a0f8beeddbd06ee7a00x5c6ea3b256c4e9d27545b8c9bc37ddd47c6f88e2d7bb6feaaeb0ccdf062a9d596fc6be3e10732102fd45ac462e2e712b740d1270173da216dbfd36848e3e38e01c2025-01-21T15:58:55.000Z0x7565c9f29f2686b754dac8ddd2e7f41aeee408a52ed4fd580687d74873aa4e6257896044618658097711785492504343953926634992332820282019728792003956564819969
Query with partition filter
SELECT *
FROM `tt-contracts.1inch_v5_base.AggregationRouterV5_fillOrderRFQ_function`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

AggregationRouterV5_fillOrderRFQCompact_function

1inch AggregationRouterV5 function call records for executing RFQ (Request-For-Quote) orders with compact signature format. Contains order parameters including maker/taker assets and amounts, ECDSA signature components (r, vs), execution flags, and filled amounts for DEX aggregation trade tracking.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
trace_addressSTRINGHierarchical position of the internal call within a transaction’s execution trace. Comma-separated sequence of integers representing the call path, where each number indicates the index of the call at that nesting level, with null representing top-level calls.
statusBOOLTransaction execution outcome indicator. Boolean value where true represents successful execution and false represents failed execution.
from_addressSTRINGAddress that initiated the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
to_addressSTRINGAddress receiving the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
valueFLOAT64Amount of native cryptocurrency sent with the transaction. Floating-point representation in whole units (e.g., ETH, BNB, MATIC).
gas_usedINT64Amount of gas consumed by the transaction execution. Integer representing the actual computational steps used.
gasINT64Gas limit allocated for the transaction execution. Integer representing the maximum computational steps allowed.
signatureSTRINGFunction selector identifying which contract function was called. 10-character hex string including 0x prefix.
in_orderSTRUCT<info STRING, makerAsset STRING, takerAsset STRING, maker STRING, allowedSender STRING, makingAmount STRING, takingAmount STRING>Request-for-Quote (RFQ) order details structure containing maker and taker information. Structure includes token addresses for assets being exchanged, maker address, allowed sender address, and token amounts for both maker and taker sides of the trade.
in_rSTRINGECDSA signature component r used for cryptographic verification of signed messages or permits. 66-character hex string including 0x prefix.
in_vsSTRINGECDSA signature component vs, which combines the recovery identifier v with the signature component s for compact signature representation. 66-character hex string including 0x prefix.
in_flagsAndAmountSTRINGEncoded integer combining order execution flags and token amount for RFQ (Request-for-Quote) orders. Numeric string representing a packed value where higher-order bits contain execution flags and lower-order bits contain the taking amount in the token’s smallest denomination.
out_filledMakingAmountSTRINGAmount of maker tokens actually filled in the RFQ (Request-for-Quote) order execution. Numeric string representing the quantity in the token’s smallest denomination.
out_filledTakingAmountSTRINGAmount of taker tokens actually filled in the RFQ (Request-for-Quote) order execution. Numeric string representing the quantity in the token’s smallest denomination.
out_orderHashSTRINGUnique identifier hash for the order being filled. 66-character hex string including 0x prefix.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.1inch_v5_base.AggregationRouterV5_fillOrderRFQCompact_function`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

AggregationRouterV5_fillOrderRFQTo_function

1inch AggregationRouterV5 function call data for executing RFQ (Request-for-Quote) orders with a specified recipient address. Records maker/taker asset pairs, token amounts, cryptographic signatures, and execution results for decentralized exchange limit orders.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
trace_addressSTRINGHierarchical position of the internal call within a transaction’s execution trace. Comma-separated sequence of integers representing the call path, where each number indicates the index of the call at that nesting level, with null representing top-level calls.
statusBOOLTransaction execution outcome indicator. Boolean value where true represents successful execution and false represents failed execution.
from_addressSTRINGAddress that initiated the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
to_addressSTRINGAddress receiving the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
valueFLOAT64Amount of native cryptocurrency sent with the transaction. Floating-point representation in whole units (e.g., ETH, BNB, MATIC).
gas_usedINT64Amount of gas consumed by the transaction execution. Integer representing the actual computational steps used.
gasINT64Gas limit allocated for the transaction execution. Integer representing the maximum computational steps allowed.
signatureSTRINGFunction selector identifying which contract function was called. 10-character hex string including 0x prefix.
in_orderSTRUCT<info STRING, makerAsset STRING, takerAsset STRING, maker STRING, allowedSender STRING, makingAmount STRING, takingAmount STRING>Request-for-Quote (RFQ) order details structure containing maker and taker information. Structure includes token addresses for assets being exchanged, maker address, allowed sender address, and token amounts for both maker and taker sides of the trade.
in_signatureSTRINGCryptographic signature authorizing the order execution. Hex-encoded byte string used to verify the order was signed by the maker’s private key.
in_flagsAndAmountSTRINGEncoded integer combining order execution flags and token amount for RFQ (Request-for-Quote) orders. Numeric string representing a packed value where higher-order bits contain execution flags and lower-order bits contain the taking amount in the token’s smallest denomination.
in_targetSTRINGAddress of the recipient contract or account receiving tokens or funds. Hex-encoded, 0x-prefixed, 42-character string.
out_filledMakingAmountSTRINGAmount of maker tokens actually filled in the RFQ (Request-for-Quote) order execution. Numeric string representing the quantity in the token’s smallest denomination.
out_filledTakingAmountSTRINGAmount of taker tokens actually filled in the RFQ (Request-for-Quote) order execution. Numeric string representing the quantity in the token’s smallest denomination.
out_orderHashSTRINGUnique identifier hash for the order being filled. 66-character hex string including 0x prefix.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.1inch_v5_base.AggregationRouterV5_fillOrderRFQTo_function`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

AggregationRouterV5_fillOrderRFQToWithPermit_function

1inch Aggregation Router V5 function call data for executing Request-for-Quote (RFQ) orders with EIP-2612 permit signatures and custom recipient addresses. Records token swap executions including maker/taker asset details, amounts, execution flags, and cryptographic signatures authorizing gasless approvals and order settlement.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
trace_addressSTRINGHierarchical position of the internal call within a transaction’s execution trace. Comma-separated sequence of integers representing the call path, where each number indicates the index of the call at that nesting level, with null representing top-level calls.
statusBOOLTransaction execution outcome indicator. Boolean value where true represents successful execution and false represents failed execution.
from_addressSTRINGAddress that initiated the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
to_addressSTRINGAddress receiving the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
valueFLOAT64Amount of native cryptocurrency sent with the transaction. Floating-point representation in whole units (e.g., ETH, BNB, MATIC).
gas_usedINT64Amount of gas consumed by the transaction execution. Integer representing the actual computational steps used.
gasINT64Gas limit allocated for the transaction execution. Integer representing the maximum computational steps allowed.
signatureSTRINGFunction selector identifying which contract function was called. 10-character hex string including 0x prefix.
in_orderSTRUCT<info STRING, makerAsset STRING, takerAsset STRING, maker STRING, allowedSender STRING, makingAmount STRING, takingAmount STRING>Request-for-Quote (RFQ) order details structure containing maker and taker information. Structure includes token addresses for assets being exchanged, maker address, allowed sender address, and token amounts for both maker and taker sides of the trade.
in_signatureSTRINGCryptographic signature authorizing the order execution. Hex-encoded byte string used to verify the order was signed by the maker’s private key.
in_flagsAndAmountSTRINGEncoded integer combining order execution flags and token amount for RFQ (Request-for-Quote) orders. Numeric string representing a packed value where higher-order bits contain execution flags and lower-order bits contain the taking amount in the token’s smallest denomination.
in_targetSTRINGAddress of the recipient contract or account receiving tokens or funds. Hex-encoded, 0x-prefixed, 42-character string.
in_permitSTRINGEIP-2612 permit signature data enabling gasless token approvals for the swap operation. Hex-encoded byte string containing owner address, spender address, value, deadline, and ECDSA signature components (v, r, s).
out_anon0STRINGActual amount of tokens provided by the maker in the order or swap execution. Numeric string representing the token quantity in its smallest denomination.
out_anon1STRINGActual amount of tokens received by the taker in the order or swap execution. Numeric string representing the token quantity in its smallest denomination.
out_anon2STRINGUnique identifier hash for the executed order. 66-character hex string including 0x prefix.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.1inch_v5_base.AggregationRouterV5_fillOrderRFQToWithPermit_function`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

AggregationRouterV5_fillOrderTo_function

Decoded function calls to the 1inch AggregationRouter V5 fillOrderTo method, which executes Request-For-Quote (RFQ) limit orders by matching maker and taker positions with cryptographic signature verification. Contains order parameters including token pairs, amounts, recipients, and settlement data for DEX aggregation analytics.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
trace_addressSTRINGHierarchical position of the internal call within a transaction’s execution trace. Comma-separated sequence of integers representing the call path, where each number indicates the index of the call at that nesting level, with null representing top-level calls.
statusBOOLTransaction execution outcome indicator. Boolean value where true represents successful execution and false represents failed execution.
from_addressSTRINGAddress that initiated the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
to_addressSTRINGAddress receiving the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
valueFLOAT64Amount of native cryptocurrency sent with the transaction. Floating-point representation in whole units (e.g., ETH, BNB, MATIC).
gas_usedINT64Amount of gas consumed by the transaction execution. Integer representing the actual computational steps used.
gasINT64Gas limit allocated for the transaction execution. Integer representing the maximum computational steps allowed.
signatureSTRINGFunction selector identifying which contract function was called. 10-character hex string including 0x prefix.
in_order_STRUCT<salt STRING, makerAsset STRING, takerAsset STRING, maker STRING, receiver STRING, allowedSender STRING, makingAmount STRING, takingAmount STRING, offsets STRING, interactions STRING>Structured order parameters defining the maker-taker exchange agreement in 1inch RFQ orders. Contains salt for uniqueness, maker and taker asset addresses, participant addresses (maker, receiver, allowedSender), token amounts (makingAmount, takingAmount), offsets for bitfield encoding, and interactions for custom execution logic.
in_signatureSTRINGCryptographic signature authorizing the order execution. Hex-encoded byte string used to verify the order was signed by the maker’s private key.
in_interactionSTRINGEncoded data for custom interactions executed during order fulfillment. Hex-encoded byte string, typically 0x-prefixed.
in_makingAmountSTRINGAmount of tokens provided by the maker in the RFQ order execution. Numeric string representing the token quantity in its smallest denomination.
in_takingAmountSTRINGAmount of tokens requested from the taker in the RFQ order execution. Numeric string representing the token quantity in its smallest denomination.
in_skipPermitAndThresholdAmountSTRINGBitfield parameter combining permit-skipping flag and minimum threshold amount for order execution. Numeric string encoding both a boolean flag (in the highest bit) to skip EIP-2612 permit processing and a threshold amount (in remaining bits) specifying the minimum acceptable taking amount.
in_targetSTRINGAddress of the recipient contract or account receiving tokens or funds. Hex-encoded, 0x-prefixed, 42-character string.
out_actualMakingAmountSTRINGActual amount of maker tokens transferred in the order execution. Numeric string representing the token quantity in its smallest denomination.
out_actualTakingAmountSTRINGActual amount of taker tokens transferred in the order execution. Numeric string representing the token quantity in its smallest denomination.
out_orderHashSTRINGUnique identifier hash for the order being filled. 66-character hex string including 0x prefix.
gasvaluestatusgas_usedin_order_in_targetsignatureto_addressblock_numberfrom_addressin_signatureout_orderHashtrace_addressin_interactionblock_timestampin_makingAmountin_takingAmounttransaction_hashout_actualMakingAmountout_actualTakingAmountin_skipPermitAndThresholdAmount
26189640true98971{“salt”:“247617913765”,“maker”:“0xe947cd067495f08ac00bbaf5616ec2eac154c912”,“offsets”:“4421431254442149611168492388118363282642987198110904030635476664713216”,“receiver”:“0xe947cd067495f08ac00bbaf5616ec2eac154c912”,“makerAsset”:“0x56c80aa1af0265a75d475420dcf8c1d063627199”,“takerAsset”:“0xd9aaec86b65d86f6a7b5b1b0c42ffa531710b6ca”,“interactions”:“0xbf15fcd8000000000000000000000000d9cc0a957cac93135596f98c20fbaca8bf515909000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000242cc2878d006be1354100000000000000e947cd067495f08ac00bbaf5616ec2eac154c91200000000000000000000000000000000000000000000000000000000”,“makingAmount”:“3465447170166288171934576925”,“takingAmount”:“34654500000”,“allowedSender”:“0x0000000000000000000000000000000000000000”}0x3e4c7d0c624cc4c66a561f8383d9eb58ba8107890xe5d7bde60x1111111254eeb25477b68fb85ed929f73a960582344810120xf4cd829526070c2c0af9e6dce2c9255130f7ec680x2ffb230d19d1279677284c4aa8cb711d8cf4b408e2a275c3c64a0c4daec47a667b69b612cdbf86433d55cfbe92a73ec1e7804743d751d543cfa3f0b7271250661b0xd2a86624d68e45db48f3dd9508348e44ce94c911334bc20f4573bac7a8d953444,1,20x2025-08-21T04:42:51.000Z49999959170761202300xa5a57f892c9b105d137330f6cf11b176786826eb638d78f518c6ddcac5d8fe1849999959170761202356
10759300true525182{“salt”:“46484498460148038570691115993313347471691788729508517494236664996337212012226”,“maker”:“0x75f73eceb03dc6279d440d832b154567279d2827”,“offsets”:“970558080243398695134547109586957793750899628853613079895592438595584”,“receiver”:“0x0000000000000000000000000000000000000000”,“makerAsset”:“0x4200000000000000000000000000000000000006”,“takerAsset”:“0x833589fcd6edb6e08f4c7c32d4f71b54bda02913”,“interactions”:“0x63592c2b0000000000000000000000000000000000000000000000000000000066c54bd80075007b7b0006018aff00000000f1ceb16d94083606db7f4d98400554f17125483b00000000c1b19a08c2798c6930b8f3a44b7b0d08f4e198b800000000000000000000000000000000000000000000000000000000ad3b67bca8935cb510c8d18bd45f0b94f54a968f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a9048585166f4f7c4589ade19567bb538035ed360000000076c20c628a025bcbc2fc62e5cb8ecfbac5932086ffffffff5a”,“makingAmount”:“19000000000000000”,“takingAmount”:“48714701”,“allowedSender”:“0x7f069df72b7a39bce9806e3afaf579e54d8cf2b9”}0x5eac749f86df56d2232835a00496be23a7f1c6840xe5d7bde60x1111111254eeb25477b68fb85ed929f73a960582187083000x7f069df72b7a39bce9806e3afaf579e54d8cf2b90x9c141fa4c385e4e18c67854b101a7c9b8e37a70652ef4d3bd774d8585f62a688a138f82b6c35a5c850bcddbb38f7cfe864307483667af85a80f3ff070689cbbe0x4e2d37eb11004622224a298a13d4792f0b406c1eca6e57b8bb6c7da13d7983000,0,10x7f069df72b7a39bce9806e3afaf579e54d8cf2b901f1ceb16d94083606db7f4d98400554f17125483b000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000000200000000000000000000000042000000000000000000000000000000000000060000000000000000000000006131b5fae19ea4f9d964eac0408e4408b66337b50000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000c00000000000000000000000000000000000000000000000000000000000000044095ea7b30000000000000000000000006131b5fae19ea4f9d964eac0408e4408b66337b5ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000644e21fd0e9000000000000000000000000000000000000000000000000000000000000002000000000000000000000000011ddd59c33c73c44733b4123a86ea5ce57f6e854000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000018000000000000000000000000000000000000000000000000000000000000003c000000000000000000000000000000000000000000000000000000000000000c00101000000290200000072ab388e2e2f6facef59e3c3fa2c4e29011c2d380000000000000000004380663abb8000010a4200000000000000000000000000000000000006833589fcd6edb6e08f4c7c32d4f71b54bda029135eac749f86df56d2232835a00496be23a7f1c68400000000000000000000000066c550280000004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003100000000000000000000000002eead4b0000000000000000000000004200000000000000000000000000000000000006000000000000000000000000833589fcd6edb6e08f4c7c32d4f71b54bda02913000000000000000000000000000000000000000000000000000000000000016000000000000000000000000000000000000000000000000000000000000001a000000000000000000000000000000000000000000000000000000000000001e000000000000000000000000000000000000000000000000000000000000002000000000000000000000000005eac749f86df56d2232835a00496be23a7f1c684000000000000000000000000000000000000000000000000004380663abb80000000000000000000000000000000000000000000000000000000000002c924a000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000220000000000000000000000000000000000000000000000000000000000000000100000000000000000000000011ddd59c33c73c44733b4123a86ea5ce57f6e8540000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000004380663abb800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002267b22536f75726365223a22726f7361746f636f7270222c22416d6f756e74496e555344223a2234392e31303833323730393339363637222c22416d6f756e744f7574555344223a2234392e3038343136343232363533333034222c22526566657272616c223a22222c22466c616773223a302c22416d6f756e744f7574223a223439313936333633222c2254696d657374616d70223a313732343230353934342c22496e74656772697479496e666f223a7b224b65794944223a2231222c225369676e6174757265223a22552f6b6c696a684c41766238364e73397a4e382b4a525930577167565a427a6b737234686742465a4b6c454653776c4578534e344d6e3148643348567a363744486b356f67787638373458754e43733661593973677564767068317668645a4873765837673677476c69776c67614c4a4950312f6d74564c782f66595664374f36374c696e6233625263776e786b6171565575586162474b574d594c3937717646722f454e356e56476e476133454456674b54364c4b4e72646345704e466e6b4d357a4d57454878755057444d714d5a7a7137536772793358535a716b3642757178437030763275554867474a5735326f587352426742614c6a494d72786b76472b70513937374479536e3042553651314c2f5a2f67456841366a31734b366b614f6f754b373575693851565159316b424f7a6a71796e6d4c59503146743842534a574234776b594855345a383342757979324a73413d3d227d7d0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000f1ceb16d94083606db7f4d98400554f17125483b000000000000000000000000833589fcd6edb6e08f4c7c32d4f71b54bda02913000000000000000000000000000000000000000000000000000000000000f427000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002024-08-21T02:05:47.000Z1900000000000000000x63c73886431675bcc17e1de36e83cf94bfc6fb8b3ab5095573890917786e2c4d190000000000000004901918248714701
9436770true436758{“salt”:“46484663455021641532741614744013182369420693838894683554412983579380985973385”,“maker”:“0xbb1127d92c44aa4bacedf1cca6d65ccd0f2905fe”,“offsets”:“970558080243398695134547109586957793750899628853613079895592438595584”,“receiver”:“0x0000000000000000000000000000000000000000”,“makerAsset”:“0x4200000000000000000000000000000000000006”,“takerAsset”:“0x833589fcd6edb6e08f4c7c32d4f71b54bda02913”,“interactions”:“0x63592c2b0000000000000000000000000000000000000000000000000000000066c563c00075005ccf0006018b0d00000000f1ceb16d94083606db7f4d98400554f17125483b00000000c1b19a08c2798c6930b8f3a44b7b0d08f4e198b800000000000000000000000000000000000000000000000000000000ad3b67bca8935cb510c8d18bd45f0b94f54a968f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a9048585166f4f7c4589ade19567bb538035ed360000000076c20c628a025bcbc2fc62e5cb8ecfbac5932086ffffffff5a”,“makingAmount”:“19000000000000000”,“takingAmount”:“48670331”,“allowedSender”:“0x7f069df72b7a39bce9806e3afaf579e54d8cf2b9”}0x5eac749f86df56d2232835a00496be23a7f1c6840xe5d7bde60x1111111254eeb25477b68fb85ed929f73a960582187113480x7f069df72b7a39bce9806e3afaf579e54d8cf2b90xf8f3401bc347ba427b53bdec8ce42120446f6414d739d2304ec6a255cc64228c75339c86744d170fb7d10b96630c927c1bdcc9e9b9c79a13b308824e519df06d0x79b86c8f93e638f54cd6bb9325035c2a2e4efbb3b73106bb862c64caef0202b70,0,10x7f069df72b7a39bce9806e3afaf579e54d8cf2b901f1ceb16d94083606db7f4d98400554f17125483b000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000000200000000000000000000000042000000000000000000000000000000000000060000000000000000000000006131b5fae19ea4f9d964eac0408e4408b66337b50000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000c00000000000000000000000000000000000000000000000000000000000000044095ea7b30000000000000000000000006131b5fae19ea4f9d964eac0408e4408b66337b5ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000644e21fd0e9000000000000000000000000000000000000000000000000000000000000002000000000000000000000000011ddd59c33c73c44733b4123a86ea5ce57f6e854000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000018000000000000000000000000000000000000000000000000000000000000003c000000000000000000000000000000000000000000000000000000000000000c001010000002902000000b4cb800910b228ed3d0834cf79d697127bbb00e50000000000000000004380663abb8000010a4200000000000000000000000000000000000006833589fcd6edb6e08f4c7c32d4f71b54bda029135eac749f86df56d2232835a00496be23a7f1c68400000000000000000000000066c567f70000004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003100000000000000000000000002ef17540000000000000000000000004200000000000000000000000000000000000006000000000000000000000000833589fcd6edb6e08f4c7c32d4f71b54bda02913000000000000000000000000000000000000000000000000000000000000016000000000000000000000000000000000000000000000000000000000000001a000000000000000000000000000000000000000000000000000000000000001e000000000000000000000000000000000000000000000000000000000000002000000000000000000000000005eac749f86df56d2232835a00496be23a7f1c684000000000000000000000000000000000000000000000000004380663abb80000000000000000000000000000000000000000000000000000000000002c9895c00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000220000000000000000000000000000000000000000000000000000000000000000100000000000000000000000011ddd59c33c73c44733b4123a86ea5ce57f6e8540000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000004380663abb800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002257b22536f75726365223a22726f7361746f636f7270222c22416d6f756e74496e555344223a2234392e313837383331353137343231222c22416d6f756e744f7574555344223a2234392e3139363735343339383431353938222c22526566657272616c223a22222c22466c616773223a302c22416d6f756e744f7574223a223439323233353038222c2254696d657374616d70223a313732343231323033392c22496e74656772697479496e666f223a7b224b65794944223a2231222c225369676e6174757265223a225a5a416a4f554442636643323973716f377a505a46777a684b6f4767303630396f41446854544f76685a2f474f4a73452b696e78375439456338366f654a356d5852676a424967786f742b2b574d4839503377666e3069684c655148526f4d4c4638412f3069654f586b3471356470734f2b6e466b493261566747426a69533349524d484d43574b4f76784233412b6966362f735841787a547a6b6e4448726837314d67534a786a3058497a37616e5a6d4b7a6d6872334533713151395950444c734759687a3931454c686a4375673867642f35783852443934794270476f5758482f6b4f50787030432f3874496e6a724356724f4266536c344437337a65613864446259744a4379467574416e536c70335465515a784d6b2b4a4b6e36624b676f4b5a3273644f71374f547345386269396849756149366a6f3178776634396951696c324239544949744d344b415a77344b7750513d3d227d7d000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000f1ceb16d94083606db7f4d98400554f17125483b000000000000000000000000833589fcd6edb6e08f4c7c32d4f71b54bda029130000000000000000000000000000000000000000000000000000000000012123000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002024-08-21T03:47:23.000Z1900000000000000000x85366355d3a56bf6b30869a1bbb3c501b2d28a640dbcbbb282d833efa3251a55190000000000000004903058348670331
Query with partition filter
SELECT *
FROM `tt-contracts.1inch_v5_base.AggregationRouterV5_fillOrderTo_function`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

AggregationRouterV5_fillOrderToWithPermit_function

1inch AggregationRouterV5 function calls for executing Request-for-Quote (RFQ) orders with EIP-2612 permit signatures for gasless token approvals. Contains order parameters, maker/taker token amounts, and custom interaction data for decentralized exchange order fulfillment.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
trace_addressSTRINGHierarchical position of the internal call within a transaction’s execution trace. Comma-separated sequence of integers representing the call path, where each number indicates the index of the call at that nesting level, with null representing top-level calls.
statusBOOLTransaction execution outcome indicator. Boolean value where true represents successful execution and false represents failed execution.
from_addressSTRINGAddress that initiated the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
to_addressSTRINGAddress receiving the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
valueFLOAT64Amount of native cryptocurrency sent with the transaction. Floating-point representation in whole units (e.g., ETH, BNB, MATIC).
gas_usedINT64Amount of gas consumed by the transaction execution. Integer representing the actual computational steps used.
gasINT64Gas limit allocated for the transaction execution. Integer representing the maximum computational steps allowed.
signatureSTRINGFunction selector identifying which contract function was called. 10-character hex string including 0x prefix.
in_orderSTRUCT<salt STRING, makerAsset STRING, takerAsset STRING, maker STRING, receiver STRING, allowedSender STRING, makingAmount STRING, takingAmount STRING, offsets STRING, interactions STRING>Request-for-Quote (RFQ) order details structure containing maker and taker information. Structure includes token addresses for assets being exchanged, maker address, allowed sender address, and token amounts for both maker and taker sides of the trade.
in_signatureSTRINGCryptographic signature authorizing the order execution. Hex-encoded byte string used to verify the order was signed by the maker’s private key.
in_interactionSTRINGEncoded data for custom interactions executed during order fulfillment. Hex-encoded byte string, typically 0x-prefixed.
in_makingAmountSTRINGAmount of tokens provided by the maker in the RFQ order execution. Numeric string representing the token quantity in its smallest denomination.
in_takingAmountSTRINGAmount of tokens requested from the taker in the RFQ order execution. Numeric string representing the token quantity in its smallest denomination.
in_skipPermitAndThresholdAmountSTRINGBitfield parameter combining permit-skipping flag and minimum threshold amount for order execution. Numeric string encoding both a boolean flag (in the highest bit) to skip EIP-2612 permit processing and a threshold amount (in remaining bits) specifying the minimum acceptable taking amount.
in_targetSTRINGAddress of the recipient contract or account receiving tokens or funds. Hex-encoded, 0x-prefixed, 42-character string.
in_permitSTRINGEIP-2612 permit signature data enabling gasless token approvals for the swap operation. Hex-encoded byte string containing owner address, spender address, value, deadline, and ECDSA signature components (v, r, s).
out_anon0STRINGActual amount of tokens provided by the maker in the order or swap execution. Numeric string representing the token quantity in its smallest denomination.
out_anon1STRINGActual amount of tokens received by the taker in the order or swap execution. Numeric string representing the token quantity in its smallest denomination.
out_anon2STRINGUnique identifier hash for the executed order. 66-character hex string including 0x prefix.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.1inch_v5_base.AggregationRouterV5_fillOrderToWithPermit_function`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

AggregationRouterV5_OrderFilled_event

Order execution events from 1inch AggregationRouterV5 contracts containing maker address, order hash, and remaining unfilled amount. Used for tracking limit order fills and partial order completion across decentralized exchange aggregation.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_makerSTRINGAddress of the order maker who created the original order. Hex-encoded, 0x-prefixed, 42-character string.
in_orderHashSTRINGUnique identifier for the order being filled or executed. 66-character hex string including 0x prefix.
in_remainingSTRINGRemaining amount after the operation. Decimal-encoded string representing token quantity or order size left unfilled.
addressremovedin_makerlog_indexblock_numberin_orderHashin_remainingblock_timestamptransaction_hash
0x1111111254eeb25477b68fb85ed929f73a960582false0x4f3e9494802d10f856c0ab57f6b5dc91afde0d820105776490xa1248044702877d33a4dfd9063d75f9f77dac20157b840475e2fca4cdbc59fd002024-02-14T21:04:05.000Z0x7388a0ba0493f3b1eadc80a11b14c5e8a5b5ed92242f1429ac0d8073a97f4c21
0x1111111254eeb25477b68fb85ed929f73a960582false0x1632895fca6c91d3333c53a5f97f3bd29f3d4d970105711650xbdfd0e811abdb4d57a4a0c1b413780ca82cfb3dd36f66ed76bbe28f6ce3f841302024-02-14T17:27:57.000Z0xcc863784e7b879cc75df23ee07db8a567be8be667de2c3ac14914b4a2647a219
0x1111111254eeb25477b68fb85ed929f73a960582false0x60389f28dd928e79f3db12552e12aec6852850af0105446770xb3dfe65f9c450abe73bd34908ba494191901716cd1de2f81c647ac6eb3d519cf02024-02-14T02:45:01.000Z0x8346e5d676855788cf764e4cb20f790e560e2091477a6dbc1016adad00a41799
Query with partition filter
SELECT *
FROM `tt-contracts.1inch_v5_base.AggregationRouterV5_OrderFilled_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

AggregationRouterV5_OrderFilledRFQ_event

RFQ (Request for Quote) order execution events emitted by 1inch AggregationRouterV5 contracts. Records order hash and maker token amount for off-chain quoted orders filled on-chain.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_orderHashSTRINGUnique identifier for the order being filled or executed. 66-character hex string including 0x prefix.
in_makingAmountSTRINGAmount of tokens provided by the maker in the RFQ order execution. Numeric string representing the token quantity in its smallest denomination.
addressremovedlog_indexblock_numberin_orderHashblock_timestampin_makingAmounttransaction_hash
0x1111111254eeb25477b68fb85ed929f73a960582false167253406800xd101daad96ffa7f7e9101a26b90c09b00b55befcb7022c951f2cf7419febf4cc2025-01-21T14:45:07.000Z10xde14669c7097dfd63ae66227e81d415c7cc5ee77a7b0f422ceb0b74ad59332a7
0x1111111254eeb25477b68fb85ed929f73a960582false249253459350x93ad845546dc6565c991bc4e8c55350c8808731994c8d6b32e179d0e61f0cd8d2025-01-21T17:40:17.000Z10x4d4908ea25a1b81f1cdcc6bc1c43ed3ba409715fbeb416e751f940dec1c8dff6
0x1111111254eeb25477b68fb85ed929f73a960582false235253399190x5b28d4a064773cbe47c7848c97dcbd0ba49fb355a47cb8fb97a52e61486418562025-01-21T14:19:45.000Z10xfb7cd58f9737b41b6cae28c62f81569c479e9a3b9de77d75c71e2a617a7b12c7
Query with partition filter
SELECT *
FROM `tt-contracts.1inch_v5_base.AggregationRouterV5_OrderFilledRFQ_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

AggregationRouterV5_swap_function

Decoded function calls to the 1inch AggregationRouterV5 swap method containing source and destination token addresses, swap amounts, executor contract, and optional EIP-2612 permit signatures. Used for tracking token swap executions and analyzing DEX aggregator routing efficiency.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
trace_addressSTRINGHierarchical position of the internal call within a transaction’s execution trace. Comma-separated sequence of integers representing the call path, where each number indicates the index of the call at that nesting level, with null representing top-level calls.
statusBOOLTransaction execution outcome indicator. Boolean value where true represents successful execution and false represents failed execution.
from_addressSTRINGAddress that initiated the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
to_addressSTRINGAddress receiving the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
valueFLOAT64Amount of native cryptocurrency sent with the transaction. Floating-point representation in whole units (e.g., ETH, BNB, MATIC).
gas_usedINT64Amount of gas consumed by the transaction execution. Integer representing the actual computational steps used.
gasINT64Gas limit allocated for the transaction execution. Integer representing the maximum computational steps allowed.
signatureSTRINGFunction selector identifying which contract function was called. 10-character hex string including 0x prefix.
in_executorSTRINGAddress of the executor contract responsible for processing cross-chain message delivery. Hex-encoded, 0x-prefixed, 42-character string.
in_descSTRUCT<srcToken STRING, dstToken STRING, srcReceiver STRING, dstReceiver STRING, amount STRING, minReturnAmount STRING, flags STRING>Swap operation parameters struct containing source and destination token addresses, receiver addresses, token amounts, minimum return amount, execution flags, and permit signature data.
in_permitSTRINGEIP-2612 permit signature data enabling gasless token approvals for the swap operation. Hex-encoded byte string containing owner address, spender address, value, deadline, and ECDSA signature components (v, r, s).
in_dataSTRINGEncoded input data for the contract function call. Hex-encoded byte string representing function parameters and additional call data.
out_returnAmountSTRINGAmount of tokens returned by the swap operation. Numeric string representation of token quantity in smallest denomination.
out_spentAmountSTRINGAmount of source tokens consumed by the swap operation. Numeric string representation of token quantity in smallest denomination.
gasvaluestatusin_datain_descgas_usedin_permitsignatureto_addressin_executorblock_numberfrom_addresstrace_addressblock_timestampout_spentAmountout_returnAmounttransaction_hash
4000000false2866780x12aa3caf0x1111111254eeb25477b68fb85ed929f73a960582284626000x6947f763a87e2c0ceb1e0bc7c2f8e0bd96e88ec92025-04-03T21:09:07.000Z0x62341b9560a7d6b15ca31000d7c5fd03c5005e350738589148cad39003d75f5f
7964000false6522660x12aa3caf0x1111111254eeb25477b68fb85ed929f73a960582284436390xd9adcdcd082a62d739086ecf8db57b324b69c25f2025-04-03T10:37:05.000Z0xb3e35e44c3ac2f0dd36ac614638129899d5feee9032ec20daa58a12ae763ce0b
400000261634808664699000false1823300x12aa3caf0x1111111254eeb25477b68fb85ed929f73a960582284552830x865e68baa8c7df7d71327a4ebd6a0cb7b06463872025-04-03T17:05:13.000Z0x2dbdc47962877a88e0068d1e3a4c475c41b8e7c09160afa7d821abee954b2588
Query with partition filter
SELECT *
FROM `tt-contracts.1inch_v5_base.AggregationRouterV5_swap_function`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

AggregationRouterV5_uniswapV3Swap_function

Decoded function calls to 1inch AggregationRouterV5’s uniswapV3Swap method, which executes token swaps routed through Uniswap V3 pools. Contains input amounts, minimum return thresholds, encoded pool routing data, and actual return amounts for analyzing 1inch swap execution and slippage.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
trace_addressSTRINGHierarchical position of the internal call within a transaction’s execution trace. Comma-separated sequence of integers representing the call path, where each number indicates the index of the call at that nesting level, with null representing top-level calls.
statusBOOLTransaction execution outcome indicator. Boolean value where true represents successful execution and false represents failed execution.
from_addressSTRINGAddress that initiated the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
to_addressSTRINGAddress receiving the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
valueFLOAT64Amount of native cryptocurrency sent with the transaction. Floating-point representation in whole units (e.g., ETH, BNB, MATIC).
gas_usedINT64Amount of gas consumed by the transaction execution. Integer representing the actual computational steps used.
gasINT64Gas limit allocated for the transaction execution. Integer representing the maximum computational steps allowed.
signatureSTRINGFunction selector identifying which contract function was called. 10-character hex string including 0x prefix.
in_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
in_minReturnSTRINGMinimum acceptable output amount for the swap operation. Numeric string representation of token quantity in smallest denomination.
in_poolsARRAY<STRING>Array of encoded pool identifiers for routing token swaps through decentralized exchanges. Elements are numeric strings representing packed pool addresses and swap parameters.
out_returnAmountSTRINGAmount of tokens returned by the swap operation. Numeric string representation of token quantity in smallest denomination.
gasvaluestatusgas_usedin_poolsin_amountsignatureto_addressblock_numberfrom_addressin_minReturntrace_addressblock_timestampout_returnAmounttransaction_hash
500000100000000000000false42874[“407183240616297097019375327704868567378367261988”]1000000000000000xe449022e0x1111111254eeb25477b68fb85ed929f73a960582215928130x67cb9a01ffde3ce38b0d0e9c6ee0a6d7e7aedace950000000000002024-10-26T20:36:13.000Z0x386172ecfbee8c4347b1e2f1e6a0d4ad1af753e24df143055e69ec26daf0e1aa
500000100000000000000false42874[“407183240616297097019375327704868567378367261988”]1000000000000000xe449022e0x1111111254eeb25477b68fb85ed929f73a960582215928070x67cb9a01ffde3ce38b0d0e9c6ee0a6d7e7aedace950000000000002024-10-26T20:36:01.000Z0x2c8b1db58b06a3af1acb4637a5c59a685feeb9a234eb3c857bebd74e083b5dd4
11114050true22236[“14474011154664524427946373127049322521152360952151454300159750850495218463753”]1163289198450203896110xe449022e0x1111111254eeb25477b68fb85ed929f73a96058223234190xd07d0ba552bb656b000d60c2ccf87caf53cb26f8394647391047654412023-08-07T19:23:05.000Z0x0d842cf7c4d3a4e6664e94888959a3313453d06984f86c0d5ae208cedaaa8b5b
Query with partition filter
SELECT *
FROM `tt-contracts.1inch_v5_base.AggregationRouterV5_uniswapV3Swap_function`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

AggregationRouterV5_uniswapV3SwapCallback_function

Decoded function calls to the Uniswap V3 swap callback handler within the 1inch AggregationRouterV5 contract, containing token delta amounts and contextual swap data. Used for tracking DEX aggregator interactions with Uniswap V3 liquidity pools.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
trace_addressSTRINGHierarchical position of the internal call within a transaction’s execution trace. Comma-separated sequence of integers representing the call path, where each number indicates the index of the call at that nesting level, with null representing top-level calls.
statusBOOLTransaction execution outcome indicator. Boolean value where true represents successful execution and false represents failed execution.
from_addressSTRINGAddress that initiated the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
to_addressSTRINGAddress receiving the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
valueFLOAT64Amount of native cryptocurrency sent with the transaction. Floating-point representation in whole units (e.g., ETH, BNB, MATIC).
gas_usedINT64Amount of gas consumed by the transaction execution. Integer representing the actual computational steps used.
gasINT64Gas limit allocated for the transaction execution. Integer representing the maximum computational steps allowed.
signatureSTRINGFunction selector identifying which contract function was called. 10-character hex string including 0x prefix.
in_amount0DeltaSTRINGChange in amount for the first token in a Uniswap V3 liquidity pool swap. Positive values indicate tokens owed to the pool, negative values indicate tokens owed to the recipient.
in_amount1DeltaSTRINGChange in amount for the second token in a Uniswap V3 liquidity pool swap. Positive values indicate tokens owed to the pool, negative values indicate tokens owed to the recipient.
in_anon2STRINGThird parameter passed to the Uniswap V3 swap callback function. Hex-encoded, 0x-prefixed, 66-character string representing contextual data for the swap operation.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.1inch_v5_base.AggregationRouterV5_uniswapV3SwapCallback_function`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

AggregationRouterV5_uniswapV3SwapTo_function

Decoded function calls to the 1inch AggregationRouterV5 contract’s uniswapV3SwapTo method, which executes token swaps through Uniswap V3 pools. Contains input parameters including swap amounts, minimum return thresholds, encoded pool routing data, and recipient addresses, along with transaction execution metadata and actual return amounts.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
trace_addressSTRINGHierarchical position of the internal call within a transaction’s execution trace. Comma-separated sequence of integers representing the call path, where each number indicates the index of the call at that nesting level, with null representing top-level calls.
statusBOOLTransaction execution outcome indicator. Boolean value where true represents successful execution and false represents failed execution.
from_addressSTRINGAddress that initiated the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
to_addressSTRINGAddress receiving the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
valueFLOAT64Amount of native cryptocurrency sent with the transaction. Floating-point representation in whole units (e.g., ETH, BNB, MATIC).
gas_usedINT64Amount of gas consumed by the transaction execution. Integer representing the actual computational steps used.
gasINT64Gas limit allocated for the transaction execution. Integer representing the maximum computational steps allowed.
signatureSTRINGFunction selector identifying which contract function was called. 10-character hex string including 0x prefix.
in_recipientSTRINGAddress designated to receive the output tokens from a swap or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
in_minReturnSTRINGMinimum acceptable output amount for the swap operation. Numeric string representation of token quantity in smallest denomination.
in_poolsARRAY<STRING>Array of encoded pool identifiers for routing token swaps through decentralized exchanges. Elements are numeric strings representing packed pool addresses and swap parameters.
out_returnAmountSTRINGAmount of tokens returned by the swap operation. Numeric string representation of token quantity in smallest denomination.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.1inch_v5_base.AggregationRouterV5_uniswapV3SwapTo_function`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

AggregationRouterV5_uniswapV3SwapToWithPermit_function

1inch AggregationRouterV5 function calls that execute Uniswap V3 swaps with EIP-2612 permit signatures for gasless token approvals. Records source token, swap amounts, minimum return thresholds, routing pool identifiers, recipient addresses, and permit signature data for multi-hop DEX aggregation trades.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
trace_addressSTRINGHierarchical position of the internal call within a transaction’s execution trace. Comma-separated sequence of integers representing the call path, where each number indicates the index of the call at that nesting level, with null representing top-level calls.
statusBOOLTransaction execution outcome indicator. Boolean value where true represents successful execution and false represents failed execution.
from_addressSTRINGAddress that initiated the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
to_addressSTRINGAddress receiving the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
valueFLOAT64Amount of native cryptocurrency sent with the transaction. Floating-point representation in whole units (e.g., ETH, BNB, MATIC).
gas_usedINT64Amount of gas consumed by the transaction execution. Integer representing the actual computational steps used.
gasINT64Gas limit allocated for the transaction execution. Integer representing the maximum computational steps allowed.
signatureSTRINGFunction selector identifying which contract function was called. 10-character hex string including 0x prefix.
in_recipientSTRINGAddress designated to receive the output tokens from a swap or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_srcTokenSTRINGContract address of the source token being swapped. Hex-encoded, 0x-prefixed, 42-character string.
in_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
in_minReturnSTRINGMinimum acceptable output amount for the swap operation. Numeric string representation of token quantity in smallest denomination.
in_poolsARRAY<STRING>Array of encoded pool identifiers for routing token swaps through decentralized exchanges. Elements are numeric strings representing packed pool addresses and swap parameters.
in_permitSTRINGEIP-2612 permit signature data enabling gasless token approvals for the swap operation. Hex-encoded byte string containing owner address, spender address, value, deadline, and ECDSA signature components (v, r, s).
out_returnAmountSTRINGAmount of tokens returned by the swap operation. Numeric string representation of token quantity in smallest denomination.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.1inch_v5_base.AggregationRouterV5_uniswapV3SwapToWithPermit_function`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

AggregationRouterV5_unoswap_function

Function calls to the unoswap method on 1inch AggregationRouterV5 contracts, containing swap parameters including source token, input amount, minimum return requirements, and encoded pool routing paths. Records both successful and failed token swap executions across DEX aggregation routes.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
trace_addressSTRINGHierarchical position of the internal call within a transaction’s execution trace. Comma-separated sequence of integers representing the call path, where each number indicates the index of the call at that nesting level, with null representing top-level calls.
statusBOOLTransaction execution outcome indicator. Boolean value where true represents successful execution and false represents failed execution.
from_addressSTRINGAddress that initiated the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
to_addressSTRINGAddress receiving the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
valueFLOAT64Amount of native cryptocurrency sent with the transaction. Floating-point representation in whole units (e.g., ETH, BNB, MATIC).
gas_usedINT64Amount of gas consumed by the transaction execution. Integer representing the actual computational steps used.
gasINT64Gas limit allocated for the transaction execution. Integer representing the maximum computational steps allowed.
signatureSTRINGFunction selector identifying which contract function was called. 10-character hex string including 0x prefix.
in_srcTokenSTRINGContract address of the source token being swapped. Hex-encoded, 0x-prefixed, 42-character string.
in_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
in_minReturnSTRINGMinimum acceptable output amount for the swap operation. Numeric string representation of token quantity in smallest denomination.
in_poolsARRAY<STRING>Array of encoded pool identifiers for routing token swaps through decentralized exchanges. Elements are numeric strings representing packed pool addresses and swap parameters.
out_returnAmountSTRINGAmount of tokens returned by the swap operation. Numeric string representation of token quantity in smallest denomination.
gasvaluestatusgas_usedin_poolsin_amountsignatureto_addressin_srcTokenblock_numberfrom_addressin_minReturntrace_addressblock_timestampout_returnAmounttransaction_hash
1127182200000000000true94980[“1457117132465268392155012350446698550098007602087041820911”]22000000000000x0502b1c50x1111111254eeb25477b68fb85ed929f73a9605820x0000000000000000000000000000000000000000221406870x85ff3f7e373677952ea57dc7f485aa6477e4162b44931608354094602024-11-08T12:58:41.000Z45316773200116680xc25ef77eef2676bd29929587345ff3476743bb4a921c6869f687300fc335194b
1254162560000000000true94980[“1457117132465268392155012350446698550098007602087041820911”]25600000000000x0502b1c50x1111111254eeb25477b68fb85ed929f73a9605820x0000000000000000000000000000000000000000221418820xf33242fa20240db6626e2737c3006b13f4f12abb52066753927051182024-11-08T13:38:31.000Z52592680734395140x92cadb6f9b2659535af8a17d08f3d4ae0e0d7b2c559d19f45c6f033e3dd382c1
1254302590000000000true94992[“1457117132465268392155012350446698550098007602087041820911”]25900000000000x0502b1c50x1111111254eeb25477b68fb85ed929f73a9605820x0000000000000000000000000000000000000000221382390xb680fff02bc846e41dd1fd10e3ee95baa891004b52316913690130182024-11-08T11:37:05.000Z52845367363767860x71b81455f90938b84859a1605e44994454e32353227bb4d171e0ea47cb0476a9
Query with partition filter
SELECT *
FROM `tt-contracts.1inch_v5_base.AggregationRouterV5_unoswap_function`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

AggregationRouterV5_unoswapTo_function

Decoded function call data for the unoswapTo method on 1inch AggregationRouterV5 contracts. Captures token swap executions including source token, input amount, slippage parameters (minimum return), routing path through liquidity pools, recipient address, and actual output amount returned from the swap.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
trace_addressSTRINGHierarchical position of the internal call within a transaction’s execution trace. Comma-separated sequence of integers representing the call path, where each number indicates the index of the call at that nesting level, with null representing top-level calls.
statusBOOLTransaction execution outcome indicator. Boolean value where true represents successful execution and false represents failed execution.
from_addressSTRINGAddress that initiated the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
to_addressSTRINGAddress receiving the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
valueFLOAT64Amount of native cryptocurrency sent with the transaction. Floating-point representation in whole units (e.g., ETH, BNB, MATIC).
gas_usedINT64Amount of gas consumed by the transaction execution. Integer representing the actual computational steps used.
gasINT64Gas limit allocated for the transaction execution. Integer representing the maximum computational steps allowed.
signatureSTRINGFunction selector identifying which contract function was called. 10-character hex string including 0x prefix.
in_recipientSTRINGAddress designated to receive the output tokens from a swap or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_srcTokenSTRINGContract address of the source token being swapped. Hex-encoded, 0x-prefixed, 42-character string.
in_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
in_minReturnSTRINGMinimum acceptable output amount for the swap operation. Numeric string representation of token quantity in smallest denomination.
in_poolsARRAY<STRING>Array of encoded pool identifiers for routing token swaps through decentralized exchanges. Elements are numeric strings representing packed pool addresses and swap parameters.
out_returnAmountSTRINGAmount of tokens returned by the swap operation. Numeric string representation of token quantity in smallest denomination.
gasvaluestatusgas_usedin_poolsin_amountsignatureto_addressin_srcTokenblock_numberfrom_addressin_minReturnin_recipienttrace_addressblock_timestampout_returnAmounttransaction_hash
1301255090000000000true93215[“1457847884221550172874853599682230344371158361999054654248”]50900000000000xf78dc2530x1111111254eeb25477b68fb85ed929f73a9605820x000000000000000000000000000000000000000057852870xc629bf86f02ef13e8f1f5f75ade8a8165587998f11696520639023840xd7f1dd5d49206349cae8b585fcb0ce3d96f1696f2,02023-10-26T22:38:41.000Z11814667312145300xb9ca08ca0d716dbfb483af67a10b6277da6b0458af94ee09dd8128f6cbe0702d
1301256490000000000true93215[“1457847884221550172874853599682230344371158361999054654248”]64900000000000xf78dc2530x1111111254eeb25477b68fb85ed929f73a9605820x000000000000000000000000000000000000000057864860xc629bf86f02ef13e8f1f5f75ade8a8165587998f14933535929227300xd7f1dd5d49206349cae8b585fcb0ce3d96f1696f2,02023-10-26T23:18:39.000Z15084379726492230x94ac366c03b47d491e99deb957026bbc96af7268e09a1f4e95fa5d2319615027
1466954860000000000true93215[“1457847884221550172874853599682230344371158361999054654248”]48600000000000xf78dc2530x1111111254eeb25477b68fb85ed929f73a9605820x000000000000000000000000000000000000000057669960xc629bf86f02ef13e8f1f5f75ade8a8165587998f11096396377083190xd7f1dd5d49206349cae8b585fcb0ce3d96f1696f2,02023-10-26T12:28:59.000Z11208481188972920x763fb73d90f7e4a6ee9d9d4840f0949601f46fd2cf6195e4f5c26765352c7a59
Query with partition filter
SELECT *
FROM `tt-contracts.1inch_v5_base.AggregationRouterV5_unoswapTo_function`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

AggregationRouterV5_unoswapToWithPermit_function

1inch AggregationRouterV5 token swap function calls with EIP-2612 permit signatures. Executes single-path (Uniswap-style) token exchanges with gasless approvals, routing through specified liquidity pools to a designated recipient.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
trace_addressSTRINGHierarchical position of the internal call within a transaction’s execution trace. Comma-separated sequence of integers representing the call path, where each number indicates the index of the call at that nesting level, with null representing top-level calls.
statusBOOLTransaction execution outcome indicator. Boolean value where true represents successful execution and false represents failed execution.
from_addressSTRINGAddress that initiated the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
to_addressSTRINGAddress receiving the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
valueFLOAT64Amount of native cryptocurrency sent with the transaction. Floating-point representation in whole units (e.g., ETH, BNB, MATIC).
gas_usedINT64Amount of gas consumed by the transaction execution. Integer representing the actual computational steps used.
gasINT64Gas limit allocated for the transaction execution. Integer representing the maximum computational steps allowed.
signatureSTRINGFunction selector identifying which contract function was called. 10-character hex string including 0x prefix.
in_recipientSTRINGAddress designated to receive the output tokens from a swap or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_srcTokenSTRINGContract address of the source token being swapped. Hex-encoded, 0x-prefixed, 42-character string.
in_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
in_minReturnSTRINGMinimum acceptable output amount for the swap operation. Numeric string representation of token quantity in smallest denomination.
in_poolsARRAY<STRING>Array of encoded pool identifiers for routing token swaps through decentralized exchanges. Elements are numeric strings representing packed pool addresses and swap parameters.
in_permitSTRINGEIP-2612 permit signature data enabling gasless token approvals for the swap operation. Hex-encoded byte string containing owner address, spender address, value, deadline, and ECDSA signature components (v, r, s).
out_returnAmountSTRINGAmount of tokens returned by the swap operation. Numeric string representation of token quantity in smallest denomination.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.1inch_v5_base.AggregationRouterV5_unoswapToWithPermit_function`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100