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.
gasNUMERICGas 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
2302312000000000000000000false1236320x84bd6d290x1111111254eeb25477b68fb85ed929f73a960582485308580x618f9095b1e669a4c4640fdd430ca02235a72efa2023-10-09T23:54:50.000Z0xd7e6faddd57ea2feae5ed2d4ede3254ebc85a2c94f71872531b6504be7190462
2194230false1261350x84bd6d290x1111111254eeb25477b68fb85ed929f73a960582484924180xabd10f0a61270d6977c5bfd9d4ec74d6d3bc96ab2023-10-09T00:23:03.000Z0x7b74428edaecbbc9b0a4d480734fdc831a5ee5d8a42b55b1916732881f52ddc5
2271980x5df59fdee72296ff95ebe93fd10ffdbe37dabe617d31c461041e871708edc7f30x29b34a23b723131449a68c9e055745a07682ac562d3cb4cbaef71fe30df7e9e30true1856720x84bd6d290x1111111254eeb25477b68fb85ed929f73a9605820x00000000000000000000000000000000000000000x2791bca1f2de4661ed88a30c99a7a9449aa84174485052220xfc7f8cc9ec8b3a6a5f0790d56ae7616f68c1fa2f6270826202926727929929861360464964010657193701157067558011915281796902292023-10-09T08:16:00.000Z124958141560637158412495814156063715840xb0c53bedb7b5ef497792c7a4690e2762d8b6eea6a3cd67b0ca349324bf1d7cee0x6bfce69d1df30fd2b2c8e478edec9daa643ae3b8
Query with partition filter
SELECT *
FROM `tt-contracts.1inch_v5_polygon.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.
gasNUMERICGas 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
28363526000000000000000000false1257600x093d4fa50x1111111254eeb25477b68fb85ed929f73a960582383146020x315571087daee11f7c7b7d6ebfd52a3a8d9154872023-01-20T15:42:55.000Z0x499945596590730ec4954d5cfee8908b4c1bad1f9a9cad603a6cbed0f4cbe90b
2837026476200000000000000false1171340x093d4fa50x1111111254eeb25477b68fb85ed929f73a960582383139870x8cc1a294567fb16182ae2945150f55d631718d672023-01-20T15:20:31.000Z0x0d4d1ab1dfcfe6635971f5376a141b6bdb1c51e877f2f2adb22674129459c1c8
2868810x6f423efe07a6f5b35a12ade5b6bc16324bd1cc09b0ba03fdf845f7ff480f92500x0d2954bf5f30fc5ddb8433e7a4a53c1183d7a5f1d68daf9f1b56db7ae4d9537e42000000000000000000true1808640x093d4fa50x1111111254eeb25477b68fb85ed929f73a9605820x2791bca1f2de4661ed88a30c99a7a9449aa841740x0000000000000000000000000000000000000000382895520xb87428320dfb401b631adc9c7aff2f6e454c24765952924456981642160402615470139667803211612885625696933711997744950x81ab6fd4a68d0addfad65f9f97bc1427dcd40c8e420000000000000000002023-01-20T00:23:01.000Z39830649398306490x3cdf1934978aef93cc8698e08047815bf2efc220de3c949ecc84b81525bcf07a0x6bfce69d1df30fd2b2c8e478edec9daa643ae3b8
Query with partition filter
SELECT *
FROM `tt-contracts.1inch_v5_polygon.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.
gasNUMERICGas 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.
gasin_rin_vsvaluestatusgas_usedin_permitsignatureto_addressin_dstTokenin_srcTokenblock_numberfrom_addressin_goodUntilin_recipienttrace_addressin_inputAmountblock_timestampin_outputAmountout_returnAmounttransaction_hashin_clipperExchange
2727130x00f3b4fe9bd5b7d07a10b5dee030c8440b828e251869d05e9670a3bfb84c9e9c0xba6a31b0af6610fcbe5e8b13adff5fb1cf827d419db0a40aea2f445c1c04b70d0true2311820x000000000000000000000000bdaec068708ea16d7dc9be8f94125d3648e6d2c10000000000000000000000001111111254eeb25477b68fb85ed929f73a9605820000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000006677d5a40000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000001b67ba76435f80ad3594d34c97637966eec3038bbd11538ce365c8ecb9f7533a27566e15a451e04d7ec4e6e4548e1e2cc12ff785bff3cc3846bf133091a56fdf740xc805a6660x1111111254eeb25477b68fb85ed929f73a9605820x00000000000000000000000000000000000000000x8f3cf7ad23cd3cadbd9735aff958023239c6a063584617750xbdaec068708ea16d7dc9be8f94125d3648e6d2c16273963184518987423646597252653686186464483131057636749315821087890xbdaec068708ea16d7dc9be8f94125d3648e6d2c116582811431352911292024-06-22T07:58:46.000Z292382102089322854429238210208932285440x4c4590ca52c086296cbadb3c4e3a426fd1d3900e5b807181892fc1116f078e540x6bfce69d1df30fd2b2c8e478edec9daa643ae3b8
2805340false1874530xc805a6660x1111111254eeb25477b68fb85ed929f73a960582452409520x09da51b81ab40b2e0825e60e0838ba72409fc5d32023-07-18T22:04:41.000Z0xe7c540c6f663e8c638211d366b3ae52f6b2f0aab13f8f18e083889ccd7d59fa9
2807310x91cd2c0aabcc11a617ee2dc32fa329bbb929cc85469e6fce7b0b41084c24293c0x860acd8727c1b748d8d1c49c9da1eceeff0313f0238438253ebb06f463e0044c0true2440140x0000000000000000000000008064a470273a5fdc22d9629dfc37f9d5b3cebc4e0000000000000000000000001111111254eeb25477b68fb85ed929f73a960582ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff0000000000000000000000000000000000000000000000000000000064b73171000000000000000000000000000000000000000000000000000000000000001b7f44d08ac33e1642f4cec09a9bc0a8d3bce6648598b2158a920feff7c25606541f42fbca6bd54b385403cc0cb999cf9210c04830758a349f061b70ab9723a8230xc805a6660x1111111254eeb25477b68fb85ed929f73a9605820x00000000000000000000000000000000000000000x2791bca1f2de4661ed88a30c99a7a9449aa84174452074640x8064a470273a5fdc22d9629dfc37f9d5b3cebc4e6273963184518987423719278163418164490930907477170785459617182434050x8064a470273a5fdc22d9629dfc37f9d5b3cebc4e17801772023-07-18T00:42:57.000Z228072028438327833622807202843832783360xbde4c9c77fce158cb94e1dfc48b7144a2f4b413aa60fd480c25bdf085e04f1980x6bfce69d1df30fd2b2c8e478edec9daa643ae3b8
Query with partition filter
SELECT *
FROM `tt-contracts.1inch_v5_polygon.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.
gasNUMERICGas 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
16188600false467930x62e238bb0x1111111254eeb25477b68fb85ed929f73a960582392580110x100860244e0a0e703306b8d5f4f4054eed98290a0,0,0,1,22023-02-13T20:47:59.000Z0x15e5ebb6cb4b53170fcde6ce783af94f38a4ac4b95832d6a240478c65b516fd2
16629970false1149670x62e238bb0x1111111254eeb25477b68fb85ed929f73a960582392580110x100860244e0a0e703306b8d5f4f4054eed98290a0,0,0,1,22023-02-13T20:47:59.000Z0x87545aab743fe26815d8988d36dfee9888f58d327adc382d5ee9258e2e0c83dd
1541020false235900x62e238bb0x1111111254eeb25477b68fb85ed929f73a960582392455950x366fe681a8dbdb2b5716eb33ea71f5b4e170499e0,3,1,1,0,0,12023-02-13T12:40:27.000Z0x631f93c6bc9e1aff68e640a30c320330cafa2771b1292933c8a9c996631c2316
Query with partition filter
SELECT *
FROM `tt-contracts.1inch_v5_polygon.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.
gasNUMERICGas 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
4904130true66433{“info”:“31125306752188027863469925983”,“maker”:“0x0b3337b3274584208231c689e2c454d79b37b0f3”,“makerAsset”:“0xc2132d05d31c914a87c6611c10748aeb04b58e8f”,“takerAsset”:“0x0d500b1d8e8ef31e21c99d1db9a6444d3adf1270”,“makingAmount”:“198685”,“takingAmount”:“316867000000000000”,“allowedSender”:“0xd8121433a2b8653b8eb62bd76273eaf104f9be09”}1984863165500000000000000x9cad0abaf40fea9d5ac33fbf97ee3f395174f6cad1d83c8386d105ff7aeed8de0x3eca9c0a0x1111111254eeb25477b68fb85ed929f73a960582441480110xd8121433a2b8653b8eb62bd76273eaf104f9be090x1cd4ab096d2caad789670f69121136bc44de2a7a87474437c8ea06bfccb08d3b05527c6b94b4c5d94f27c3c5da7a303dcd5f84494ff9b0b0df1a0c257ac30db64464923f9c0,1,1,12023-06-21T00:09:08.000Z0x28a0ad13836a9969fc3e8ab5c856c150c88e283d961fd3d7ffe42ddd8499b527316550000000000000
8311580true66433{“info”:“31126565760917802614077269683”,“maker”:“0x0b3337b3274584208231c689e2c454d79b37b0f3”,“makerAsset”:“0xc2132d05d31c914a87c6611c10748aeb04b58e8f”,“takerAsset”:“0x0d500b1d8e8ef31e21c99d1db9a6444d3adf1270”,“makingAmount”:“199373”,“takingAmount”:“301912000000000000”,“allowedSender”:“0xd8121433a2b8653b8eb62bd76273eaf104f9be09”}1991733016100000000000000x836ed1cf47640a278932f3a44d2f64a0bd66721281697ede90c27919da90a14e0x3eca9c0a0x1111111254eeb25477b68fb85ed929f73a960582441783600xd8121433a2b8653b8eb62bd76273eaf104f9be090x1c15f9d7da8d9aba55efc678085dceec61e599640ec6f60be3808d331efd85190052573803e47be1ee09fc441cc90533b65abf090e189f4b366e2c9e31d3c869a264934a370,1,1,12023-06-21T19:06:36.000Z0xbee160d25305d49b784fd30cd10ed71106648d60a71dccb5679724cf3a11cee2301610000000000000
8311590true66433{“info”:“31126464193144932769286071965”,“maker”:“0x0b3337b3274584208231c689e2c454d79b37b0f3”,“makerAsset”:“0xc2132d05d31c914a87c6611c10748aeb04b58e8f”,“takerAsset”:“0x0d500b1d8e8ef31e21c99d1db9a6444d3adf1270”,“makingAmount”:“198757”,“takingAmount”:“302582000000000000”,“allowedSender”:“0xd8121433a2b8653b8eb62bd76273eaf104f9be09”}1985583022800000000000000xd4239f02d7ac7f913e4b5213f04dbb70732746ecdb629cb1f2d2eb8d304079750x3eca9c0a0x1111111254eeb25477b68fb85ed929f73a960582441759200xd8121433a2b8653b8eb62bd76273eaf104f9be090x1c0ebde41db9d074bde55f01000ca55f78c5fe5485d810ebb9b2f30d1e2310f4da6f63f77ef1598e8988c937d57b21baf5a263a29a2fbe839bc2d7a31a756b1f38649334b50,1,1,12023-06-21T17:34:53.000Z0x202c0c22a6d69e85a061e7d31291b6d0a13177985c0bb2ee24a3223560085dc7302280000000000000
Query with partition filter
SELECT *
FROM `tt-contracts.1inch_v5_polygon.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.
gasNUMERICGas 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.
gasin_rin_vsvaluestatusgas_usedin_ordersignatureto_addressblock_numberfrom_addressout_orderHashtrace_addressblock_timestamptransaction_hashin_flagsAndAmountout_filledMakingAmountout_filledTakingAmount
1636807321000000000000false295660x9570eeee0x1111111254eeb25477b68fb85ed929f73a960582529964620x7cb1768a4a123d7b3f381979c6720f18a919dd0e2024-02-01T10:42:33.000Z0xcd117bb435a27d4ace9a445375dd8a54e641560d1c5ca46e94a390e691a9754e
163692500000000000000000false295780x9570eeee0x1111111254eeb25477b68fb85ed929f73a960582530166380x5246c4c384c791e30cd40a786ca5ca7612ccd6b12024-02-01T23:20:58.000Z0x2c2ca3772d46fb079e9212f90fac624c2149498d425f9e055fb2b62db35574f2
1465680xb1345a8eade66da4264675e997c22f082c5c7d1bc96e1a80f84d07699edd548e0x53283c03ccf80fa635d37adb7172489169656e348cf5893be1ce001d9b2594146321000000000000true113832{“info”:“31484611824513189784215367896”,“maker”:“0xff8ba4d1fc3762f6154cc942ccf30049a2a0cec6”,“makerAsset”:“0x2791bca1f2de4661ed88a30c99a7a9449aa84174”,“takerAsset”:“0x0d500b1d8e8ef31e21c99d1db9a6444d3adf1270”,“makingAmount”:“4935”,“takingAmount”:“6321000000000000”,“allowedSender”:“0x7cb1768a4a123d7b3f381979c6720f18a919dd0e”}0x9570eeee0x1111111254eeb25477b68fb85ed929f73a960582529964860x7cb1768a4a123d7b3f381979c6720f18a919dd0e0xbc16bc8c07ab6ec5f0e51c761a0add67d2be3acb4bfa69d9bd7818f5ef9126b32024-02-01T10:43:39.000Z0x1dd2959a5439beb82504f0c6e49ac28cbc7c4d7b26e46d690c3b911cca73fe61723700557733226221397318656304299424082937404160253525246610532149457060249649356321000000000000
Query with partition filter
SELECT *
FROM `tt-contracts.1inch_v5_polygon.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.
gasNUMERICGas 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.
gasvaluestatusgas_usedin_orderin_targetsignatureto_addressblock_numberfrom_addressin_signatureout_orderHashtrace_addressblock_timestamptransaction_hashin_flagsAndAmountout_filledMakingAmountout_filledTakingAmount
15262440true48877{“info”:“31371606830509970406007375336”,“maker”:“0xbad9ada0e9633ed27fa183dbdeceef76712a6ee1”,“makerAsset”:“0x0d500b1d8e8ef31e21c99d1db9a6444d3adf1270”,“takerAsset”:“0x2791bca1f2de4661ed88a30c99a7a9449aa84174”,“makingAmount”:“3197145737141816918016”,“takingAmount”:“2448864182”,“allowedSender”:“0xce9cc1fa6df298854f77e92042fd2a3e7fb27eff”}0xad3b67bca8935cb510c8d18bd45f0b94f54a968f0x5a0998430x1111111254eeb25477b68fb85ed929f73a960582502529360xce9cc1fa6df298854f77e92042fd2a3e7fb27eff0x1b7084456a98dc8cd8278f085b878146b5842b50afd1d8c87a68c34507571287841dfeaf59dc10265ca82d85161f3e4a8e2a01c31f1506e1ae23636fc73fe2d8880x9a13e7b427591bfa162d5ea99849c8d103ce8260eb0aec3ce593477ab51fc69c1,1,2,0,0,1,1,2,0,12023-11-22T13:01:39.000Z0x71307a788d2d8b2044ad7c3d9927ebfad61daf9b5ffd7e92adbdd4a5b6e1b42e244886418231971457371418169180162448864182
2344630true83558{“info”:“31032367130264011461978230052”,“maker”:“0x0b3337b3274584208231c689e2c454d79b37b0f3”,“makerAsset”:“0xc2132d05d31c914a87c6611c10748aeb04b58e8f”,“takerAsset”:“0x0d500b1d8e8ef31e21c99d1db9a6444d3adf1270”,“makingAmount”:“20231837”,“takingAmount”:“20020000000000000000”,“allowedSender”:“0x56f9c3982925f3867b1636d4aeb9ca63c9f7b2e3”}0x5ce7c6533c6a74842386ba744b1278640460d6f80x5a0998430x1111111254eeb25477b68fb85ed929f73a960582418711260x56f9c3982925f3867b1636d4aeb9ca63c9f7b2e30x1b134e8fbbd1897c36b2bdac567803c18299e11ea868d9f16455bb5e4fbfe0913629d0adbfad95813a16fde4371e94e62793e0ab843ddfdd80e44f2d313e47f0d664455ee10x3f7307132fe299a314f5ec79f57ddd4115d7d6e5c7d23d2c343fe75e3430bb4f0,1,1,12023-04-23T16:38:06.000Z0x16c0ebd89244fc5d1c6910d04e7088bf3e6e716759eefbfb318fccb6a8e7c18e200000000000000000002021162520000000000000000000
2357240true57458{“info”:“31032197364878301112974705179”,“maker”:“0x0b3337b3274584208231c689e2c454d79b37b0f3”,“makerAsset”:“0xc2132d05d31c914a87c6611c10748aeb04b58e8f”,“takerAsset”:“0x0d500b1d8e8ef31e21c99d1db9a6444d3adf1270”,“makingAmount”:“1229475”,“takingAmount”:“1207136000000000000”,“allowedSender”:“0xb97cd69145e5a9357b2acd6af6c5076380f17afb”}0x8acdb3bcc5101b1ba8a5070f003a77a2da376fe80x5a0998430x1111111254eeb25477b68fb85ed929f73a960582418669940xb97cd69145e5a9357b2acd6af6c5076380f17afb0x1cc62e84bd2c8adac61fbd148ee70148f26e4390164d357ed8dbd05e54de49621f74923d75a00432b8a5c6fa14ffdd5b08b49c444e1ed69785992af4d77173fd3a64453aee0x757dd0f4ea3ed8e2b434a07d03f389422df67ad6260c13bc694a8f55f53efb251,1,2,0,0,1,1,12023-04-23T14:04:35.000Z0x819448f680e74732b7d78dcc66b93a4c7b3817e1b1eb9dd1b4e484c2461496d0118449955958617009712064191184499559586170097
Query with partition filter
SELECT *
FROM `tt-contracts.1inch_v5_polygon.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.
gasNUMERICGas 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.
gasvaluestatusgas_usedin_orderin_permitin_targetout_anon0out_anon1out_anon2signatureto_addressblock_numberfrom_addressin_signaturetrace_addressblock_timestamptransaction_hashin_flagsAndAmount
2139310true170260{“info”:“31085307035252780887865693591”,“maker”:“0xce8bfa6d1084b09d1765342974539cbaf0d761cc”,“makerAsset”:“0xc2132d05d31c914a87c6611c10748aeb04b58e8f”,“takerAsset”:“0x2791bca1f2de4661ed88a30c99a7a9449aa84174”,“makingAmount”:“43608662”,“takingAmount”:“43622870”,“allowedSender”:“0x0000000000000000000000000000000000000000”}0x000000000000000000000000d064fa13b828e335171fb43252b65d4f657e9da40000000000000000000000001111111254eeb25477b68fb85ed929f73a960582ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff0000000000000000000000000000000000000000000000000000000064727aa2000000000000000000000000000000000000000000000000000000000000001c4930bc72f0c6efdf59b0e15eb96cd0ec6c067ea7fd5f242e1221e5aca6fbccce66d568d5ecf242fa9ab162d3bc2ae940eb175253f05ba1785c5fdaa666d36dfd0xd064fa13b828e335171fb43252b65d4f657e9da443608662436228700xadd2d7ffd1aa245424c43070da92f8aeef3de774e97b1164083fc8f9681ffb8e0x70ccbd310x1111111254eeb25477b68fb85ed929f73a960582431857610xd064fa13b828e335171fb43252b65d4f657e9da40x6da2f47a345a752d42979e49fcd64152378088a93a365893119b7e9e226d88254fad538568378df5852c9f25052e80b9569235935767b57c104fecb89462aadf1b2023-05-26T21:48:52.000Z0xd38387b01f5b7a76adfa1cdbd56b6f901d3db1070c68d63dd454d86441b2519343622870
2139110true170240{“info”:“31097508578780103904690620209”,“maker”:“0xce8bfa6d1084b09d1765342974539cbaf0d761cc”,“makerAsset”:“0xc2132d05d31c914a87c6611c10748aeb04b58e8f”,“takerAsset”:“0x2791bca1f2de4661ed88a30c99a7a9449aa84174”,“makingAmount”:“54089649”,“takingAmount”:“54105881”,“allowedSender”:“0x0000000000000000000000000000000000000000”}0x000000000000000000000000215132e91ab203fa263cb831cfa0be1555049f250000000000000000000000001111111254eeb25477b68fb85ed929f73a960582ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00000000000000000000000000000000000000000000000000000000647c927b000000000000000000000000000000000000000000000000000000000000001b4a59dba9919ffbae127e279380ac4ec629e7bfdff6aa257abd534e70c370a8eb30eb0f31eb32fa9d956403d6f5d7fa1e901f8528164b621c826a82efd7ec85dd0x215132e91ab203fa263cb831cfa0be1555049f2554089649541058810x384fd561cfc6fd4810f9f221277a9c7197e7c691c815bd2a6d8f33d351dc5c3f0x70ccbd310x1111111254eeb25477b68fb85ed929f73a960582434824530x215132e91ab203fa263cb831cfa0be1555049f250xc5f6d20ea326dc39f2e0f25175cd37246d250d1bf209687a02d0b4c5df9e9c585a50df8fb8e028d72b130a5232323c20a77df801a3225d25a697c86333ab68e11b2023-06-03T13:32:56.000Z0x49316f1b1047dcd3a30b068b2eae5f718de77a3d56b83477b3a1965374d8b03654105881
2138950true170224{“info”:“31081562918054884157825225691”,“maker”:“0xce8bfa6d1084b09d1765342974539cbaf0d761cc”,“makerAsset”:“0xc2132d05d31c914a87c6611c10748aeb04b58e8f”,“takerAsset”:“0x2791bca1f2de4661ed88a30c99a7a9449aa84174”,“makingAmount”:“27450086”,“takingAmount”:“27455578”,“allowedSender”:“0x0000000000000000000000000000000000000000”}0x0000000000000000000000000e51447bd39e54dad100f119dbb8ff15be541af20000000000000000000000001111111254eeb25477b68fb85ed929f73a960582ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00000000000000000000000000000000000000000000000000000000646f61ea000000000000000000000000000000000000000000000000000000000000001c267541c96b51c33f9f6686b7295868398bd9f85f8ea76189ffba88dfbc75409b2c2e9d052c9b7ef48858c9cf22a1f5cbf53bf6d31d7f5a06aa837e4d31dfc2690x0e51447bd39e54dad100f119dbb8ff15be541af227450086274555780xcc27a0aeea5f23f610edad02038b118cba757404e2542bc6ca898aaad35129740x70ccbd310x1111111254eeb25477b68fb85ed929f73a960582430922640x0e51447bd39e54dad100f119dbb8ff15be541af20x2e859ecd31a38ba2f2bba79a2b8827090c0340fae696b7b8bbcf0547d73773b8101cc9008e015cd73409459be10a567824ddc36969f071ffae19de56b48f86381b2023-05-24T13:26:07.000Z0x59f347604fb53233e8ccb5614ce47f2451a37490cfea75ba0013c1d6a770725927455578
Query with partition filter
SELECT *
FROM `tt-contracts.1inch_v5_polygon.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.
gasNUMERICGas 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
2681800true69476{“salt”:“1434653700543”,“maker”:“0x44034e2261ede365b20eb18b109ca3698c19ddc9”,“offsets”:“4421431254442149611168492388118363282642987198110904030635476664713216”,“receiver”:“0x0000000000000000000000000000000000000000”,“makerAsset”:“0x2791bca1f2de4661ed88a30c99a7a9449aa84174”,“takerAsset”:“0x263fa8f30351472a1363902318098befad3b440e”,“interactions”:“0xbf15fcd8000000000000000000000000a5eb255ef45dfb48b5d133d08833def69871691d000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000242cc2878d00652d25170000000000000044034e2261ede365b20eb18b109ca3698c19ddc900000000000000000000000000000000000000000000000000000000”,“makingAmount”:“20000000”,“takingAmount”:“50000000000000000000”,“allowedSender”:“0x0000000000000000000000000000000000000000”}0x6bfce69d1df30fd2b2c8e478edec9daa643ae3b80xe5d7bde60x1111111254eeb25477b68fb85ed929f73a960582487136610x5f515f6c524b18ca30f7783fb58dd4be2e9904ec0x382f4aaf4f37dbafa31fafd2d41fd243e8c1059defcf26c67556dbded9558df2e71b74a0ec8951fc6ad038ec43c3e53535076efe02c460e6cc0c915ff5e11bf60x7181cd5a38500e98d3abc8fa926408b2a7f8ea9bd07158b74b4ad3e9289b89c31,1,10x2023-10-14T16:12:21.000Z09718774678725000000xc10562dc9c73568b381c5b8a3a3a476f37cf41deb8cb6031c3be51086de8736938875097187746787250000057896044618658097711785492504343953926634992332820282019728792003956565204830
7406830true102927{“salt”:“136807925170”,“maker”:“0x9b418ca3c64d8f16f6e2101cf96becd9aa0a61a4”,“offsets”:“4421431254442149611168492388118363282642987198110904030635476664713216”,“receiver”:“0x0000000000000000000000000000000000000000”,“makerAsset”:“0xc2132d05d31c914a87c6611c10748aeb04b58e8f”,“takerAsset”:“0x13efaa3d5e2c86e7aba168f925fef9827648cff4”,“interactions”:“0xbf15fcd8000000000000000000000000a5eb255ef45dfb48b5d133d08833def69871691d000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000242cc2878d00652d4644000000000100009b418ca3c64d8f16f6e2101cf96becd9aa0a61a400000000000000000000000000000000000000000000000000000000”,“makingAmount”:“683473124”,“takingAmount”:“48507673811213620000000”,“allowedSender”:“0x0000000000000000000000000000000000000000”}0x4db1087154cd5b33fa275a88b183619f1a6f66140xe5d7bde60x1111111254eeb25477b68fb85ed929f73a960582486914150xe37e799d5077682fa0a244d46e5649f71457bd090x868136d98d2cce38f720fcd784308a408f04880ac5f657d6f71be992932d43acc04f86b7f82f3e4e9963fcc9f5f12bcf0a2f934e6c4d3c38095ef9709b84c9da0xa46ef1e4be94ba5cf2f03a05a44fed4ecbcedd3aac3994b1df247c08c32ee3d71,0,1,1,0,10x2023-10-14T02:25:06.000Z01000000000000000000000x1e3a8ddb457052f8a115ff0ade18a587b5e71b25ee81a2d1b7c02ea2b382e07f140900010000000000000000000057896044618658097711785492504343953926634992332820282019728792003956566200788
2054990true62438{“salt”:“294748004431”,“maker”:“0xb0d0b2d1f7edbe7b591bdd58dd869ccf6c1a5112”,“offsets”:“4421431254442149611168492388118363282642987198110904030635476664713216”,“receiver”:“0x0000000000000000000000000000000000000000”,“makerAsset”:“0xc2132d05d31c914a87c6611c10748aeb04b58e8f”,“takerAsset”:“0x431d5dff03120afa4bdf332c61a6e1766ef37bdb”,“interactions”:“0xbf15fcd8000000000000000000000000a5eb255ef45dfb48b5d133d08833def69871691d000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000242cc2878d006532759200000000210000b0d0b2d1f7edbe7b591bdd58dd869ccf6c1a511200000000000000000000000000000000000000000000000000000000”,“makingAmount”:“2000000000”,“takingAmount”:“301600000000000000000000”,“allowedSender”:“0x0000000000000000000000000000000000000000”}0x690a87ed8972e451e755b8f2dc1fc2b28e3c65660xe5d7bde60x1111111254eeb25477b68fb85ed929f73a960582486876540xe37e799d5077682fa0a244d46e5649f71457bd090x035588f184d65f73e60da72b79f59df95fc5e50bbde25efff12c774ddf0e2f3ce02b7124eddb3d7de3239643790e748e66168a173172d8c05dd0a985aeee7c460x3abc10466690c776a223aa019c2351148699bdd74749bf2a208246a4c84efd541,0,1,1,0,10x2023-10-14T00:05:24.000Z02000000000000000000000x3d728bf69603a3a705202be25e6dc253d29eb9cff19dac580a0882e1347d5014132625920000000000000000000057896044618658097711785492504343953926634992332820282019728792003956566119701
Query with partition filter
SELECT *
FROM `tt-contracts.1inch_v5_polygon.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.
gasNUMERICGas 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.
gasvaluestatusgas_usedin_orderin_permitin_targetout_anon0out_anon1out_anon2signatureto_addressblock_numberfrom_addressin_signaturetrace_addressin_interactionblock_timestampin_makingAmountin_takingAmounttransaction_hashin_skipPermitAndThresholdAmount
2438110true209000{“salt”:“164861784439”,“maker”:“0x69f4df8be69d78e58c891515e3cc4f21dac4a12f”,“offsets”:“4421431254442149611168492388118363282642987198110904030635476664713216”,“receiver”:“0x0000000000000000000000000000000000000000”,“makerAsset”:“0xc2132d05d31c914a87c6611c10748aeb04b58e8f”,“takerAsset”:“0x4e78011ce80ee02d2c3e649fb657e45898257815”,“interactions”:“0xbf15fcd8000000000000000000000000a5eb255ef45dfb48b5d133d08833def69871691d000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000242cc2878d006b4c50f4000000000b000069f4df8be69d78e58c891515e3cc4f21dac4a12f00000000000000000000000000000000000000000000000000000000”,“makingAmount”:“5000000”,“takingAmount”:“28089887640”,“allowedSender”:“0x0000000000000000000000000000000000000000”}0x4e78011ce80ee02d2c3e649fb657e4589825781500000000000000000000000062ea37684ad11de12f52711270eca8947ac1810b0000000000000000000000001111111254eeb25477b68fb85ed929f73a960582ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff0000000000000000000000000000000000000000000000000000000065bf47ba000000000000000000000000000000000000000000000000000000000000001cc3696c301afb45a84a83d6fd573aa1b8372bfe440ec5fcb07899c56aa61efa702f9da05f009b97e9fe6b179adca50162809dcb0c7e531257245cdc51970224670x62ea37684ad11de12f52711270eca8947ac1810b2118119021600xf095d56f23172e7849bbb5cda5a671f47d8bef92d0eaed7d3560eb2e1b1c847f0xd365c6950x1111111254eeb25477b68fb85ed929f73a960582530686870x62ea37684ad11de12f52711270eca8947ac1810b0xe01b431333f13f48cae189693e10ddee2669cd91d59743e56ac2953f928a7ca419087c9a23d0d1df95f8b391af07a97e9dcf114d05aa7fa08a6a2022a05d54a01c0x2024-02-03T08:16:48.000Z0119021600xcbe638c1e4e7b92adb55a70140bdfabf46a1ae56c853366e612db1c01a8ec23f57896044618658097711785492504343953926634992332820282019728792003956564822075
2592260true229215{“salt”:“1094264207032”,“maker”:“0x23fb3bcaac118f982148d6c10e1df21ef8707323”,“offsets”:“10999658242758518544858200575235826098314820141922551501270029527154688”,“receiver”:“0x0000000000000000000000000000000000000000”,“makerAsset”:“0x2bc07124d8dac638e290f401046ad584546bc47b”,“takerAsset”:“0x4e78011ce80ee02d2c3e649fb657e45898257815”,“interactions”:“0xbf15fcd8000000000000000000000000a5eb255ef45dfb48b5d133d08833def69871691d000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000242cc2878d0064cf93e50000000019000023fb3bcaac118f982148d6c10e1df21ef8707323000000000000000000000000000000000000000000000000000000002bc07124d8dac638e290f401046ad584546bc47b00000000000000000000000023fb3bcaac118f982148d6c10e1df21ef87073230000000000000000000000001111111254eeb25477b68fb85ed929f73a960582ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff0000000000000000000000000000000000000000000000000000000064cf93e1000000000000000000000000000000000000000000000000000000000000001bead7c151476880496d7c59d2494f3a55b4d3bc42b2b259aa7537fa80387fe2d76914b8ac602308017ea5e0c9b34c090283fa82c3608c77e619b379abb617c2fd”,“makingAmount”:“2000000000000000000”,“takingAmount”:“2000000000”,“allowedSender”:“0x0000000000000000000000000000000000000000”}0x4e78011ce80ee02d2c3e649fb657e45898257815000000000000000000000000633a626e57939810033358a5fcc0768f44457f410000000000000000000000001111111254eeb25477b68fb85ed929f73a960582ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff0000000000000000000000000000000000000000000000000000000064c7ab94000000000000000000000000000000000000000000000000000000000000001c0ab3d2f3512dcd8405d52a9227f10af22be075aad50b712d225bac3777229ec734faec9e9d93b89b1335e2bb496675e2948055a430127c8671a13bb26ee43c170x633a626e57939810033358a5fcc0768f44457f41200000000000000000020000000000x97a7562fcb3382bc7841bd80939974ba68e988c0f1965d7b57ae52452cfcddf60xd365c6950x1111111254eeb25477b68fb85ed929f73a960582457002470x633a626e57939810033358a5fcc0768f44457f410xbb8f16ecd4e20c84e0e0750e125f50aa1d0fa301f22502f0251474878b788430152ba8a73bf43403248f8030d6cf42c2c9adb8b642d2defd4548738088087b721b0x2023-07-30T12:40:06.000Z020000000000xe634110d57e712574df8067c2cd804f901c5b00a9a00acdc7b92f4ecc9b5d2261990000000000000000
4027990true367079{“salt”:“322227078528”,“maker”:“0x3b608c5243732903152e38f1dab1056a4a79b980”,“offsets”:“4421431254442149611168492388118363282642987198110904030635476664713216”,“receiver”:“0x0000000000000000000000000000000000000000”,“makerAsset”:“0x29f1e986fca02b7e54138c04c4f503dddd250558”,“takerAsset”:“0x1a13f4ca1d028320a707d99520abfefca3998b7f”,“interactions”:“0xbf15fcd8000000000000000000000000a5eb255ef45dfb48b5d133d08833def69871691d000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000242cc2878d0064cf8835000000000b00003b608c5243732903152e38f1dab1056a4a79b98000000000000000000000000000000000000000000000000000000000”,“makingAmount”:“5000000000”,“takingAmount”:“5000000”,“allowedSender”:“0x0000000000000000000000000000000000000000”}0x1a13f4ca1d028320a707d99520abfefca3998b7f000000000000000000000000633a626e57939810033358a5fcc0768f44457f410000000000000000000000001111111254eeb25477b68fb85ed929f73a960582ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff0000000000000000000000000000000000000000000000000000000064c79f60000000000000000000000000000000000000000000000000000000000000001c992fc07240c6eb3f3679652ad477ba077b7de4f64a7939b38e5d4ce46ee7ee5c5e8d3ab9793b5e26b12e12e47a4e64bcad7b5371259922c3984d44f4809d02cc0x633a626e57939810033358a5fcc0768f44457f41500000000050000000x9c8b935cdec5766103f6d4f9caad2da689de5863c325db62defaf67ec64db6250xd365c6950x1111111254eeb25477b68fb85ed929f73a960582456987770x633a626e57939810033358a5fcc0768f44457f410xbf4745c2ceee28c38ea1fdaedd96d030a582ec371b84299ecce6c7d198e6304e30d1ad4a17a990a84be969fa73dd4c3a46ed7617bf1a24a38d1a54ebdf07bedb1c0x2023-07-30T11:48:02.000Z050000000x0249c854ed00216d79d3fffe98b6df71280bb1504c5253408f596a3eab39c48f57896044618658097711785492504343953926634992332820282019728792003961539819968
Query with partition filter
SELECT *
FROM `tt-contracts.1inch_v5_polygon.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
0x1111111254eeb25477b68fb85ed929f73a960582false0x01dabe7354db4d0c8ae8442a48f2cb3757d14a70240453055140x5e767ba180ac8c8725e5bd1d911cb930aaabd833e004748ff1bf07a11f0817501687751068770000000002023-07-20T13:38:06.000Z0x009cabdfd03804eca0cb21f98dca8243299ee16f716f57ed2c5b0da646e88bfb
0x1111111254eeb25477b68fb85ed929f73a960582false0x01dabe7354db4d0c8ae8442a48f2cb3757d14a7065453055250x5e767ba180ac8c8725e5bd1d911cb930aaabd833e004748ff1bf07a11f08175002023-07-20T13:38:30.000Z0xc7a7d125e3bafabe83797a4320d0c7aee093651df2ada588cc7e389cf6d72bec
0x1111111254eeb25477b68fb85ed929f73a960582false0x01dabe7354db4d0c8ae8442a48f2cb3757d14a70397452956810x5d66211604e6783cf065f9bbefadf20309664edf474b914df98111daea00c01902023-07-20T07:42:25.000Z0x9b8e849adac31c44383f10941ac45bae4bda2d8b44631a6ddeecf107016c0f26
Query with partition filter
SELECT *
FROM `tt-contracts.1inch_v5_polygon.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
0x1111111254eeb25477b68fb85ed929f73a960582false6524581730x052037a1136e249f2bb4276d11dced934e451a84d876e51c8d91ac677d47bd192024-01-18T06:08:18.000Z2000430xbbe931200b74c3f7b897bdaa7e8631c6a519b9ac07b27f3394a8be0d02f8aaa6
0x1111111254eeb25477b68fb85ed929f73a960582false6524723460x862869292ea687d4b89826241001cddd7eaac93a30ad24b1c036fba2721971442024-01-18T15:05:40.000Z7698459000x1fc518d3bc33a6cb7951713888923a08921ceaf646e0af32e9cbac72b49a081e
0x1111111254eeb25477b68fb85ed929f73a960582false6524846960xd66457a18ebcf288eed85bd618251ff6fbdd1e45dad9a0f01482bad6c944a3ae2024-01-18T23:08:24.000Z5633509450xb479143a3b78d430c3a886595bd0bc4bcee7bd6c455c4633c1eb59e6913ab0cf
Query with partition filter
SELECT *
FROM `tt-contracts.1inch_v5_polygon.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.
gasNUMERICGas 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
6131300false1513490x12aa3caf0x1111111254eeb25477b68fb85ed929f73a960582609080810xb80d90fcf2ed0e4febe02d2a209109bf1f62df952024-08-22T16:47:03.000Z0x175521926f9dc3fe7b2a88cf8bcf2b7c630753d192d51e0e2384648623dfd637
4000004021312958681009000false2477830x12aa3caf0x1111111254eeb25477b68fb85ed929f73a960582608833520x0fab48b45635a0376f1a8c5cc16c445842e13f052024-08-22T02:09:35.000Z0x4ffe520dc49a3ac027e302e5abeb7ab569d3aa4fdb4925e8dfa2d275e88b4df7
7832440false3482320x12aa3caf0x1111111254eeb25477b68fb85ed929f73a960582609104260xb80d90fcf2ed0e4febe02d2a209109bf1f62df952024-08-22T18:10:40.000Z0x27eee00f97a5bafe6ca5706627653c97b70103d801215eef99aefdfa7ec00dd0
Query with partition filter
SELECT *
FROM `tt-contracts.1inch_v5_polygon.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.
gasNUMERICGas 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
1333580true116288[“57896044618658097711785492504649377906813852248189387887312022063541786289596”]22055175255186560910xe449022e0x1111111254eeb25477b68fb85ed929f73a960582486955440xedfdfe82233953fe2af3983167303814a1bc7bde56133499231831682023-10-14T04:52:21.000Z57279080848807840xc3da0343126ec2c176b120c422b3dcd16d01a2bc8a983bcd68d0e1302b1276f4
18243998472986228166850000true121805[“28948022309329048855892746253057052470967361465366573038368047514100529879223”]984729862281668578820xe449022e0x1111111254eeb25477b68fb85ed929f73a960582486887530xccf00d91b1a87df4372ac0b63ec730275f02e603508032582023-10-14T00:46:05.000Z510585510x1c9a5d033f3a42487efb2f2b8686938998a5caae8661f7205cf31d7bbf7385b0
1412730true110062[“57896044618658097711785492505114352005170927192396598604866737469034229799136”]12888840197714808320xe449022e0x1111111254eeb25477b68fb85ed929f73a960582487124940x3f343211f0487eb43af2e0e773ba012015e6651a38521049476891326545922023-10-14T15:27:23.000Z38533558961937621822570x65c2f17969752f0959c90f7af765bfb34cb6ca6c8f6d065e37ea7c023472ef3c
Query with partition filter
SELECT *
FROM `tt-contracts.1inch_v5_polygon.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.
gasNUMERICGas 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.
gasvaluestatusgas_usedin_anon2signatureto_addressblock_numberfrom_addresstrace_addressblock_timestampin_amount0Deltain_amount1Deltatransaction_hash
922960false46170xfa461e330x1111111254eeb25477b68fb85ed929f73a960582384218710x59db5ea66958b19641b6891fc373b44b567ea15c0,6,0,22023-01-23T08:21:05.000Z0x1cbd9b5c66212da02033409006942f5b078f4b71ed7177fc323beb6ed14c9909
728600true85360x0000000000000000000000001111111254eeb25477b68fb85ed929f73a9605820xfa461e330x1111111254eeb25477b68fb85ed929f73a960582384333500xe6c36eed27c2e8ecb9a233bf12da06c9730b59550,0,0,1,22023-01-23T15:08:22.000Z1982500000000000000-111883341120038153950x2aa8a9e02925422ff59a27cbd5127e106d296b2f24ebb855ed893e7aec8057c1
733170true85360x0000000000000000000000001111111254eeb25477b68fb85ed929f73a9605820xfa461e330x1111111254eeb25477b68fb85ed929f73a960582384341620xe6c36eed27c2e8ecb9a233bf12da06c9730b59550,0,0,1,22023-01-23T15:37:11.000Z29737500000000000000-1668270642306912421420x7aba72319741f23efa242bdf62d6c40ceceb2af3024c1a0b8a1c7d15a51f1376
Query with partition filter
SELECT *
FROM `tt-contracts.1inch_v5_polygon.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.
gasNUMERICGas 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.
gasvaluestatusgas_usedin_poolsin_amountsignatureto_addressblock_numberfrom_addressin_minReturnin_recipienttrace_addressblock_timestampout_returnAmounttransaction_hash
4202410true264105[“72370055773322622139731865630489446853753925406754960381812139178713403901427”]16936290xbc80f1a80x1111111254eeb25477b68fb85ed929f73a960582378951840x81ab6fd4a68d0addfad65f9f97bc1427dcd40c8e19381119118783255340x10a4ba988936117e86188f4b42e8bc00fb12b5522023-01-10T08:44:04.000Z19982595235367826940x98a8ef018d1c973b99a92df9c0b24d04d258f69d6fa39651ce0e84fab977bcbf
2549940true158316[“72370055773322622139731865631363095597924122766500691413170753007076743867698”]44033650xbc80f1a80x1111111254eeb25477b68fb85ed929f73a960582379150130x81ab6fd4a68d0addfad65f9f97bc1427dcd40c8e49980084273476808850x398c31171cf651de44cfed05b840188ff8f30cf92023-01-10T20:09:28.000Z51520397554711510440x853b3a9bde6158d844c1a75f98a6459134268b8079c9435ef08876f94609ce17
2144410true132393[“72370055773322622139731865631363095597924122766500691413170753007076743867698”]55627460xbc80f1a80x1111111254eeb25477b68fb85ed929f73a960582379159440x81ab6fd4a68d0addfad65f9f97bc1427dcd40c8e63014178273727171740xb67e954446f03f6df2c5c83edb0e2cd0e1977c0c2023-01-10T20:41:26.000Z64969768299543428960xcda98a736a69949691bbbb272a27d7a5d3915797981f12253efdde28667d1b2f
Query with partition filter
SELECT *
FROM `tt-contracts.1inch_v5_polygon.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.
gasNUMERICGas 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.
gasvaluestatusgas_usedin_poolsin_amountin_permitsignatureto_addressin_srcTokenblock_numberfrom_addressin_minReturnin_recipienttrace_addressblock_timestampout_returnAmounttransaction_hash
9132520true228313[“57896044618658097711785492504446695284574665124387967726599110745426416475047”,“72370055773322622139731865631363095597924122766500691413170753007076743867698”]930000000000000000000x0000000000000000000000008bb5e5f6799245cb129e430b5e84680933903ed30000000000000000000000001111111254eeb25477b68fb85ed929f73a960582ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff0000000000000000000000000000000000000000000000000000000064357195000000000000000000000000000000000000000000000000000000000000001ca290fddddcdf8b8b3e10d8d6a224be02ddb8437b5a42ccba2a15c860318c7fa71ac4d57695f420fe676546398438293f4665295ccf57863c0706809c6309115d0x2521b9300x1111111254eeb25477b68fb85ed929f73a9605820x4e3decbb3645551b8a19f0ea1678079fcb33fb4c413711810x8bb5e5f6799245cb129e430b5e84680933903ed3918619256977724825850x8bb5e5f6799245cb129e430b5e84680933903ed32023-04-10T14:42:54.000Z919538652163057809410x5d51f0da9c63e8983bd837f80f385e7567724f087cad663117a03ef08ba9762f
2380270true175273[“977918666274170476906436560178185763027389093881”]6255173982450183927150x000000000000000000000000d0b53c43d3e0b58909c38487aa0c3af7dfa2d8c00000000000000000000000001111111254eeb25477b68fb85ed929f73a960582ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff0000000000000000000000000000000000000000000000000000000064785c84000000000000000000000000000000000000000000000000000000000000001ba83442961d7ce0d0ebe9e465303ae5fa1d64a3f3cda5c13642809922ebc61f1408712281ced0cc5a11dc8c926c7f153e4c8c32db6536a9c9c0c59e54f19841d90x2521b9300x1111111254eeb25477b68fb85ed929f73a9605820xb0b195aefa3650a6908f15cdac7d92f8a5791b0b433616300xd0b53c43d3e0b58909c38487aa0c3af7dfa2d8c06221588740xd0b53c43d3e0b58909c38487aa0c3af7dfa2d8c02023-05-31T08:53:52.000Z6252853020x9880d7251b2827ab7439105560fd3254fa4d333656bfd61b5c206ba0ea1c495b
2444500true184607[“72370055773322622139731865631363095597924122766500691413170753007076743867698”]100000000x000000000000000000000000730a35d2d7dfc04926ee8d86d578222ef33aec670000000000000000000000001111111254eeb25477b68fb85ed929f73a960582ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff000000000000000000000000000000000000000000000000000000006477e29c000000000000000000000000000000000000000000000000000000000000001cdef1c37afedd75fa89f7c23803555a51b9e85de92623dd2f3464bdc6dc0123b40c336362e89a58fa635a424c790dfb41a40c037d1e77d99252cb718c2291c7b50x2521b9300x1111111254eeb25477b68fb85ed929f73a9605820x2791bca1f2de4661ed88a30c99a7a9449aa84174433471460x730a35d2d7dfc04926ee8d86d578222ef33aec67110549706494817741640x730a35d2d7dfc04926ee8d86d578222ef33aec672023-05-31T00:13:50.000Z111105232658108283060xdcecefe2e9f0e4ac6a9be216d5a11a5939cd243ac9179ff86d07a3ec62c8c13e
Query with partition filter
SELECT *
FROM `tt-contracts.1inch_v5_polygon.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.
gasNUMERICGas 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
160691272339872090126700false23152[]0x0502b1c50x1111111254eeb25477b68fb85ed929f73a960582559621460xdbcc17a164f9b057cd95a756ddd8254d35c0885b2024-04-18T09:34:58.000Z0x581b2f4a43018d7496f4717d93030aff683ac99ab9530b3cff87af516414b878
160691300988411780980740false23152[]0x0502b1c50x1111111254eeb25477b68fb85ed929f73a960582559736820xdbcc17a164f9b057cd95a756ddd8254d35c0885b2024-04-18T16:34:59.000Z0x59cddc53315371df47fe8ccb7c8033c7a7c6c344cfa80abfa45dc94e8dfcb1e3
13299413838865630756512true91919[“1457117132968448812760543383986736523738438067856978444739”]138388656307565120x0502b1c50x1111111254eeb25477b68fb85ed929f73a9605820x0000000000000000000000000000000000000000559640730x9b56ce59fb178c742a53946158b0bf4db25d312b90352024-04-18T10:43:12.000Z92040x86979de38dd24afa71dec610a31b784e94dd58fca8a185cf83dbd279470638a1
Query with partition filter
SELECT *
FROM `tt-contracts.1inch_v5_polygon.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.
gasNUMERICGas 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
1375950true76780[“1457117132675617326391136372226590131013224018030117562152”]9941160xf78dc2530x1111111254eeb25477b68fb85ed929f73a9605820x2791bca1f2de4661ed88a30c99a7a9449aa84174486127620xa2a42b7203b2dc0199b81039c6c4e1ef900e82a49639820x4247551ed839a7ba4890f76b2b272b46572c186e22023-10-12T02:23:51.000Z9937960xc70a1cd0efb4cc759260d450e91593668aa12f5002d59c21d3e5ceccf624e3e8
1459570true85725[“57896044618658097713245532641085327046022125181259692863194413228201210557048”]9956540xf78dc2530x1111111254eeb25477b68fb85ed929f73a9605820xc2132d05d31c914a87c6611c10748aeb04b58e8f486320230xa2a42b7203b2dc0199b81039c6c4e1ef900e82a49653160x4247551ed839a7ba4890f76b2b272b46572c186e22023-10-12T14:19:56.000Z9951720xf07c7bbae398c43f79e26abc08bc0693a9a5782f2981e25ae13196864b8a60f7
1672560true113200[“86844066927987146569136232791041398853266560125931779407737449362079290152572”]44978211411702680xf78dc2530x1111111254eeb25477b68fb85ed929f73a9605820x7ceb23fd6bc0add59e62ac25578270cff1b9f619486216920xf951789c6a356bfbc3033648aa10b5dd3e9d88c0135172993949313245160x591caf61c68cb47e56d5c30504a39061c79a7f570,1,0,2,12023-10-12T08:02:07.000Z136384084620745464890x43395abf0962087ac71e4532efba71019f7241de2d01d1fe4dfaf183842da6c2
Query with partition filter
SELECT *
FROM `tt-contracts.1inch_v5_polygon.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.
gasNUMERICGas 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.
gasvaluestatusgas_usedin_poolsin_amountin_permitsignatureto_addressin_srcTokenblock_numberfrom_addressin_minReturnin_recipienttrace_addressblock_timestampout_returnAmounttransaction_hash
1919270true156013[“1457117133128854655610460399912897627157812251304247072283”]140000x000000000000000000000000c93023623be1c76453c86132a82407566b765a080000000000000000000000001111111254eeb25477b68fb85ed929f73a960582ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff000000000000000000000000000000000000000000000000000000006569755a000000000000000000000000000000000000000000000000000000000000001b13173e7184f1e81d03e64341a2fd3310d25cd6f426a8bbbb61149459121f60e7171f2d75a0d3e30ca7001b7de45452e2cd3b7c74e4850a9b2fd45bc89e63aa710x3c15fd910x1111111254eeb25477b68fb85ed929f73a9605820x2791bca1f2de4661ed88a30c99a7a9449aa84174505615200xc93023623be1c76453c86132a82407566b765a0823034430838713940xc93023623be1c76453c86132a82407566b765a082023-11-30T05:56:12.000Z23267101857286810xfac60386c433b3f54be5a9733fb07f64094b9af9602e9d23738d500f0cda0e20
2173990true174923[“86844066927987146569135355889565559110597835926659620375340241175681273251879”]1283880x000000000000000000000000e30fa6782ff88eec1bd40ec17c4cd5b80391d9b70000000000000000000000001111111254eeb25477b68fb85ed929f73a960582ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00000000000000000000000000000000000000000000000000000000656945e0000000000000000000000000000000000000000000000000000000000000001c7dae4285675754050e942cc772b38a29caead00ed59b1505951941f47d1280c97456b7eb813f4900d92c2e245d6d00e114d74d698312f0413e447ea39ba8b1940x3c15fd910x1111111254eeb25477b68fb85ed929f73a9605820x2791bca1f2de4661ed88a30c99a7a9449aa84174505558270xe30fa6782ff88eec1bd40ec17c4cd5b80391d9b71689294603320701150xe30fa6782ff88eec1bd40ec17c4cd5b80391d9b72023-11-30T02:34:19.000Z1698979863551566870xb7f5b9b8d2225ca946ba629f52e92ecaa1124fabc39be237619075a42bc41d7c
2174230true174947[“86844066927987146569135355889565559110597835926659620375340241175681273251879”]39936030x0000000000000000000000008158458e59cab1daa6400da8f7186a8e53ddca4b0000000000000000000000001111111254eeb25477b68fb85ed929f73a960582ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00000000000000000000000000000000000000000000000000000000656a60a4000000000000000000000000000000000000000000000000000000000000001c5df3583ad24d1ecefd2b46f5c1602d5b302485ada85270bcd5c6313dd597ef530b658f74ed53a14a0b1dcf652ce01d97b16a45f6fa952951a477830f035da1420x3c15fd910x1111111254eeb25477b68fb85ed929f73a9605820x2791bca1f2de4661ed88a30c99a7a9449aa84174505894870x8158458e59cab1daa6400da8f7186a8e53ddca4b51907277593955040680x8158458e59cab1daa6400da8f7186a8e53ddca4b2023-11-30T22:40:09.000Z52168118184879437870x9a17e19abe8112b895756bc64ef01acd0b36ac957ffd588987478ae4f27a52fc
Query with partition filter
SELECT *
FROM `tt-contracts.1inch_v5_polygon.AggregationRouterV5_unoswapToWithPermit_function`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100