-
-
Notifications
You must be signed in to change notification settings - Fork 196
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Used the Contract Parser: https://contract-parser.d5.ai
- Loading branch information
1 parent
a6e62c7
commit cde3d55
Showing
5 changed files
with
205 additions
and
0 deletions.
There are no files selected for viewing
51 changes: 51 additions & 0 deletions
51
dags/resources/stages/parse/table_definitions/sbtc/SBTC_event_Approval.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
{ | ||
"parser": { | ||
"abi": { | ||
"anonymous": false, | ||
"inputs": [ | ||
{ | ||
"indexed": true, | ||
"name": "owner", | ||
"type": "address" | ||
}, | ||
{ | ||
"indexed": true, | ||
"name": "spender", | ||
"type": "address" | ||
}, | ||
{ | ||
"indexed": false, | ||
"name": "value", | ||
"type": "uint256" | ||
} | ||
], | ||
"name": "Approval", | ||
"type": "event" | ||
}, | ||
"contract_address": "0xfe18be6b3bd88a2d2a7f928d00292e7a9963cfc6", | ||
"field_mapping": {}, | ||
"type": "log" | ||
}, | ||
"table": { | ||
"dataset_name": "sbtc", | ||
"schema": [ | ||
{ | ||
"description": "", | ||
"name": "owner", | ||
"type": "STRING" | ||
}, | ||
{ | ||
"description": "", | ||
"name": "spender", | ||
"type": "STRING" | ||
}, | ||
{ | ||
"description": "", | ||
"name": "value", | ||
"type": "STRING" | ||
} | ||
], | ||
"table_description": "", | ||
"table_name": "ProxyERC20_event_Approval" | ||
} | ||
} |
41 changes: 41 additions & 0 deletions
41
dags/resources/stages/parse/table_definitions/sbtc/SBTC_event_OwnerChanged.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
{ | ||
"parser": { | ||
"abi": { | ||
"anonymous": false, | ||
"inputs": [ | ||
{ | ||
"indexed": false, | ||
"name": "oldOwner", | ||
"type": "address" | ||
}, | ||
{ | ||
"indexed": false, | ||
"name": "newOwner", | ||
"type": "address" | ||
} | ||
], | ||
"name": "OwnerChanged", | ||
"type": "event" | ||
}, | ||
"contract_address": "0xfe18be6b3bd88a2d2a7f928d00292e7a9963cfc6", | ||
"field_mapping": {}, | ||
"type": "log" | ||
}, | ||
"table": { | ||
"dataset_name": "sbtc", | ||
"schema": [ | ||
{ | ||
"description": "", | ||
"name": "oldOwner", | ||
"type": "STRING" | ||
}, | ||
{ | ||
"description": "", | ||
"name": "newOwner", | ||
"type": "STRING" | ||
} | ||
], | ||
"table_description": "", | ||
"table_name": "ProxyERC20_event_OwnerChanged" | ||
} | ||
} |
31 changes: 31 additions & 0 deletions
31
dags/resources/stages/parse/table_definitions/sbtc/SBTC_event_OwnerNominated.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
{ | ||
"parser": { | ||
"abi": { | ||
"anonymous": false, | ||
"inputs": [ | ||
{ | ||
"indexed": false, | ||
"name": "newOwner", | ||
"type": "address" | ||
} | ||
], | ||
"name": "OwnerNominated", | ||
"type": "event" | ||
}, | ||
"contract_address": "0xfe18be6b3bd88a2d2a7f928d00292e7a9963cfc6", | ||
"field_mapping": {}, | ||
"type": "log" | ||
}, | ||
"table": { | ||
"dataset_name": "sbtc", | ||
"schema": [ | ||
{ | ||
"description": "", | ||
"name": "newOwner", | ||
"type": "STRING" | ||
} | ||
], | ||
"table_description": "", | ||
"table_name": "ProxyERC20_event_OwnerNominated" | ||
} | ||
} |
31 changes: 31 additions & 0 deletions
31
dags/resources/stages/parse/table_definitions/sbtc/SBTC_event_TargetUpdated.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
{ | ||
"parser": { | ||
"abi": { | ||
"anonymous": false, | ||
"inputs": [ | ||
{ | ||
"indexed": false, | ||
"name": "newTarget", | ||
"type": "address" | ||
} | ||
], | ||
"name": "TargetUpdated", | ||
"type": "event" | ||
}, | ||
"contract_address": "0xfe18be6b3bd88a2d2a7f928d00292e7a9963cfc6", | ||
"field_mapping": {}, | ||
"type": "log" | ||
}, | ||
"table": { | ||
"dataset_name": "sbtc", | ||
"schema": [ | ||
{ | ||
"description": "", | ||
"name": "newTarget", | ||
"type": "STRING" | ||
} | ||
], | ||
"table_description": "", | ||
"table_name": "ProxyERC20_event_TargetUpdated" | ||
} | ||
} |
51 changes: 51 additions & 0 deletions
51
dags/resources/stages/parse/table_definitions/sbtc/SBTC_event_Transfer.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
{ | ||
"parser": { | ||
"abi": { | ||
"anonymous": false, | ||
"inputs": [ | ||
{ | ||
"indexed": true, | ||
"name": "from", | ||
"type": "address" | ||
}, | ||
{ | ||
"indexed": true, | ||
"name": "to", | ||
"type": "address" | ||
}, | ||
{ | ||
"indexed": false, | ||
"name": "value", | ||
"type": "uint256" | ||
} | ||
], | ||
"name": "Transfer", | ||
"type": "event" | ||
}, | ||
"contract_address": "0xfe18be6b3bd88a2d2a7f928d00292e7a9963cfc6", | ||
"field_mapping": {}, | ||
"type": "log" | ||
}, | ||
"table": { | ||
"dataset_name": "sbtc", | ||
"schema": [ | ||
{ | ||
"description": "", | ||
"name": "from", | ||
"type": "STRING" | ||
}, | ||
{ | ||
"description": "", | ||
"name": "to", | ||
"type": "STRING" | ||
}, | ||
{ | ||
"description": "", | ||
"name": "value", | ||
"type": "STRING" | ||
} | ||
], | ||
"table_description": "", | ||
"table_name": "ProxyERC20_event_Transfer" | ||
} | ||
} |