-
-
Notifications
You must be signed in to change notification settings - Fork 195
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7fadf14
commit 9b7e277
Showing
12 changed files
with
714 additions
and
0 deletions.
There are no files selected for viewing
65 changes: 65 additions & 0 deletions
65
dags/resources/stages/parse/table_definitions/whalesmarket/PreMarket_event_CancelOffer.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,65 @@ | ||
{ | ||
"parser": { | ||
"abi": { | ||
"anonymous": false, | ||
"inputs": [ | ||
{ | ||
"indexed": false, | ||
"internalType": "uint256", | ||
"name": "offerId", | ||
"type": "uint256" | ||
}, | ||
{ | ||
"indexed": false, | ||
"internalType": "uint256", | ||
"name": "refundValue", | ||
"type": "uint256" | ||
}, | ||
{ | ||
"indexed": false, | ||
"internalType": "uint256", | ||
"name": "refundFee", | ||
"type": "uint256" | ||
}, | ||
{ | ||
"indexed": false, | ||
"internalType": "address", | ||
"name": "doer", | ||
"type": "address" | ||
} | ||
], | ||
"name": "CancelOffer", | ||
"type": "event" | ||
}, | ||
"contract_address": "0x1eCdB32e59e948C010a189a0798C674a2d0c6603", | ||
"field_mapping": {}, | ||
"type": "log" | ||
}, | ||
"table": { | ||
"dataset_name": "whalesmarket", | ||
"schema": [ | ||
{ | ||
"description": "", | ||
"name": "offerId", | ||
"type": "STRING" | ||
}, | ||
{ | ||
"description": "", | ||
"name": "refundValue", | ||
"type": "STRING" | ||
}, | ||
{ | ||
"description": "", | ||
"name": "refundFee", | ||
"type": "STRING" | ||
}, | ||
{ | ||
"description": "", | ||
"name": "doer", | ||
"type": "STRING" | ||
} | ||
], | ||
"table_description": "", | ||
"table_name": "PreMarket_event_CancelOffer" | ||
} | ||
} |
54 changes: 54 additions & 0 deletions
54
...sources/stages/parse/table_definitions/whalesmarket/PreMarket_event_RoleAdminChanged.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,54 @@ | ||
{ | ||
"parser": { | ||
"abi": { | ||
"anonymous": false, | ||
"inputs": [ | ||
{ | ||
"indexed": true, | ||
"internalType": "bytes32", | ||
"name": "role", | ||
"type": "bytes32" | ||
}, | ||
{ | ||
"indexed": true, | ||
"internalType": "bytes32", | ||
"name": "previousAdminRole", | ||
"type": "bytes32" | ||
}, | ||
{ | ||
"indexed": true, | ||
"internalType": "bytes32", | ||
"name": "newAdminRole", | ||
"type": "bytes32" | ||
} | ||
], | ||
"name": "RoleAdminChanged", | ||
"type": "event" | ||
}, | ||
"contract_address": "0x1eCdB32e59e948C010a189a0798C674a2d0c6603", | ||
"field_mapping": {}, | ||
"type": "log" | ||
}, | ||
"table": { | ||
"dataset_name": "whalesmarket", | ||
"schema": [ | ||
{ | ||
"description": "", | ||
"name": "role", | ||
"type": "STRING" | ||
}, | ||
{ | ||
"description": "", | ||
"name": "previousAdminRole", | ||
"type": "STRING" | ||
}, | ||
{ | ||
"description": "", | ||
"name": "newAdminRole", | ||
"type": "STRING" | ||
} | ||
], | ||
"table_description": "", | ||
"table_name": "PreMarket_event_RoleAdminChanged" | ||
} | ||
} |
54 changes: 54 additions & 0 deletions
54
dags/resources/stages/parse/table_definitions/whalesmarket/PreMarket_event_RoleGranted.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,54 @@ | ||
{ | ||
"parser": { | ||
"abi": { | ||
"anonymous": false, | ||
"inputs": [ | ||
{ | ||
"indexed": true, | ||
"internalType": "bytes32", | ||
"name": "role", | ||
"type": "bytes32" | ||
}, | ||
{ | ||
"indexed": true, | ||
"internalType": "address", | ||
"name": "account", | ||
"type": "address" | ||
}, | ||
{ | ||
"indexed": true, | ||
"internalType": "address", | ||
"name": "sender", | ||
"type": "address" | ||
} | ||
], | ||
"name": "RoleGranted", | ||
"type": "event" | ||
}, | ||
"contract_address": "0x1eCdB32e59e948C010a189a0798C674a2d0c6603", | ||
"field_mapping": {}, | ||
"type": "log" | ||
}, | ||
"table": { | ||
"dataset_name": "whalesmarket", | ||
"schema": [ | ||
{ | ||
"description": "", | ||
"name": "role", | ||
"type": "STRING" | ||
}, | ||
{ | ||
"description": "", | ||
"name": "account", | ||
"type": "STRING" | ||
}, | ||
{ | ||
"description": "", | ||
"name": "sender", | ||
"type": "STRING" | ||
} | ||
], | ||
"table_description": "", | ||
"table_name": "PreMarket_event_RoleGranted" | ||
} | ||
} |
54 changes: 54 additions & 0 deletions
54
dags/resources/stages/parse/table_definitions/whalesmarket/PreMarket_event_RoleRevoked.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,54 @@ | ||
{ | ||
"parser": { | ||
"abi": { | ||
"anonymous": false, | ||
"inputs": [ | ||
{ | ||
"indexed": true, | ||
"internalType": "bytes32", | ||
"name": "role", | ||
"type": "bytes32" | ||
}, | ||
{ | ||
"indexed": true, | ||
"internalType": "address", | ||
"name": "account", | ||
"type": "address" | ||
}, | ||
{ | ||
"indexed": true, | ||
"internalType": "address", | ||
"name": "sender", | ||
"type": "address" | ||
} | ||
], | ||
"name": "RoleRevoked", | ||
"type": "event" | ||
}, | ||
"contract_address": "0x1eCdB32e59e948C010a189a0798C674a2d0c6603", | ||
"field_mapping": {}, | ||
"type": "log" | ||
}, | ||
"table": { | ||
"dataset_name": "whalesmarket", | ||
"schema": [ | ||
{ | ||
"description": "", | ||
"name": "role", | ||
"type": "STRING" | ||
}, | ||
{ | ||
"description": "", | ||
"name": "account", | ||
"type": "STRING" | ||
}, | ||
{ | ||
"description": "", | ||
"name": "sender", | ||
"type": "STRING" | ||
} | ||
], | ||
"table_description": "", | ||
"table_name": "PreMarket_event_RoleRevoked" | ||
} | ||
} |
54 changes: 54 additions & 0 deletions
54
dags/resources/stages/parse/table_definitions/whalesmarket/PreMarket_event_Settle2Steps.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,54 @@ | ||
{ | ||
"parser": { | ||
"abi": { | ||
"anonymous": false, | ||
"inputs": [ | ||
{ | ||
"indexed": false, | ||
"internalType": "uint256", | ||
"name": "orderId", | ||
"type": "uint256" | ||
}, | ||
{ | ||
"indexed": false, | ||
"internalType": "bytes32", | ||
"name": "hash", | ||
"type": "bytes32" | ||
}, | ||
{ | ||
"indexed": false, | ||
"internalType": "address", | ||
"name": "doer", | ||
"type": "address" | ||
} | ||
], | ||
"name": "Settle2Steps", | ||
"type": "event" | ||
}, | ||
"contract_address": "0x1eCdB32e59e948C010a189a0798C674a2d0c6603", | ||
"field_mapping": {}, | ||
"type": "log" | ||
}, | ||
"table": { | ||
"dataset_name": "whalesmarket", | ||
"schema": [ | ||
{ | ||
"description": "", | ||
"name": "orderId", | ||
"type": "STRING" | ||
}, | ||
{ | ||
"description": "", | ||
"name": "hash", | ||
"type": "STRING" | ||
}, | ||
{ | ||
"description": "", | ||
"name": "doer", | ||
"type": "STRING" | ||
} | ||
], | ||
"table_description": "", | ||
"table_name": "PreMarket_event_Settle2Steps" | ||
} | ||
} |
65 changes: 65 additions & 0 deletions
65
...esources/stages/parse/table_definitions/whalesmarket/PreMarket_event_SettleCancelled.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,65 @@ | ||
{ | ||
"parser": { | ||
"abi": { | ||
"anonymous": false, | ||
"inputs": [ | ||
{ | ||
"indexed": false, | ||
"internalType": "uint256", | ||
"name": "orderId", | ||
"type": "uint256" | ||
}, | ||
{ | ||
"indexed": false, | ||
"internalType": "uint256", | ||
"name": "value", | ||
"type": "uint256" | ||
}, | ||
{ | ||
"indexed": false, | ||
"internalType": "uint256", | ||
"name": "fee", | ||
"type": "uint256" | ||
}, | ||
{ | ||
"indexed": false, | ||
"internalType": "address", | ||
"name": "doer", | ||
"type": "address" | ||
} | ||
], | ||
"name": "SettleCancelled", | ||
"type": "event" | ||
}, | ||
"contract_address": "0x1eCdB32e59e948C010a189a0798C674a2d0c6603", | ||
"field_mapping": {}, | ||
"type": "log" | ||
}, | ||
"table": { | ||
"dataset_name": "whalesmarket", | ||
"schema": [ | ||
{ | ||
"description": "", | ||
"name": "orderId", | ||
"type": "STRING" | ||
}, | ||
{ | ||
"description": "", | ||
"name": "value", | ||
"type": "STRING" | ||
}, | ||
{ | ||
"description": "", | ||
"name": "fee", | ||
"type": "STRING" | ||
}, | ||
{ | ||
"description": "", | ||
"name": "doer", | ||
"type": "STRING" | ||
} | ||
], | ||
"table_description": "", | ||
"table_name": "PreMarket_event_SettleCancelled" | ||
} | ||
} |
Oops, something went wrong.