diff --git a/dags/resources/stages/parse/table_definitions/cbbtc/cbbtc_event_Approval.json b/dags/resources/stages/parse/table_definitions/cbbtc/cbbtc_event_Approval.json new file mode 100644 index 00000000..78d48515 --- /dev/null +++ b/dags/resources/stages/parse/table_definitions/cbbtc/cbbtc_event_Approval.json @@ -0,0 +1,54 @@ +{ + "parser": { + "abi": { + "anonymous": false, + "inputs": [ + { + "indexed": true, + "internalType": "address", + "name": "owner", + "type": "address" + }, + { + "indexed": true, + "internalType": "address", + "name": "spender", + "type": "address" + }, + { + "indexed": false, + "internalType": "uint256", + "name": "value", + "type": "uint256" + } + ], + "name": "Approval", + "type": "event" + }, + "contract_address": "0xcbB7C0000aB88B473b1f5aFd9ef808440eed33Bf", + "field_mapping": {}, + "type": "log" + }, + "table": { + "dataset_name": "cbbtc", + "schema": [ + { + "description": "", + "name": "owner", + "type": "STRING" + }, + { + "description": "", + "name": "spender", + "type": "STRING" + }, + { + "description": "", + "name": "value", + "type": "STRING" + } + ], + "table_description": "", + "table_name": "cbbtc_event_Approval" + } +} \ No newline at end of file diff --git a/dags/resources/stages/parse/table_definitions/cbbtc/cbbtc_event_AuthorizationCanceled.json b/dags/resources/stages/parse/table_definitions/cbbtc/cbbtc_event_AuthorizationCanceled.json new file mode 100644 index 00000000..a62be9a0 --- /dev/null +++ b/dags/resources/stages/parse/table_definitions/cbbtc/cbbtc_event_AuthorizationCanceled.json @@ -0,0 +1,43 @@ +{ + "parser": { + "abi": { + "anonymous": false, + "inputs": [ + { + "indexed": true, + "internalType": "address", + "name": "authorizer", + "type": "address" + }, + { + "indexed": true, + "internalType": "bytes32", + "name": "nonce", + "type": "bytes32" + } + ], + "name": "AuthorizationCanceled", + "type": "event" + }, + "contract_address": "0xcbB7C0000aB88B473b1f5aFd9ef808440eed33Bf", + "field_mapping": {}, + "type": "log" + }, + "table": { + "dataset_name": "cbbtc", + "schema": [ + { + "description": "", + "name": "authorizer", + "type": "STRING" + }, + { + "description": "", + "name": "nonce", + "type": "STRING" + } + ], + "table_description": "", + "table_name": "cbbtc_event_AuthorizationCanceled" + } +} \ No newline at end of file diff --git a/dags/resources/stages/parse/table_definitions/cbbtc/cbbtc_event_AuthorizationUsed.json b/dags/resources/stages/parse/table_definitions/cbbtc/cbbtc_event_AuthorizationUsed.json new file mode 100644 index 00000000..5233e986 --- /dev/null +++ b/dags/resources/stages/parse/table_definitions/cbbtc/cbbtc_event_AuthorizationUsed.json @@ -0,0 +1,43 @@ +{ + "parser": { + "abi": { + "anonymous": false, + "inputs": [ + { + "indexed": true, + "internalType": "address", + "name": "authorizer", + "type": "address" + }, + { + "indexed": true, + "internalType": "bytes32", + "name": "nonce", + "type": "bytes32" + } + ], + "name": "AuthorizationUsed", + "type": "event" + }, + "contract_address": "0xcbB7C0000aB88B473b1f5aFd9ef808440eed33Bf", + "field_mapping": {}, + "type": "log" + }, + "table": { + "dataset_name": "cbbtc", + "schema": [ + { + "description": "", + "name": "authorizer", + "type": "STRING" + }, + { + "description": "", + "name": "nonce", + "type": "STRING" + } + ], + "table_description": "", + "table_name": "cbbtc_event_AuthorizationUsed" + } +} \ No newline at end of file diff --git a/dags/resources/stages/parse/table_definitions/cbbtc/cbbtc_event_Blacklisted.json b/dags/resources/stages/parse/table_definitions/cbbtc/cbbtc_event_Blacklisted.json new file mode 100644 index 00000000..63b2d5ae --- /dev/null +++ b/dags/resources/stages/parse/table_definitions/cbbtc/cbbtc_event_Blacklisted.json @@ -0,0 +1,32 @@ +{ + "parser": { + "abi": { + "anonymous": false, + "inputs": [ + { + "indexed": true, + "internalType": "address", + "name": "_account", + "type": "address" + } + ], + "name": "Blacklisted", + "type": "event" + }, + "contract_address": "0xcbB7C0000aB88B473b1f5aFd9ef808440eed33Bf", + "field_mapping": {}, + "type": "log" + }, + "table": { + "dataset_name": "cbbtc", + "schema": [ + { + "description": "", + "name": "_account", + "type": "STRING" + } + ], + "table_description": "", + "table_name": "cbbtc_event_Blacklisted" + } +} \ No newline at end of file diff --git a/dags/resources/stages/parse/table_definitions/cbbtc/cbbtc_event_BlacklisterChanged.json b/dags/resources/stages/parse/table_definitions/cbbtc/cbbtc_event_BlacklisterChanged.json new file mode 100644 index 00000000..7075bd56 --- /dev/null +++ b/dags/resources/stages/parse/table_definitions/cbbtc/cbbtc_event_BlacklisterChanged.json @@ -0,0 +1,32 @@ +{ + "parser": { + "abi": { + "anonymous": false, + "inputs": [ + { + "indexed": true, + "internalType": "address", + "name": "newBlacklister", + "type": "address" + } + ], + "name": "BlacklisterChanged", + "type": "event" + }, + "contract_address": "0xcbB7C0000aB88B473b1f5aFd9ef808440eed33Bf", + "field_mapping": {}, + "type": "log" + }, + "table": { + "dataset_name": "cbbtc", + "schema": [ + { + "description": "", + "name": "newBlacklister", + "type": "STRING" + } + ], + "table_description": "", + "table_name": "cbbtc_event_BlacklisterChanged" + } +} \ No newline at end of file diff --git a/dags/resources/stages/parse/table_definitions/cbbtc/cbbtc_event_Burn.json b/dags/resources/stages/parse/table_definitions/cbbtc/cbbtc_event_Burn.json new file mode 100644 index 00000000..0824c3c9 --- /dev/null +++ b/dags/resources/stages/parse/table_definitions/cbbtc/cbbtc_event_Burn.json @@ -0,0 +1,43 @@ +{ + "parser": { + "abi": { + "anonymous": false, + "inputs": [ + { + "indexed": true, + "internalType": "address", + "name": "burner", + "type": "address" + }, + { + "indexed": false, + "internalType": "uint256", + "name": "amount", + "type": "uint256" + } + ], + "name": "Burn", + "type": "event" + }, + "contract_address": "0xcbB7C0000aB88B473b1f5aFd9ef808440eed33Bf", + "field_mapping": {}, + "type": "log" + }, + "table": { + "dataset_name": "cbbtc", + "schema": [ + { + "description": "", + "name": "burner", + "type": "STRING" + }, + { + "description": "", + "name": "amount", + "type": "STRING" + } + ], + "table_description": "", + "table_name": "cbbtc_event_Burn" + } +} \ No newline at end of file diff --git a/dags/resources/stages/parse/table_definitions/cbbtc/cbbtc_event_MasterMinterChanged.json b/dags/resources/stages/parse/table_definitions/cbbtc/cbbtc_event_MasterMinterChanged.json new file mode 100644 index 00000000..8a4531eb --- /dev/null +++ b/dags/resources/stages/parse/table_definitions/cbbtc/cbbtc_event_MasterMinterChanged.json @@ -0,0 +1,32 @@ +{ + "parser": { + "abi": { + "anonymous": false, + "inputs": [ + { + "indexed": true, + "internalType": "address", + "name": "newMasterMinter", + "type": "address" + } + ], + "name": "MasterMinterChanged", + "type": "event" + }, + "contract_address": "0xcbB7C0000aB88B473b1f5aFd9ef808440eed33Bf", + "field_mapping": {}, + "type": "log" + }, + "table": { + "dataset_name": "cbbtc", + "schema": [ + { + "description": "", + "name": "newMasterMinter", + "type": "STRING" + } + ], + "table_description": "", + "table_name": "cbbtc_event_MasterMinterChanged" + } +} \ No newline at end of file diff --git a/dags/resources/stages/parse/table_definitions/cbbtc/cbbtc_event_Mint.json b/dags/resources/stages/parse/table_definitions/cbbtc/cbbtc_event_Mint.json new file mode 100644 index 00000000..74bf0060 --- /dev/null +++ b/dags/resources/stages/parse/table_definitions/cbbtc/cbbtc_event_Mint.json @@ -0,0 +1,54 @@ +{ + "parser": { + "abi": { + "anonymous": false, + "inputs": [ + { + "indexed": true, + "internalType": "address", + "name": "minter", + "type": "address" + }, + { + "indexed": true, + "internalType": "address", + "name": "to", + "type": "address" + }, + { + "indexed": false, + "internalType": "uint256", + "name": "amount", + "type": "uint256" + } + ], + "name": "Mint", + "type": "event" + }, + "contract_address": "0xcbB7C0000aB88B473b1f5aFd9ef808440eed33Bf", + "field_mapping": {}, + "type": "log" + }, + "table": { + "dataset_name": "cbbtc", + "schema": [ + { + "description": "", + "name": "minter", + "type": "STRING" + }, + { + "description": "", + "name": "to", + "type": "STRING" + }, + { + "description": "", + "name": "amount", + "type": "STRING" + } + ], + "table_description": "", + "table_name": "cbbtc_event_Mint" + } +} \ No newline at end of file diff --git a/dags/resources/stages/parse/table_definitions/cbbtc/cbbtc_event_MinterConfigured.json b/dags/resources/stages/parse/table_definitions/cbbtc/cbbtc_event_MinterConfigured.json new file mode 100644 index 00000000..14544c06 --- /dev/null +++ b/dags/resources/stages/parse/table_definitions/cbbtc/cbbtc_event_MinterConfigured.json @@ -0,0 +1,43 @@ +{ + "parser": { + "abi": { + "anonymous": false, + "inputs": [ + { + "indexed": true, + "internalType": "address", + "name": "minter", + "type": "address" + }, + { + "indexed": false, + "internalType": "uint256", + "name": "minterAllowedAmount", + "type": "uint256" + } + ], + "name": "MinterConfigured", + "type": "event" + }, + "contract_address": "0xcbB7C0000aB88B473b1f5aFd9ef808440eed33Bf", + "field_mapping": {}, + "type": "log" + }, + "table": { + "dataset_name": "cbbtc", + "schema": [ + { + "description": "", + "name": "minter", + "type": "STRING" + }, + { + "description": "", + "name": "minterAllowedAmount", + "type": "STRING" + } + ], + "table_description": "", + "table_name": "cbbtc_event_MinterConfigured" + } +} \ No newline at end of file diff --git a/dags/resources/stages/parse/table_definitions/cbbtc/cbbtc_event_MinterRemoved.json b/dags/resources/stages/parse/table_definitions/cbbtc/cbbtc_event_MinterRemoved.json new file mode 100644 index 00000000..655605bd --- /dev/null +++ b/dags/resources/stages/parse/table_definitions/cbbtc/cbbtc_event_MinterRemoved.json @@ -0,0 +1,32 @@ +{ + "parser": { + "abi": { + "anonymous": false, + "inputs": [ + { + "indexed": true, + "internalType": "address", + "name": "oldMinter", + "type": "address" + } + ], + "name": "MinterRemoved", + "type": "event" + }, + "contract_address": "0xcbB7C0000aB88B473b1f5aFd9ef808440eed33Bf", + "field_mapping": {}, + "type": "log" + }, + "table": { + "dataset_name": "cbbtc", + "schema": [ + { + "description": "", + "name": "oldMinter", + "type": "STRING" + } + ], + "table_description": "", + "table_name": "cbbtc_event_MinterRemoved" + } +} \ No newline at end of file diff --git a/dags/resources/stages/parse/table_definitions/cbbtc/cbbtc_event_OwnershipTransferred.json b/dags/resources/stages/parse/table_definitions/cbbtc/cbbtc_event_OwnershipTransferred.json new file mode 100644 index 00000000..809aafd7 --- /dev/null +++ b/dags/resources/stages/parse/table_definitions/cbbtc/cbbtc_event_OwnershipTransferred.json @@ -0,0 +1,43 @@ +{ + "parser": { + "abi": { + "anonymous": false, + "inputs": [ + { + "indexed": false, + "internalType": "address", + "name": "previousOwner", + "type": "address" + }, + { + "indexed": false, + "internalType": "address", + "name": "newOwner", + "type": "address" + } + ], + "name": "OwnershipTransferred", + "type": "event" + }, + "contract_address": "0xcbB7C0000aB88B473b1f5aFd9ef808440eed33Bf", + "field_mapping": {}, + "type": "log" + }, + "table": { + "dataset_name": "cbbtc", + "schema": [ + { + "description": "", + "name": "previousOwner", + "type": "STRING" + }, + { + "description": "", + "name": "newOwner", + "type": "STRING" + } + ], + "table_description": "", + "table_name": "cbbtc_event_OwnershipTransferred" + } +} \ No newline at end of file diff --git a/dags/resources/stages/parse/table_definitions/cbbtc/cbbtc_event_Pause.json b/dags/resources/stages/parse/table_definitions/cbbtc/cbbtc_event_Pause.json new file mode 100644 index 00000000..3a995574 --- /dev/null +++ b/dags/resources/stages/parse/table_definitions/cbbtc/cbbtc_event_Pause.json @@ -0,0 +1,19 @@ +{ + "parser": { + "abi": { + "anonymous": false, + "inputs": [], + "name": "Pause", + "type": "event" + }, + "contract_address": "0xcbB7C0000aB88B473b1f5aFd9ef808440eed33Bf", + "field_mapping": {}, + "type": "log" + }, + "table": { + "dataset_name": "cbbtc", + "schema": [], + "table_description": "", + "table_name": "cbbtc_event_Pause" + } +} \ No newline at end of file diff --git a/dags/resources/stages/parse/table_definitions/cbbtc/cbbtc_event_PauserChanged.json b/dags/resources/stages/parse/table_definitions/cbbtc/cbbtc_event_PauserChanged.json new file mode 100644 index 00000000..02b6a098 --- /dev/null +++ b/dags/resources/stages/parse/table_definitions/cbbtc/cbbtc_event_PauserChanged.json @@ -0,0 +1,32 @@ +{ + "parser": { + "abi": { + "anonymous": false, + "inputs": [ + { + "indexed": true, + "internalType": "address", + "name": "newAddress", + "type": "address" + } + ], + "name": "PauserChanged", + "type": "event" + }, + "contract_address": "0xcbB7C0000aB88B473b1f5aFd9ef808440eed33Bf", + "field_mapping": {}, + "type": "log" + }, + "table": { + "dataset_name": "cbbtc", + "schema": [ + { + "description": "", + "name": "newAddress", + "type": "STRING" + } + ], + "table_description": "", + "table_name": "cbbtc_event_PauserChanged" + } +} \ No newline at end of file diff --git a/dags/resources/stages/parse/table_definitions/cbbtc/cbbtc_event_RescuerChanged.json b/dags/resources/stages/parse/table_definitions/cbbtc/cbbtc_event_RescuerChanged.json new file mode 100644 index 00000000..0335d1bc --- /dev/null +++ b/dags/resources/stages/parse/table_definitions/cbbtc/cbbtc_event_RescuerChanged.json @@ -0,0 +1,32 @@ +{ + "parser": { + "abi": { + "anonymous": false, + "inputs": [ + { + "indexed": true, + "internalType": "address", + "name": "newRescuer", + "type": "address" + } + ], + "name": "RescuerChanged", + "type": "event" + }, + "contract_address": "0xcbB7C0000aB88B473b1f5aFd9ef808440eed33Bf", + "field_mapping": {}, + "type": "log" + }, + "table": { + "dataset_name": "cbbtc", + "schema": [ + { + "description": "", + "name": "newRescuer", + "type": "STRING" + } + ], + "table_description": "", + "table_name": "cbbtc_event_RescuerChanged" + } +} \ No newline at end of file diff --git a/dags/resources/stages/parse/table_definitions/cbbtc/cbbtc_event_Transfer.json b/dags/resources/stages/parse/table_definitions/cbbtc/cbbtc_event_Transfer.json new file mode 100644 index 00000000..a95e3e43 --- /dev/null +++ b/dags/resources/stages/parse/table_definitions/cbbtc/cbbtc_event_Transfer.json @@ -0,0 +1,54 @@ +{ + "parser": { + "abi": { + "anonymous": false, + "inputs": [ + { + "indexed": true, + "internalType": "address", + "name": "from", + "type": "address" + }, + { + "indexed": true, + "internalType": "address", + "name": "to", + "type": "address" + }, + { + "indexed": false, + "internalType": "uint256", + "name": "value", + "type": "uint256" + } + ], + "name": "Transfer", + "type": "event" + }, + "contract_address": "0xcbB7C0000aB88B473b1f5aFd9ef808440eed33Bf", + "field_mapping": {}, + "type": "log" + }, + "table": { + "dataset_name": "cbbtc", + "schema": [ + { + "description": "", + "name": "from", + "type": "STRING" + }, + { + "description": "", + "name": "to", + "type": "STRING" + }, + { + "description": "", + "name": "value", + "type": "STRING" + } + ], + "table_description": "", + "table_name": "cbbtc_event_Transfer" + } +} \ No newline at end of file diff --git a/dags/resources/stages/parse/table_definitions/cbbtc/cbbtc_event_UnBlacklisted.json b/dags/resources/stages/parse/table_definitions/cbbtc/cbbtc_event_UnBlacklisted.json new file mode 100644 index 00000000..6de79045 --- /dev/null +++ b/dags/resources/stages/parse/table_definitions/cbbtc/cbbtc_event_UnBlacklisted.json @@ -0,0 +1,32 @@ +{ + "parser": { + "abi": { + "anonymous": false, + "inputs": [ + { + "indexed": true, + "internalType": "address", + "name": "_account", + "type": "address" + } + ], + "name": "UnBlacklisted", + "type": "event" + }, + "contract_address": "0xcbB7C0000aB88B473b1f5aFd9ef808440eed33Bf", + "field_mapping": {}, + "type": "log" + }, + "table": { + "dataset_name": "cbbtc", + "schema": [ + { + "description": "", + "name": "_account", + "type": "STRING" + } + ], + "table_description": "", + "table_name": "cbbtc_event_UnBlacklisted" + } +} \ No newline at end of file diff --git a/dags/resources/stages/parse/table_definitions/cbbtc/cbbtc_event_Unpause.json b/dags/resources/stages/parse/table_definitions/cbbtc/cbbtc_event_Unpause.json new file mode 100644 index 00000000..2f5f2df4 --- /dev/null +++ b/dags/resources/stages/parse/table_definitions/cbbtc/cbbtc_event_Unpause.json @@ -0,0 +1,19 @@ +{ + "parser": { + "abi": { + "anonymous": false, + "inputs": [], + "name": "Unpause", + "type": "event" + }, + "contract_address": "0xcbB7C0000aB88B473b1f5aFd9ef808440eed33Bf", + "field_mapping": {}, + "type": "log" + }, + "table": { + "dataset_name": "cbbtc", + "schema": [], + "table_description": "", + "table_name": "cbbtc_event_Unpause" + } +} \ No newline at end of file