Skip to content

Commit

Permalink
uniswap x execute calls (blockchain-etl#632)
Browse files Browse the repository at this point in the history
  • Loading branch information
egansoft authored Sep 21, 2023
1 parent 7d9e35d commit 68cd8f6
Show file tree
Hide file tree
Showing 4 changed files with 220 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
{
"parser": {
"abi": {
"inputs": [
{
"components": [
{
"internalType": "bytes",
"name": "order",
"type": "bytes"
},
{
"internalType": "bytes",
"name": "sig",
"type": "bytes"
}
],
"internalType": "struct SignedOrder",
"name": "order",
"type": "tuple"
}
],
"name": "execute",
"outputs": [],
"stateMutability": "payable",
"type": "function"
},
"contract_address": "0x6000da47483062a0d734ba3dc7576ce6a0b645c4",
"field_mapping": {},
"type": "trace"
},
"table": {
"dataset_name": "uniswap",
"schema": [
{
"description": "",
"fields": [
{
"description": "",
"name": "order",
"type": "STRING"
},
{
"description": "",
"name": "sig",
"type": "STRING"
}
],
"name": "order",
"type": "RECORD"
}
],
"table_description": "",
"table_name": "ExclusiveDutchOrderReactor_call_execute"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
{
"parser": {
"abi": {
"inputs": [
{
"components": [
{
"internalType": "bytes",
"name": "order",
"type": "bytes"
},
{
"internalType": "bytes",
"name": "sig",
"type": "bytes"
}
],
"internalType": "struct SignedOrder[]",
"name": "orders",
"type": "tuple[]"
}
],
"name": "executeBatch",
"outputs": [],
"stateMutability": "payable",
"type": "function"
},
"contract_address": "0x6000da47483062a0d734ba3dc7576ce6a0b645c4",
"field_mapping": {},
"type": "trace"
},
"table": {
"dataset_name": "uniswap",
"schema": [
{
"description": "",
"name": "orders",
"type": "STRING"
}
],
"table_description": "",
"table_name": "ExclusiveDutchOrderReactor_call_executeBatch"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
{
"parser": {
"abi": {
"inputs": [
{
"components": [
{
"internalType": "bytes",
"name": "order",
"type": "bytes"
},
{
"internalType": "bytes",
"name": "sig",
"type": "bytes"
}
],
"internalType": "struct SignedOrder[]",
"name": "orders",
"type": "tuple[]"
},
{
"internalType": "bytes",
"name": "callbackData",
"type": "bytes"
}
],
"name": "executeBatchWithCallback",
"outputs": [],
"stateMutability": "payable",
"type": "function"
},
"contract_address": "0x6000da47483062a0d734ba3dc7576ce6a0b645c4",
"field_mapping": {},
"type": "trace"
},
"table": {
"dataset_name": "uniswap",
"schema": [
{
"description": "",
"name": "orders",
"type": "STRING"
},
{
"description": "",
"name": "callbackData",
"type": "STRING"
}
],
"table_description": "",
"table_name": "ExclusiveDutchOrderReactor_call_executeBatchWithCallback"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
{
"parser": {
"abi": {
"inputs": [
{
"components": [
{
"internalType": "bytes",
"name": "order",
"type": "bytes"
},
{
"internalType": "bytes",
"name": "sig",
"type": "bytes"
}
],
"internalType": "struct SignedOrder",
"name": "order",
"type": "tuple"
},
{
"internalType": "bytes",
"name": "callbackData",
"type": "bytes"
}
],
"name": "executeWithCallback",
"outputs": [],
"stateMutability": "payable",
"type": "function"
},
"contract_address": "0x6000da47483062a0d734ba3dc7576ce6a0b645c4",
"field_mapping": {},
"type": "trace"
},
"table": {
"dataset_name": "uniswap",
"schema": [
{
"description": "",
"fields": [
{
"description": "",
"name": "order",
"type": "STRING"
},
{
"description": "",
"name": "sig",
"type": "STRING"
}
],
"name": "order",
"type": "RECORD"
},
{
"description": "",
"name": "callbackData",
"type": "STRING"
}
],
"table_description": "",
"table_name": "ExclusiveDutchOrderReactor_call_executeWithCallback"
}
}

0 comments on commit 68cd8f6

Please sign in to comment.