Skip to content

Commit

Permalink
added arbitrum bridge parsed events (#642)
Browse files Browse the repository at this point in the history
  • Loading branch information
prateekeng authored Oct 20, 2023
1 parent 8fac80c commit 3012e50
Show file tree
Hide file tree
Showing 18 changed files with 1,192 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,76 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": false,
"internalType": "address",
"name": "l1Token",
"type": "address"
},
{
"indexed": true,
"internalType": "address",
"name": "_from",
"type": "address"
},
{
"indexed": true,
"internalType": "address",
"name": "_to",
"type": "address"
},
{
"indexed": true,
"internalType": "uint256",
"name": "_sequenceNumber",
"type": "uint256"
},
{
"indexed": false,
"internalType": "uint256",
"name": "_amount",
"type": "uint256"
}
],
"name": "DepositInitiated",
"type": "event"
},
"contract_address": "0xc8d26ab9e132c79140b3376a0ac7932e4680aa45",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "arbitrum_bridge",
"schema": [
{
"description": "",
"name": "l1Token",
"type": "STRING"
},
{
"description": "",
"name": "_from",
"type": "STRING"
},
{
"description": "",
"name": "_to",
"type": "STRING"
},
{
"description": "",
"name": "_sequenceNumber",
"type": "STRING"
},
{
"description": "",
"name": "_amount",
"type": "STRING"
}
],
"table_description": "",
"table_name": "L1CustomGateway_event_DepositInitiated"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "l1Address",
"type": "address"
},
{
"indexed": true,
"internalType": "address",
"name": "l2Address",
"type": "address"
}
],
"name": "TokenSet",
"type": "event"
},
"contract_address": "0xc8d26ab9e132c79140b3376a0ac7932e4680aa45",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "arbitrum_bridge",
"schema": [
{
"description": "",
"name": "l1Address",
"type": "STRING"
},
{
"description": "",
"name": "l2Address",
"type": "STRING"
}
],
"table_description": "",
"table_name": "L1CustomGateway_event_TokenSet"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "_from",
"type": "address"
},
{
"indexed": true,
"internalType": "address",
"name": "_to",
"type": "address"
},
{
"indexed": true,
"internalType": "uint256",
"name": "_seqNum",
"type": "uint256"
},
{
"indexed": false,
"internalType": "bytes",
"name": "_data",
"type": "bytes"
}
],
"name": "TxToL2",
"type": "event"
},
"contract_address": "0xc8d26ab9e132c79140b3376a0ac7932e4680aa45",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "arbitrum_bridge",
"schema": [
{
"description": "",
"name": "_from",
"type": "STRING"
},
{
"description": "",
"name": "_to",
"type": "STRING"
},
{
"description": "",
"name": "_seqNum",
"type": "STRING"
},
{
"description": "",
"name": "_data",
"type": "STRING"
}
],
"table_description": "",
"table_name": "L1CustomGateway_event_TxToL2"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,87 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "from",
"type": "address"
},
{
"indexed": true,
"internalType": "address",
"name": "to",
"type": "address"
},
{
"indexed": true,
"internalType": "uint256",
"name": "exitNum",
"type": "uint256"
},
{
"indexed": false,
"internalType": "bytes",
"name": "newData",
"type": "bytes"
},
{
"indexed": false,
"internalType": "bytes",
"name": "data",
"type": "bytes"
},
{
"indexed": false,
"internalType": "bool",
"name": "madeExternalCall",
"type": "bool"
}
],
"name": "WithdrawRedirected",
"type": "event"
},
"contract_address": "0xc8d26ab9e132c79140b3376a0ac7932e4680aa45",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "arbitrum_bridge",
"schema": [
{
"description": "",
"name": "from",
"type": "STRING"
},
{
"description": "",
"name": "to",
"type": "STRING"
},
{
"description": "",
"name": "exitNum",
"type": "STRING"
},
{
"description": "",
"name": "newData",
"type": "STRING"
},
{
"description": "",
"name": "data",
"type": "STRING"
},
{
"description": "",
"name": "madeExternalCall",
"type": "STRING"
}
],
"table_description": "",
"table_name": "L1CustomGateway_event_WithdrawRedirected"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,76 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": false,
"internalType": "address",
"name": "l1Token",
"type": "address"
},
{
"indexed": true,
"internalType": "address",
"name": "_from",
"type": "address"
},
{
"indexed": true,
"internalType": "address",
"name": "_to",
"type": "address"
},
{
"indexed": true,
"internalType": "uint256",
"name": "_exitNum",
"type": "uint256"
},
{
"indexed": false,
"internalType": "uint256",
"name": "_amount",
"type": "uint256"
}
],
"name": "WithdrawalFinalized",
"type": "event"
},
"contract_address": "0xc8d26ab9e132c79140b3376a0ac7932e4680aa45",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "arbitrum_bridge",
"schema": [
{
"description": "",
"name": "l1Token",
"type": "STRING"
},
{
"description": "",
"name": "_from",
"type": "STRING"
},
{
"description": "",
"name": "_to",
"type": "STRING"
},
{
"description": "",
"name": "_exitNum",
"type": "STRING"
},
{
"description": "",
"name": "_amount",
"type": "STRING"
}
],
"table_description": "",
"table_name": "L1CustomGateway_event_WithdrawalFinalized"
}
}
Loading

0 comments on commit 3012e50

Please sign in to comment.