diff --git a/dags/resources/stages/parse/table_definitions/eurcv/eurcv_event_AcceptedOperationsRole.json b/dags/resources/stages/parse/table_definitions/eurcv/eurcv_event_AcceptedOperationsRole.json new file mode 100644 index 00000000..e1fe5947 --- /dev/null +++ b/dags/resources/stages/parse/table_definitions/eurcv/eurcv_event_AcceptedOperationsRole.json @@ -0,0 +1,32 @@ +{ + "parser": { + "abi": { + "anonymous": false, + "inputs": [ + { + "indexed": false, + "internalType": "address", + "name": "operations", + "type": "address" + } + ], + "name": "AcceptedOperationsRole", + "type": "event" + }, + "contract_address": "0x5f7827fdeb7c20b443265fc2f40845b715385ff2", + "field_mapping": {}, + "type": "log" + }, + "table": { + "dataset_name": "eurcv", + "schema": [ + { + "description": "", + "name": "operations", + "type": "STRING" + } + ], + "table_description": "", + "table_name": "eurcv_event_AcceptedOperationsRole" + } +} \ No newline at end of file diff --git a/dags/resources/stages/parse/table_definitions/eurcv/eurcv_event_AcceptedRegistrarRole.json b/dags/resources/stages/parse/table_definitions/eurcv/eurcv_event_AcceptedRegistrarRole.json new file mode 100644 index 00000000..a98a7b11 --- /dev/null +++ b/dags/resources/stages/parse/table_definitions/eurcv/eurcv_event_AcceptedRegistrarRole.json @@ -0,0 +1,32 @@ +{ + "parser": { + "abi": { + "anonymous": false, + "inputs": [ + { + "indexed": false, + "internalType": "address", + "name": "registrar", + "type": "address" + } + ], + "name": "AcceptedRegistrarRole", + "type": "event" + }, + "contract_address": "0x5f7827fdeb7c20b443265fc2f40845b715385ff2", + "field_mapping": {}, + "type": "log" + }, + "table": { + "dataset_name": "eurcv", + "schema": [ + { + "description": "", + "name": "registrar", + "type": "STRING" + } + ], + "table_description": "", + "table_name": "eurcv_event_AcceptedRegistrarRole" + } +} \ No newline at end of file diff --git a/dags/resources/stages/parse/table_definitions/eurcv/eurcv_event_AcceptedTechnicalRole.json b/dags/resources/stages/parse/table_definitions/eurcv/eurcv_event_AcceptedTechnicalRole.json new file mode 100644 index 00000000..2e5dde36 --- /dev/null +++ b/dags/resources/stages/parse/table_definitions/eurcv/eurcv_event_AcceptedTechnicalRole.json @@ -0,0 +1,32 @@ +{ + "parser": { + "abi": { + "anonymous": false, + "inputs": [ + { + "indexed": false, + "internalType": "address", + "name": "technical", + "type": "address" + } + ], + "name": "AcceptedTechnicalRole", + "type": "event" + }, + "contract_address": "0x5f7827fdeb7c20b443265fc2f40845b715385ff2", + "field_mapping": {}, + "type": "log" + }, + "table": { + "dataset_name": "eurcv", + "schema": [ + { + "description": "", + "name": "technical", + "type": "STRING" + } + ], + "table_description": "", + "table_name": "eurcv_event_AcceptedTechnicalRole" + } +} \ No newline at end of file diff --git a/dags/resources/stages/parse/table_definitions/eurcv/eurcv_event_AddressesFrozen.json b/dags/resources/stages/parse/table_definitions/eurcv/eurcv_event_AddressesFrozen.json new file mode 100644 index 00000000..81be015c --- /dev/null +++ b/dags/resources/stages/parse/table_definitions/eurcv/eurcv_event_AddressesFrozen.json @@ -0,0 +1,32 @@ +{ + "parser": { + "abi": { + "anonymous": false, + "inputs": [ + { + "indexed": false, + "internalType": "address[]", + "name": "addrs", + "type": "address[]" + } + ], + "name": "AddressesFrozen", + "type": "event" + }, + "contract_address": "0x5f7827fdeb7c20b443265fc2f40845b715385ff2", + "field_mapping": {}, + "type": "log" + }, + "table": { + "dataset_name": "eurcv", + "schema": [ + { + "description": "", + "name": "addrs", + "type": "STRING" + } + ], + "table_description": "", + "table_name": "eurcv_event_AddressesFrozen" + } +} \ No newline at end of file diff --git a/dags/resources/stages/parse/table_definitions/eurcv/eurcv_event_AddressesUnFrozen.json b/dags/resources/stages/parse/table_definitions/eurcv/eurcv_event_AddressesUnFrozen.json new file mode 100644 index 00000000..32dd9ebf --- /dev/null +++ b/dags/resources/stages/parse/table_definitions/eurcv/eurcv_event_AddressesUnFrozen.json @@ -0,0 +1,32 @@ +{ + "parser": { + "abi": { + "anonymous": false, + "inputs": [ + { + "indexed": false, + "internalType": "address[]", + "name": "addrs", + "type": "address[]" + } + ], + "name": "AddressesUnFrozen", + "type": "event" + }, + "contract_address": "0x5f7827fdeb7c20b443265fc2f40845b715385ff2", + "field_mapping": {}, + "type": "log" + }, + "table": { + "dataset_name": "eurcv", + "schema": [ + { + "description": "", + "name": "addrs", + "type": "STRING" + } + ], + "table_description": "", + "table_name": "eurcv_event_AddressesUnFrozen" + } +} \ No newline at end of file diff --git a/dags/resources/stages/parse/table_definitions/eurcv/eurcv_event_AdminChanged.json b/dags/resources/stages/parse/table_definitions/eurcv/eurcv_event_AdminChanged.json new file mode 100644 index 00000000..f10eb869 --- /dev/null +++ b/dags/resources/stages/parse/table_definitions/eurcv/eurcv_event_AdminChanged.json @@ -0,0 +1,43 @@ +{ + "parser": { + "abi": { + "anonymous": false, + "inputs": [ + { + "indexed": false, + "internalType": "address", + "name": "previousAdmin", + "type": "address" + }, + { + "indexed": false, + "internalType": "address", + "name": "newAdmin", + "type": "address" + } + ], + "name": "AdminChanged", + "type": "event" + }, + "contract_address": "0x5f7827fdeb7c20b443265fc2f40845b715385ff2", + "field_mapping": {}, + "type": "log" + }, + "table": { + "dataset_name": "eurcv", + "schema": [ + { + "description": "", + "name": "previousAdmin", + "type": "STRING" + }, + { + "description": "", + "name": "newAdmin", + "type": "STRING" + } + ], + "table_description": "", + "table_name": "eurcv_event_AdminChanged" + } +} \ No newline at end of file diff --git a/dags/resources/stages/parse/table_definitions/eurcv/eurcv_event_Approval.json b/dags/resources/stages/parse/table_definitions/eurcv/eurcv_event_Approval.json new file mode 100644 index 00000000..9ac29f29 --- /dev/null +++ b/dags/resources/stages/parse/table_definitions/eurcv/eurcv_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": "0x5f7827fdeb7c20b443265fc2f40845b715385ff2", + "field_mapping": {}, + "type": "log" + }, + "table": { + "dataset_name": "eurcv", + "schema": [ + { + "description": "", + "name": "owner", + "type": "STRING" + }, + { + "description": "", + "name": "spender", + "type": "STRING" + }, + { + "description": "", + "name": "value", + "type": "STRING" + } + ], + "table_description": "", + "table_name": "eurcv_event_Approval" + } +} \ No newline at end of file diff --git a/dags/resources/stages/parse/table_definitions/eurcv/eurcv_event_BeaconUpgraded.json b/dags/resources/stages/parse/table_definitions/eurcv/eurcv_event_BeaconUpgraded.json new file mode 100644 index 00000000..331f0216 --- /dev/null +++ b/dags/resources/stages/parse/table_definitions/eurcv/eurcv_event_BeaconUpgraded.json @@ -0,0 +1,32 @@ +{ + "parser": { + "abi": { + "anonymous": false, + "inputs": [ + { + "indexed": true, + "internalType": "address", + "name": "beacon", + "type": "address" + } + ], + "name": "BeaconUpgraded", + "type": "event" + }, + "contract_address": "0x5f7827fdeb7c20b443265fc2f40845b715385ff2", + "field_mapping": {}, + "type": "log" + }, + "table": { + "dataset_name": "eurcv", + "schema": [ + { + "description": "", + "name": "beacon", + "type": "STRING" + } + ], + "table_description": "", + "table_name": "eurcv_event_BeaconUpgraded" + } +} \ No newline at end of file diff --git a/dags/resources/stages/parse/table_definitions/eurcv/eurcv_event_ImplementationAuthorized.json b/dags/resources/stages/parse/table_definitions/eurcv/eurcv_event_ImplementationAuthorized.json new file mode 100644 index 00000000..dc894f28 --- /dev/null +++ b/dags/resources/stages/parse/table_definitions/eurcv/eurcv_event_ImplementationAuthorized.json @@ -0,0 +1,32 @@ +{ + "parser": { + "abi": { + "anonymous": false, + "inputs": [ + { + "indexed": false, + "internalType": "address", + "name": "implementation", + "type": "address" + } + ], + "name": "ImplementationAuthorized", + "type": "event" + }, + "contract_address": "0x5f7827fdeb7c20b443265fc2f40845b715385ff2", + "field_mapping": {}, + "type": "log" + }, + "table": { + "dataset_name": "eurcv", + "schema": [ + { + "description": "", + "name": "implementation", + "type": "STRING" + } + ], + "table_description": "", + "table_name": "eurcv_event_ImplementationAuthorized" + } +} \ No newline at end of file diff --git a/dags/resources/stages/parse/table_definitions/eurcv/eurcv_event_Initialized.json b/dags/resources/stages/parse/table_definitions/eurcv/eurcv_event_Initialized.json new file mode 100644 index 00000000..683c7e8d --- /dev/null +++ b/dags/resources/stages/parse/table_definitions/eurcv/eurcv_event_Initialized.json @@ -0,0 +1,32 @@ +{ + "parser": { + "abi": { + "anonymous": false, + "inputs": [ + { + "indexed": false, + "internalType": "uint8", + "name": "version", + "type": "uint8" + } + ], + "name": "Initialized", + "type": "event" + }, + "contract_address": "0x5f7827fdeb7c20b443265fc2f40845b715385ff2", + "field_mapping": {}, + "type": "log" + }, + "table": { + "dataset_name": "eurcv", + "schema": [ + { + "description": "", + "name": "version", + "type": "STRING" + } + ], + "table_description": "", + "table_name": "eurcv_event_Initialized" + } +} \ No newline at end of file diff --git a/dags/resources/stages/parse/table_definitions/eurcv/eurcv_event_NamedNewOperators.json b/dags/resources/stages/parse/table_definitions/eurcv/eurcv_event_NamedNewOperators.json new file mode 100644 index 00000000..b1063e76 --- /dev/null +++ b/dags/resources/stages/parse/table_definitions/eurcv/eurcv_event_NamedNewOperators.json @@ -0,0 +1,54 @@ +{ + "parser": { + "abi": { + "anonymous": false, + "inputs": [ + { + "indexed": false, + "internalType": "address", + "name": "registrar", + "type": "address" + }, + { + "indexed": false, + "internalType": "address", + "name": "operations", + "type": "address" + }, + { + "indexed": false, + "internalType": "address", + "name": "technical", + "type": "address" + } + ], + "name": "NamedNewOperators", + "type": "event" + }, + "contract_address": "0x5f7827fdeb7c20b443265fc2f40845b715385ff2", + "field_mapping": {}, + "type": "log" + }, + "table": { + "dataset_name": "eurcv", + "schema": [ + { + "description": "", + "name": "registrar", + "type": "STRING" + }, + { + "description": "", + "name": "operations", + "type": "STRING" + }, + { + "description": "", + "name": "technical", + "type": "STRING" + } + ], + "table_description": "", + "table_name": "eurcv_event_NamedNewOperators" + } +} \ No newline at end of file diff --git a/dags/resources/stages/parse/table_definitions/eurcv/eurcv_event_Paused.json b/dags/resources/stages/parse/table_definitions/eurcv/eurcv_event_Paused.json new file mode 100644 index 00000000..968d9507 --- /dev/null +++ b/dags/resources/stages/parse/table_definitions/eurcv/eurcv_event_Paused.json @@ -0,0 +1,19 @@ +{ + "parser": { + "abi": { + "anonymous": false, + "inputs": [], + "name": "Paused", + "type": "event" + }, + "contract_address": "0x5f7827fdeb7c20b443265fc2f40845b715385ff2", + "field_mapping": {}, + "type": "log" + }, + "table": { + "dataset_name": "eurcv", + "schema": [], + "table_description": "", + "table_name": "eurcv_event_Paused" + } +} \ No newline at end of file diff --git a/dags/resources/stages/parse/table_definitions/eurcv/eurcv_event_Transfer.json b/dags/resources/stages/parse/table_definitions/eurcv/eurcv_event_Transfer.json new file mode 100644 index 00000000..494c1fe9 --- /dev/null +++ b/dags/resources/stages/parse/table_definitions/eurcv/eurcv_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": "0x5f7827fdeb7c20b443265fc2f40845b715385ff2", + "field_mapping": {}, + "type": "log" + }, + "table": { + "dataset_name": "eurcv", + "schema": [ + { + "description": "", + "name": "from", + "type": "STRING" + }, + { + "description": "", + "name": "to", + "type": "STRING" + }, + { + "description": "", + "name": "value", + "type": "STRING" + } + ], + "table_description": "", + "table_name": "eurcv_event_Transfer" + } +} \ No newline at end of file diff --git a/dags/resources/stages/parse/table_definitions/eurcv/eurcv_event_TransferRejected.json b/dags/resources/stages/parse/table_definitions/eurcv/eurcv_event_TransferRejected.json new file mode 100644 index 00000000..fcbf1e37 --- /dev/null +++ b/dags/resources/stages/parse/table_definitions/eurcv/eurcv_event_TransferRejected.json @@ -0,0 +1,32 @@ +{ + "parser": { + "abi": { + "anonymous": false, + "inputs": [ + { + "indexed": false, + "internalType": "bytes32", + "name": "transferHash", + "type": "bytes32" + } + ], + "name": "TransferRejected", + "type": "event" + }, + "contract_address": "0x5f7827fdeb7c20b443265fc2f40845b715385ff2", + "field_mapping": {}, + "type": "log" + }, + "table": { + "dataset_name": "eurcv", + "schema": [ + { + "description": "", + "name": "transferHash", + "type": "STRING" + } + ], + "table_description": "", + "table_name": "eurcv_event_TransferRejected" + } +} \ No newline at end of file diff --git a/dags/resources/stages/parse/table_definitions/eurcv/eurcv_event_TransferRequested.json b/dags/resources/stages/parse/table_definitions/eurcv/eurcv_event_TransferRequested.json new file mode 100644 index 00000000..882c1807 --- /dev/null +++ b/dags/resources/stages/parse/table_definitions/eurcv/eurcv_event_TransferRequested.json @@ -0,0 +1,65 @@ +{ + "parser": { + "abi": { + "anonymous": false, + "inputs": [ + { + "indexed": false, + "internalType": "bytes32", + "name": "transferHash", + "type": "bytes32" + }, + { + "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": "TransferRequested", + "type": "event" + }, + "contract_address": "0x5f7827fdeb7c20b443265fc2f40845b715385ff2", + "field_mapping": {}, + "type": "log" + }, + "table": { + "dataset_name": "eurcv", + "schema": [ + { + "description": "", + "name": "transferHash", + "type": "STRING" + }, + { + "description": "", + "name": "from", + "type": "STRING" + }, + { + "description": "", + "name": "to", + "type": "STRING" + }, + { + "description": "", + "name": "value", + "type": "STRING" + } + ], + "table_description": "", + "table_name": "eurcv_event_TransferRequested" + } +} \ No newline at end of file diff --git a/dags/resources/stages/parse/table_definitions/eurcv/eurcv_event_TransferValidated.json b/dags/resources/stages/parse/table_definitions/eurcv/eurcv_event_TransferValidated.json new file mode 100644 index 00000000..39357a6b --- /dev/null +++ b/dags/resources/stages/parse/table_definitions/eurcv/eurcv_event_TransferValidated.json @@ -0,0 +1,32 @@ +{ + "parser": { + "abi": { + "anonymous": false, + "inputs": [ + { + "indexed": false, + "internalType": "bytes32", + "name": "transferHash", + "type": "bytes32" + } + ], + "name": "TransferValidated", + "type": "event" + }, + "contract_address": "0x5f7827fdeb7c20b443265fc2f40845b715385ff2", + "field_mapping": {}, + "type": "log" + }, + "table": { + "dataset_name": "eurcv", + "schema": [ + { + "description": "", + "name": "transferHash", + "type": "STRING" + } + ], + "table_description": "", + "table_name": "eurcv_event_TransferValidated" + } +} \ No newline at end of file diff --git a/dags/resources/stages/parse/table_definitions/eurcv/eurcv_event_UnPaused.json b/dags/resources/stages/parse/table_definitions/eurcv/eurcv_event_UnPaused.json new file mode 100644 index 00000000..3aa561bb --- /dev/null +++ b/dags/resources/stages/parse/table_definitions/eurcv/eurcv_event_UnPaused.json @@ -0,0 +1,19 @@ +{ + "parser": { + "abi": { + "anonymous": false, + "inputs": [], + "name": "UnPaused", + "type": "event" + }, + "contract_address": "0x5f7827fdeb7c20b443265fc2f40845b715385ff2", + "field_mapping": {}, + "type": "log" + }, + "table": { + "dataset_name": "eurcv", + "schema": [], + "table_description": "", + "table_name": "eurcv_event_UnPaused" + } +} \ No newline at end of file diff --git a/dags/resources/stages/parse/table_definitions/eurcv/eurcv_event_Upgraded.json b/dags/resources/stages/parse/table_definitions/eurcv/eurcv_event_Upgraded.json new file mode 100644 index 00000000..70100312 --- /dev/null +++ b/dags/resources/stages/parse/table_definitions/eurcv/eurcv_event_Upgraded.json @@ -0,0 +1,32 @@ +{ + "parser": { + "abi": { + "anonymous": false, + "inputs": [ + { + "indexed": true, + "internalType": "address", + "name": "implementation", + "type": "address" + } + ], + "name": "Upgraded", + "type": "event" + }, + "contract_address": "0x5f7827fdeb7c20b443265fc2f40845b715385ff2", + "field_mapping": {}, + "type": "log" + }, + "table": { + "dataset_name": "eurcv", + "schema": [ + { + "description": "", + "name": "implementation", + "type": "STRING" + } + ], + "table_description": "", + "table_name": "eurcv_event_Upgraded" + } +} \ No newline at end of file