From bf5ad2d4336dcb25c756239e4517672cb0cb904e Mon Sep 17 00:00:00 2001 From: zigzag2002 <43194632+zigzag2002@users.noreply.github.com> Date: Fri, 17 Jan 2025 20:04:39 -0800 Subject: [PATCH] events (#815) --- .../BurnerRouterFactory_event_AddEntity.json | 32 ++++++++++++++ ...peratorRewardsFactory_event_AddEntity.json | 32 ++++++++++++++ ...tStakerRewardsFactory_event_AddEntity.json | 32 ++++++++++++++ .../DelegatorFactory_event_AddEntity.json | 32 ++++++++++++++ .../DelegatorFactory_event_Blacklist.json | 32 ++++++++++++++ ...torFactory_event_OwnershipTransferred.json | 43 +++++++++++++++++++ .../DelegatorFactory_event_Whitelist.json | 32 ++++++++++++++ ...MiddlewareService_event_SetMiddleware.json | 43 +++++++++++++++++++ .../NetworkRegistry_event_AddEntity.json | 32 ++++++++++++++ ...ptInService_event_EIP712DomainChanged.json | 19 ++++++++ ...tworkOptInService_event_IncreaseNonce.json | 43 +++++++++++++++++++ ...eratorNetworkOptInService_event_OptIn.json | 43 +++++++++++++++++++ ...ratorNetworkOptInService_event_OptOut.json | 43 +++++++++++++++++++ .../OperatorRegistry_event_AddEntity.json | 32 ++++++++++++++ ...ptInService_event_EIP712DomainChanged.json | 19 ++++++++ ...VaultOptInService_event_IncreaseNonce.json | 43 +++++++++++++++++++ ...OperatorVaultOptInService_event_OptIn.json | 43 +++++++++++++++++++ ...peratorVaultOptInService_event_OptOut.json | 43 +++++++++++++++++++ .../SlasherFactory_event_AddEntity.json | 32 ++++++++++++++ .../SlasherFactory_event_Blacklist.json | 32 ++++++++++++++ ...herFactory_event_OwnershipTransferred.json | 43 +++++++++++++++++++ .../SlasherFactory_event_Whitelist.json | 32 ++++++++++++++ .../VaultFactory_event_AddEntity.json | 32 ++++++++++++++ .../VaultFactory_event_Blacklist.json | 32 ++++++++++++++ .../symbiotic/VaultFactory_event_Migrate.json | 43 +++++++++++++++++++ ...ultFactory_event_OwnershipTransferred.json | 43 +++++++++++++++++++ .../VaultFactory_event_Whitelist.json | 32 ++++++++++++++ 27 files changed, 959 insertions(+) create mode 100644 dags/resources/stages/parse/table_definitions/symbiotic/BurnerRouterFactory_event_AddEntity.json create mode 100644 dags/resources/stages/parse/table_definitions/symbiotic/DefaultOperatorRewardsFactory_event_AddEntity.json create mode 100644 dags/resources/stages/parse/table_definitions/symbiotic/DefaultStakerRewardsFactory_event_AddEntity.json create mode 100644 dags/resources/stages/parse/table_definitions/symbiotic/DelegatorFactory_event_AddEntity.json create mode 100644 dags/resources/stages/parse/table_definitions/symbiotic/DelegatorFactory_event_Blacklist.json create mode 100644 dags/resources/stages/parse/table_definitions/symbiotic/DelegatorFactory_event_OwnershipTransferred.json create mode 100644 dags/resources/stages/parse/table_definitions/symbiotic/DelegatorFactory_event_Whitelist.json create mode 100644 dags/resources/stages/parse/table_definitions/symbiotic/NetworkMiddlewareService_event_SetMiddleware.json create mode 100644 dags/resources/stages/parse/table_definitions/symbiotic/NetworkRegistry_event_AddEntity.json create mode 100644 dags/resources/stages/parse/table_definitions/symbiotic/OperatorNetworkOptInService_event_EIP712DomainChanged.json create mode 100644 dags/resources/stages/parse/table_definitions/symbiotic/OperatorNetworkOptInService_event_IncreaseNonce.json create mode 100644 dags/resources/stages/parse/table_definitions/symbiotic/OperatorNetworkOptInService_event_OptIn.json create mode 100644 dags/resources/stages/parse/table_definitions/symbiotic/OperatorNetworkOptInService_event_OptOut.json create mode 100644 dags/resources/stages/parse/table_definitions/symbiotic/OperatorRegistry_event_AddEntity.json create mode 100644 dags/resources/stages/parse/table_definitions/symbiotic/OperatorVaultOptInService_event_EIP712DomainChanged.json create mode 100644 dags/resources/stages/parse/table_definitions/symbiotic/OperatorVaultOptInService_event_IncreaseNonce.json create mode 100644 dags/resources/stages/parse/table_definitions/symbiotic/OperatorVaultOptInService_event_OptIn.json create mode 100644 dags/resources/stages/parse/table_definitions/symbiotic/OperatorVaultOptInService_event_OptOut.json create mode 100644 dags/resources/stages/parse/table_definitions/symbiotic/SlasherFactory_event_AddEntity.json create mode 100644 dags/resources/stages/parse/table_definitions/symbiotic/SlasherFactory_event_Blacklist.json create mode 100644 dags/resources/stages/parse/table_definitions/symbiotic/SlasherFactory_event_OwnershipTransferred.json create mode 100644 dags/resources/stages/parse/table_definitions/symbiotic/SlasherFactory_event_Whitelist.json create mode 100644 dags/resources/stages/parse/table_definitions/symbiotic/VaultFactory_event_AddEntity.json create mode 100644 dags/resources/stages/parse/table_definitions/symbiotic/VaultFactory_event_Blacklist.json create mode 100644 dags/resources/stages/parse/table_definitions/symbiotic/VaultFactory_event_Migrate.json create mode 100644 dags/resources/stages/parse/table_definitions/symbiotic/VaultFactory_event_OwnershipTransferred.json create mode 100644 dags/resources/stages/parse/table_definitions/symbiotic/VaultFactory_event_Whitelist.json diff --git a/dags/resources/stages/parse/table_definitions/symbiotic/BurnerRouterFactory_event_AddEntity.json b/dags/resources/stages/parse/table_definitions/symbiotic/BurnerRouterFactory_event_AddEntity.json new file mode 100644 index 00000000..644346f0 --- /dev/null +++ b/dags/resources/stages/parse/table_definitions/symbiotic/BurnerRouterFactory_event_AddEntity.json @@ -0,0 +1,32 @@ +{ + "parser": { + "abi": { + "anonymous": false, + "inputs": [ + { + "indexed": true, + "internalType": "address", + "name": "entity", + "type": "address" + } + ], + "name": "AddEntity", + "type": "event" + }, + "contract_address": "0x99f2b89fb3c363fbafd8d826e5aa77b28bab70a0", + "field_mapping": {}, + "type": "log" + }, + "table": { + "dataset_name": "symbiotic", + "schema": [ + { + "description": "", + "name": "entity", + "type": "STRING" + } + ], + "table_description": "", + "table_name": "BurnerRouterFactory_event_AddEntity" + } +} \ No newline at end of file diff --git a/dags/resources/stages/parse/table_definitions/symbiotic/DefaultOperatorRewardsFactory_event_AddEntity.json b/dags/resources/stages/parse/table_definitions/symbiotic/DefaultOperatorRewardsFactory_event_AddEntity.json new file mode 100644 index 00000000..7b4513fd --- /dev/null +++ b/dags/resources/stages/parse/table_definitions/symbiotic/DefaultOperatorRewardsFactory_event_AddEntity.json @@ -0,0 +1,32 @@ +{ + "parser": { + "abi": { + "anonymous": false, + "inputs": [ + { + "indexed": true, + "internalType": "address", + "name": "entity", + "type": "address" + } + ], + "name": "AddEntity", + "type": "event" + }, + "contract_address": "0x6d52fc402b2da2669348cc2682d85c61c122755d", + "field_mapping": {}, + "type": "log" + }, + "table": { + "dataset_name": "symbiotic", + "schema": [ + { + "description": "", + "name": "entity", + "type": "STRING" + } + ], + "table_description": "", + "table_name": "DefaultOperatorRewardsFactory_event_AddEntity" + } +} \ No newline at end of file diff --git a/dags/resources/stages/parse/table_definitions/symbiotic/DefaultStakerRewardsFactory_event_AddEntity.json b/dags/resources/stages/parse/table_definitions/symbiotic/DefaultStakerRewardsFactory_event_AddEntity.json new file mode 100644 index 00000000..de965f7b --- /dev/null +++ b/dags/resources/stages/parse/table_definitions/symbiotic/DefaultStakerRewardsFactory_event_AddEntity.json @@ -0,0 +1,32 @@ +{ + "parser": { + "abi": { + "anonymous": false, + "inputs": [ + { + "indexed": true, + "internalType": "address", + "name": "entity", + "type": "address" + } + ], + "name": "AddEntity", + "type": "event" + }, + "contract_address": "0x290cab97a312164ccf095d75d6175df1c4a0a25f", + "field_mapping": {}, + "type": "log" + }, + "table": { + "dataset_name": "symbiotic", + "schema": [ + { + "description": "", + "name": "entity", + "type": "STRING" + } + ], + "table_description": "", + "table_name": "DefaultStakerRewardsFactory_event_AddEntity" + } +} \ No newline at end of file diff --git a/dags/resources/stages/parse/table_definitions/symbiotic/DelegatorFactory_event_AddEntity.json b/dags/resources/stages/parse/table_definitions/symbiotic/DelegatorFactory_event_AddEntity.json new file mode 100644 index 00000000..e97dedc1 --- /dev/null +++ b/dags/resources/stages/parse/table_definitions/symbiotic/DelegatorFactory_event_AddEntity.json @@ -0,0 +1,32 @@ +{ + "parser": { + "abi": { + "anonymous": false, + "inputs": [ + { + "indexed": true, + "internalType": "address", + "name": "entity", + "type": "address" + } + ], + "name": "AddEntity", + "type": "event" + }, + "contract_address": "0x985ed57af9d475f1d83c1c1c8826a0e5a34e8c7b", + "field_mapping": {}, + "type": "log" + }, + "table": { + "dataset_name": "symbiotic", + "schema": [ + { + "description": "", + "name": "entity", + "type": "STRING" + } + ], + "table_description": "", + "table_name": "DelegatorFactory_event_AddEntity" + } +} \ No newline at end of file diff --git a/dags/resources/stages/parse/table_definitions/symbiotic/DelegatorFactory_event_Blacklist.json b/dags/resources/stages/parse/table_definitions/symbiotic/DelegatorFactory_event_Blacklist.json new file mode 100644 index 00000000..089f205c --- /dev/null +++ b/dags/resources/stages/parse/table_definitions/symbiotic/DelegatorFactory_event_Blacklist.json @@ -0,0 +1,32 @@ +{ + "parser": { + "abi": { + "anonymous": false, + "inputs": [ + { + "indexed": true, + "internalType": "uint64", + "name": "type_", + "type": "uint64" + } + ], + "name": "Blacklist", + "type": "event" + }, + "contract_address": "0x985ed57af9d475f1d83c1c1c8826a0e5a34e8c7b", + "field_mapping": {}, + "type": "log" + }, + "table": { + "dataset_name": "symbiotic", + "schema": [ + { + "description": "", + "name": "type_", + "type": "STRING" + } + ], + "table_description": "", + "table_name": "DelegatorFactory_event_Blacklist" + } +} \ No newline at end of file diff --git a/dags/resources/stages/parse/table_definitions/symbiotic/DelegatorFactory_event_OwnershipTransferred.json b/dags/resources/stages/parse/table_definitions/symbiotic/DelegatorFactory_event_OwnershipTransferred.json new file mode 100644 index 00000000..d51f4d4c --- /dev/null +++ b/dags/resources/stages/parse/table_definitions/symbiotic/DelegatorFactory_event_OwnershipTransferred.json @@ -0,0 +1,43 @@ +{ + "parser": { + "abi": { + "anonymous": false, + "inputs": [ + { + "indexed": true, + "internalType": "address", + "name": "previousOwner", + "type": "address" + }, + { + "indexed": true, + "internalType": "address", + "name": "newOwner", + "type": "address" + } + ], + "name": "OwnershipTransferred", + "type": "event" + }, + "contract_address": "0x985ed57af9d475f1d83c1c1c8826a0e5a34e8c7b", + "field_mapping": {}, + "type": "log" + }, + "table": { + "dataset_name": "symbiotic", + "schema": [ + { + "description": "", + "name": "previousOwner", + "type": "STRING" + }, + { + "description": "", + "name": "newOwner", + "type": "STRING" + } + ], + "table_description": "", + "table_name": "DelegatorFactory_event_OwnershipTransferred" + } +} \ No newline at end of file diff --git a/dags/resources/stages/parse/table_definitions/symbiotic/DelegatorFactory_event_Whitelist.json b/dags/resources/stages/parse/table_definitions/symbiotic/DelegatorFactory_event_Whitelist.json new file mode 100644 index 00000000..5c37aae5 --- /dev/null +++ b/dags/resources/stages/parse/table_definitions/symbiotic/DelegatorFactory_event_Whitelist.json @@ -0,0 +1,32 @@ +{ + "parser": { + "abi": { + "anonymous": false, + "inputs": [ + { + "indexed": true, + "internalType": "address", + "name": "implementation", + "type": "address" + } + ], + "name": "Whitelist", + "type": "event" + }, + "contract_address": "0x985ed57af9d475f1d83c1c1c8826a0e5a34e8c7b", + "field_mapping": {}, + "type": "log" + }, + "table": { + "dataset_name": "symbiotic", + "schema": [ + { + "description": "", + "name": "implementation", + "type": "STRING" + } + ], + "table_description": "", + "table_name": "DelegatorFactory_event_Whitelist" + } +} \ No newline at end of file diff --git a/dags/resources/stages/parse/table_definitions/symbiotic/NetworkMiddlewareService_event_SetMiddleware.json b/dags/resources/stages/parse/table_definitions/symbiotic/NetworkMiddlewareService_event_SetMiddleware.json new file mode 100644 index 00000000..d64872ac --- /dev/null +++ b/dags/resources/stages/parse/table_definitions/symbiotic/NetworkMiddlewareService_event_SetMiddleware.json @@ -0,0 +1,43 @@ +{ + "parser": { + "abi": { + "anonymous": false, + "inputs": [ + { + "indexed": true, + "internalType": "address", + "name": "network", + "type": "address" + }, + { + "indexed": false, + "internalType": "address", + "name": "middleware", + "type": "address" + } + ], + "name": "SetMiddleware", + "type": "event" + }, + "contract_address": "0xd7dc9b366c027743d90761f71858bca83c6899ad", + "field_mapping": {}, + "type": "log" + }, + "table": { + "dataset_name": "symbiotic", + "schema": [ + { + "description": "", + "name": "network", + "type": "STRING" + }, + { + "description": "", + "name": "middleware", + "type": "STRING" + } + ], + "table_description": "", + "table_name": "NetworkMiddlewareService_event_SetMiddleware" + } +} \ No newline at end of file diff --git a/dags/resources/stages/parse/table_definitions/symbiotic/NetworkRegistry_event_AddEntity.json b/dags/resources/stages/parse/table_definitions/symbiotic/NetworkRegistry_event_AddEntity.json new file mode 100644 index 00000000..d737e93a --- /dev/null +++ b/dags/resources/stages/parse/table_definitions/symbiotic/NetworkRegistry_event_AddEntity.json @@ -0,0 +1,32 @@ +{ + "parser": { + "abi": { + "anonymous": false, + "inputs": [ + { + "indexed": true, + "internalType": "address", + "name": "entity", + "type": "address" + } + ], + "name": "AddEntity", + "type": "event" + }, + "contract_address": "0xc773b1011461e7314cf05f97d95aa8e92c1fd8aa", + "field_mapping": {}, + "type": "log" + }, + "table": { + "dataset_name": "symbiotic", + "schema": [ + { + "description": "", + "name": "entity", + "type": "STRING" + } + ], + "table_description": "", + "table_name": "NetworkRegistry_event_AddEntity" + } +} \ No newline at end of file diff --git a/dags/resources/stages/parse/table_definitions/symbiotic/OperatorNetworkOptInService_event_EIP712DomainChanged.json b/dags/resources/stages/parse/table_definitions/symbiotic/OperatorNetworkOptInService_event_EIP712DomainChanged.json new file mode 100644 index 00000000..d19f2888 --- /dev/null +++ b/dags/resources/stages/parse/table_definitions/symbiotic/OperatorNetworkOptInService_event_EIP712DomainChanged.json @@ -0,0 +1,19 @@ +{ + "parser": { + "abi": { + "anonymous": false, + "inputs": [], + "name": "EIP712DomainChanged", + "type": "event" + }, + "contract_address": "0x7133415b33b438843d581013f98a08704316633c", + "field_mapping": {}, + "type": "log" + }, + "table": { + "dataset_name": "symbiotic", + "schema": [], + "table_description": "", + "table_name": "OperatorNetworkOptInService_event_EIP712DomainChanged" + } +} \ No newline at end of file diff --git a/dags/resources/stages/parse/table_definitions/symbiotic/OperatorNetworkOptInService_event_IncreaseNonce.json b/dags/resources/stages/parse/table_definitions/symbiotic/OperatorNetworkOptInService_event_IncreaseNonce.json new file mode 100644 index 00000000..37424323 --- /dev/null +++ b/dags/resources/stages/parse/table_definitions/symbiotic/OperatorNetworkOptInService_event_IncreaseNonce.json @@ -0,0 +1,43 @@ +{ + "parser": { + "abi": { + "anonymous": false, + "inputs": [ + { + "indexed": true, + "internalType": "address", + "name": "who", + "type": "address" + }, + { + "indexed": true, + "internalType": "address", + "name": "where", + "type": "address" + } + ], + "name": "IncreaseNonce", + "type": "event" + }, + "contract_address": "0x7133415b33b438843d581013f98a08704316633c", + "field_mapping": {}, + "type": "log" + }, + "table": { + "dataset_name": "symbiotic", + "schema": [ + { + "description": "", + "name": "who", + "type": "STRING" + }, + { + "description": "", + "name": "where", + "type": "STRING" + } + ], + "table_description": "", + "table_name": "OperatorNetworkOptInService_event_IncreaseNonce" + } +} \ No newline at end of file diff --git a/dags/resources/stages/parse/table_definitions/symbiotic/OperatorNetworkOptInService_event_OptIn.json b/dags/resources/stages/parse/table_definitions/symbiotic/OperatorNetworkOptInService_event_OptIn.json new file mode 100644 index 00000000..390c2673 --- /dev/null +++ b/dags/resources/stages/parse/table_definitions/symbiotic/OperatorNetworkOptInService_event_OptIn.json @@ -0,0 +1,43 @@ +{ + "parser": { + "abi": { + "anonymous": false, + "inputs": [ + { + "indexed": true, + "internalType": "address", + "name": "who", + "type": "address" + }, + { + "indexed": true, + "internalType": "address", + "name": "where", + "type": "address" + } + ], + "name": "OptIn", + "type": "event" + }, + "contract_address": "0x7133415b33b438843d581013f98a08704316633c", + "field_mapping": {}, + "type": "log" + }, + "table": { + "dataset_name": "symbiotic", + "schema": [ + { + "description": "", + "name": "who", + "type": "STRING" + }, + { + "description": "", + "name": "where", + "type": "STRING" + } + ], + "table_description": "", + "table_name": "OperatorNetworkOptInService_event_OptIn" + } +} \ No newline at end of file diff --git a/dags/resources/stages/parse/table_definitions/symbiotic/OperatorNetworkOptInService_event_OptOut.json b/dags/resources/stages/parse/table_definitions/symbiotic/OperatorNetworkOptInService_event_OptOut.json new file mode 100644 index 00000000..55a7d35f --- /dev/null +++ b/dags/resources/stages/parse/table_definitions/symbiotic/OperatorNetworkOptInService_event_OptOut.json @@ -0,0 +1,43 @@ +{ + "parser": { + "abi": { + "anonymous": false, + "inputs": [ + { + "indexed": true, + "internalType": "address", + "name": "who", + "type": "address" + }, + { + "indexed": true, + "internalType": "address", + "name": "where", + "type": "address" + } + ], + "name": "OptOut", + "type": "event" + }, + "contract_address": "0x7133415b33b438843d581013f98a08704316633c", + "field_mapping": {}, + "type": "log" + }, + "table": { + "dataset_name": "symbiotic", + "schema": [ + { + "description": "", + "name": "who", + "type": "STRING" + }, + { + "description": "", + "name": "where", + "type": "STRING" + } + ], + "table_description": "", + "table_name": "OperatorNetworkOptInService_event_OptOut" + } +} \ No newline at end of file diff --git a/dags/resources/stages/parse/table_definitions/symbiotic/OperatorRegistry_event_AddEntity.json b/dags/resources/stages/parse/table_definitions/symbiotic/OperatorRegistry_event_AddEntity.json new file mode 100644 index 00000000..ad352b51 --- /dev/null +++ b/dags/resources/stages/parse/table_definitions/symbiotic/OperatorRegistry_event_AddEntity.json @@ -0,0 +1,32 @@ +{ + "parser": { + "abi": { + "anonymous": false, + "inputs": [ + { + "indexed": true, + "internalType": "address", + "name": "entity", + "type": "address" + } + ], + "name": "AddEntity", + "type": "event" + }, + "contract_address": "0xad817a6bc954f678451a71363f04150fdd81af9f", + "field_mapping": {}, + "type": "log" + }, + "table": { + "dataset_name": "symbiotic", + "schema": [ + { + "description": "", + "name": "entity", + "type": "STRING" + } + ], + "table_description": "", + "table_name": "OperatorRegistry_event_AddEntity" + } +} \ No newline at end of file diff --git a/dags/resources/stages/parse/table_definitions/symbiotic/OperatorVaultOptInService_event_EIP712DomainChanged.json b/dags/resources/stages/parse/table_definitions/symbiotic/OperatorVaultOptInService_event_EIP712DomainChanged.json new file mode 100644 index 00000000..c286f566 --- /dev/null +++ b/dags/resources/stages/parse/table_definitions/symbiotic/OperatorVaultOptInService_event_EIP712DomainChanged.json @@ -0,0 +1,19 @@ +{ + "parser": { + "abi": { + "anonymous": false, + "inputs": [], + "name": "EIP712DomainChanged", + "type": "event" + }, + "contract_address": "0xb361894bc06cbba7ea8098bf0e32eb1906a5f891", + "field_mapping": {}, + "type": "log" + }, + "table": { + "dataset_name": "symbiotic", + "schema": [], + "table_description": "", + "table_name": "OperatorVaultOptInService_event_EIP712DomainChanged" + } +} \ No newline at end of file diff --git a/dags/resources/stages/parse/table_definitions/symbiotic/OperatorVaultOptInService_event_IncreaseNonce.json b/dags/resources/stages/parse/table_definitions/symbiotic/OperatorVaultOptInService_event_IncreaseNonce.json new file mode 100644 index 00000000..7ca0c9d7 --- /dev/null +++ b/dags/resources/stages/parse/table_definitions/symbiotic/OperatorVaultOptInService_event_IncreaseNonce.json @@ -0,0 +1,43 @@ +{ + "parser": { + "abi": { + "anonymous": false, + "inputs": [ + { + "indexed": true, + "internalType": "address", + "name": "who", + "type": "address" + }, + { + "indexed": true, + "internalType": "address", + "name": "where", + "type": "address" + } + ], + "name": "IncreaseNonce", + "type": "event" + }, + "contract_address": "0xb361894bc06cbba7ea8098bf0e32eb1906a5f891", + "field_mapping": {}, + "type": "log" + }, + "table": { + "dataset_name": "symbiotic", + "schema": [ + { + "description": "", + "name": "who", + "type": "STRING" + }, + { + "description": "", + "name": "where", + "type": "STRING" + } + ], + "table_description": "", + "table_name": "OperatorVaultOptInService_event_IncreaseNonce" + } +} \ No newline at end of file diff --git a/dags/resources/stages/parse/table_definitions/symbiotic/OperatorVaultOptInService_event_OptIn.json b/dags/resources/stages/parse/table_definitions/symbiotic/OperatorVaultOptInService_event_OptIn.json new file mode 100644 index 00000000..587d26a3 --- /dev/null +++ b/dags/resources/stages/parse/table_definitions/symbiotic/OperatorVaultOptInService_event_OptIn.json @@ -0,0 +1,43 @@ +{ + "parser": { + "abi": { + "anonymous": false, + "inputs": [ + { + "indexed": true, + "internalType": "address", + "name": "who", + "type": "address" + }, + { + "indexed": true, + "internalType": "address", + "name": "where", + "type": "address" + } + ], + "name": "OptIn", + "type": "event" + }, + "contract_address": "0xb361894bc06cbba7ea8098bf0e32eb1906a5f891", + "field_mapping": {}, + "type": "log" + }, + "table": { + "dataset_name": "symbiotic", + "schema": [ + { + "description": "", + "name": "who", + "type": "STRING" + }, + { + "description": "", + "name": "where", + "type": "STRING" + } + ], + "table_description": "", + "table_name": "OperatorVaultOptInService_event_OptIn" + } +} \ No newline at end of file diff --git a/dags/resources/stages/parse/table_definitions/symbiotic/OperatorVaultOptInService_event_OptOut.json b/dags/resources/stages/parse/table_definitions/symbiotic/OperatorVaultOptInService_event_OptOut.json new file mode 100644 index 00000000..b9b5b1ef --- /dev/null +++ b/dags/resources/stages/parse/table_definitions/symbiotic/OperatorVaultOptInService_event_OptOut.json @@ -0,0 +1,43 @@ +{ + "parser": { + "abi": { + "anonymous": false, + "inputs": [ + { + "indexed": true, + "internalType": "address", + "name": "who", + "type": "address" + }, + { + "indexed": true, + "internalType": "address", + "name": "where", + "type": "address" + } + ], + "name": "OptOut", + "type": "event" + }, + "contract_address": "0xb361894bc06cbba7ea8098bf0e32eb1906a5f891", + "field_mapping": {}, + "type": "log" + }, + "table": { + "dataset_name": "symbiotic", + "schema": [ + { + "description": "", + "name": "who", + "type": "STRING" + }, + { + "description": "", + "name": "where", + "type": "STRING" + } + ], + "table_description": "", + "table_name": "OperatorVaultOptInService_event_OptOut" + } +} \ No newline at end of file diff --git a/dags/resources/stages/parse/table_definitions/symbiotic/SlasherFactory_event_AddEntity.json b/dags/resources/stages/parse/table_definitions/symbiotic/SlasherFactory_event_AddEntity.json new file mode 100644 index 00000000..ec78446c --- /dev/null +++ b/dags/resources/stages/parse/table_definitions/symbiotic/SlasherFactory_event_AddEntity.json @@ -0,0 +1,32 @@ +{ + "parser": { + "abi": { + "anonymous": false, + "inputs": [ + { + "indexed": true, + "internalType": "address", + "name": "entity", + "type": "address" + } + ], + "name": "AddEntity", + "type": "event" + }, + "contract_address": "0x685c2ed7d59814d2a597409058ee7a92f21e48fd", + "field_mapping": {}, + "type": "log" + }, + "table": { + "dataset_name": "symbiotic", + "schema": [ + { + "description": "", + "name": "entity", + "type": "STRING" + } + ], + "table_description": "", + "table_name": "SlasherFactory_event_AddEntity" + } +} \ No newline at end of file diff --git a/dags/resources/stages/parse/table_definitions/symbiotic/SlasherFactory_event_Blacklist.json b/dags/resources/stages/parse/table_definitions/symbiotic/SlasherFactory_event_Blacklist.json new file mode 100644 index 00000000..2b422c1f --- /dev/null +++ b/dags/resources/stages/parse/table_definitions/symbiotic/SlasherFactory_event_Blacklist.json @@ -0,0 +1,32 @@ +{ + "parser": { + "abi": { + "anonymous": false, + "inputs": [ + { + "indexed": true, + "internalType": "uint64", + "name": "type_", + "type": "uint64" + } + ], + "name": "Blacklist", + "type": "event" + }, + "contract_address": "0x685c2ed7d59814d2a597409058ee7a92f21e48fd", + "field_mapping": {}, + "type": "log" + }, + "table": { + "dataset_name": "symbiotic", + "schema": [ + { + "description": "", + "name": "type_", + "type": "STRING" + } + ], + "table_description": "", + "table_name": "SlasherFactory_event_Blacklist" + } +} \ No newline at end of file diff --git a/dags/resources/stages/parse/table_definitions/symbiotic/SlasherFactory_event_OwnershipTransferred.json b/dags/resources/stages/parse/table_definitions/symbiotic/SlasherFactory_event_OwnershipTransferred.json new file mode 100644 index 00000000..8d08059e --- /dev/null +++ b/dags/resources/stages/parse/table_definitions/symbiotic/SlasherFactory_event_OwnershipTransferred.json @@ -0,0 +1,43 @@ +{ + "parser": { + "abi": { + "anonymous": false, + "inputs": [ + { + "indexed": true, + "internalType": "address", + "name": "previousOwner", + "type": "address" + }, + { + "indexed": true, + "internalType": "address", + "name": "newOwner", + "type": "address" + } + ], + "name": "OwnershipTransferred", + "type": "event" + }, + "contract_address": "0x685c2ed7d59814d2a597409058ee7a92f21e48fd", + "field_mapping": {}, + "type": "log" + }, + "table": { + "dataset_name": "symbiotic", + "schema": [ + { + "description": "", + "name": "previousOwner", + "type": "STRING" + }, + { + "description": "", + "name": "newOwner", + "type": "STRING" + } + ], + "table_description": "", + "table_name": "SlasherFactory_event_OwnershipTransferred" + } +} \ No newline at end of file diff --git a/dags/resources/stages/parse/table_definitions/symbiotic/SlasherFactory_event_Whitelist.json b/dags/resources/stages/parse/table_definitions/symbiotic/SlasherFactory_event_Whitelist.json new file mode 100644 index 00000000..42594a81 --- /dev/null +++ b/dags/resources/stages/parse/table_definitions/symbiotic/SlasherFactory_event_Whitelist.json @@ -0,0 +1,32 @@ +{ + "parser": { + "abi": { + "anonymous": false, + "inputs": [ + { + "indexed": true, + "internalType": "address", + "name": "implementation", + "type": "address" + } + ], + "name": "Whitelist", + "type": "event" + }, + "contract_address": "0x685c2ed7d59814d2a597409058ee7a92f21e48fd", + "field_mapping": {}, + "type": "log" + }, + "table": { + "dataset_name": "symbiotic", + "schema": [ + { + "description": "", + "name": "implementation", + "type": "STRING" + } + ], + "table_description": "", + "table_name": "SlasherFactory_event_Whitelist" + } +} \ No newline at end of file diff --git a/dags/resources/stages/parse/table_definitions/symbiotic/VaultFactory_event_AddEntity.json b/dags/resources/stages/parse/table_definitions/symbiotic/VaultFactory_event_AddEntity.json new file mode 100644 index 00000000..debe6503 --- /dev/null +++ b/dags/resources/stages/parse/table_definitions/symbiotic/VaultFactory_event_AddEntity.json @@ -0,0 +1,32 @@ +{ + "parser": { + "abi": { + "anonymous": false, + "inputs": [ + { + "indexed": true, + "internalType": "address", + "name": "entity", + "type": "address" + } + ], + "name": "AddEntity", + "type": "event" + }, + "contract_address": "0xaeb6bdd95c502390db8f52c8909f703e9af6a346", + "field_mapping": {}, + "type": "log" + }, + "table": { + "dataset_name": "symbiotic", + "schema": [ + { + "description": "", + "name": "entity", + "type": "STRING" + } + ], + "table_description": "", + "table_name": "VaultFactory_event_AddEntity" + } +} \ No newline at end of file diff --git a/dags/resources/stages/parse/table_definitions/symbiotic/VaultFactory_event_Blacklist.json b/dags/resources/stages/parse/table_definitions/symbiotic/VaultFactory_event_Blacklist.json new file mode 100644 index 00000000..043923dd --- /dev/null +++ b/dags/resources/stages/parse/table_definitions/symbiotic/VaultFactory_event_Blacklist.json @@ -0,0 +1,32 @@ +{ + "parser": { + "abi": { + "anonymous": false, + "inputs": [ + { + "indexed": true, + "internalType": "uint64", + "name": "version", + "type": "uint64" + } + ], + "name": "Blacklist", + "type": "event" + }, + "contract_address": "0xaeb6bdd95c502390db8f52c8909f703e9af6a346", + "field_mapping": {}, + "type": "log" + }, + "table": { + "dataset_name": "symbiotic", + "schema": [ + { + "description": "", + "name": "version", + "type": "STRING" + } + ], + "table_description": "", + "table_name": "VaultFactory_event_Blacklist" + } +} \ No newline at end of file diff --git a/dags/resources/stages/parse/table_definitions/symbiotic/VaultFactory_event_Migrate.json b/dags/resources/stages/parse/table_definitions/symbiotic/VaultFactory_event_Migrate.json new file mode 100644 index 00000000..f355a440 --- /dev/null +++ b/dags/resources/stages/parse/table_definitions/symbiotic/VaultFactory_event_Migrate.json @@ -0,0 +1,43 @@ +{ + "parser": { + "abi": { + "anonymous": false, + "inputs": [ + { + "indexed": true, + "internalType": "address", + "name": "entity", + "type": "address" + }, + { + "indexed": false, + "internalType": "uint64", + "name": "newVersion", + "type": "uint64" + } + ], + "name": "Migrate", + "type": "event" + }, + "contract_address": "0xaeb6bdd95c502390db8f52c8909f703e9af6a346", + "field_mapping": {}, + "type": "log" + }, + "table": { + "dataset_name": "symbiotic", + "schema": [ + { + "description": "", + "name": "entity", + "type": "STRING" + }, + { + "description": "", + "name": "newVersion", + "type": "STRING" + } + ], + "table_description": "", + "table_name": "VaultFactory_event_Migrate" + } +} \ No newline at end of file diff --git a/dags/resources/stages/parse/table_definitions/symbiotic/VaultFactory_event_OwnershipTransferred.json b/dags/resources/stages/parse/table_definitions/symbiotic/VaultFactory_event_OwnershipTransferred.json new file mode 100644 index 00000000..4f588d20 --- /dev/null +++ b/dags/resources/stages/parse/table_definitions/symbiotic/VaultFactory_event_OwnershipTransferred.json @@ -0,0 +1,43 @@ +{ + "parser": { + "abi": { + "anonymous": false, + "inputs": [ + { + "indexed": true, + "internalType": "address", + "name": "previousOwner", + "type": "address" + }, + { + "indexed": true, + "internalType": "address", + "name": "newOwner", + "type": "address" + } + ], + "name": "OwnershipTransferred", + "type": "event" + }, + "contract_address": "0xaeb6bdd95c502390db8f52c8909f703e9af6a346", + "field_mapping": {}, + "type": "log" + }, + "table": { + "dataset_name": "symbiotic", + "schema": [ + { + "description": "", + "name": "previousOwner", + "type": "STRING" + }, + { + "description": "", + "name": "newOwner", + "type": "STRING" + } + ], + "table_description": "", + "table_name": "VaultFactory_event_OwnershipTransferred" + } +} \ No newline at end of file diff --git a/dags/resources/stages/parse/table_definitions/symbiotic/VaultFactory_event_Whitelist.json b/dags/resources/stages/parse/table_definitions/symbiotic/VaultFactory_event_Whitelist.json new file mode 100644 index 00000000..526ed6ad --- /dev/null +++ b/dags/resources/stages/parse/table_definitions/symbiotic/VaultFactory_event_Whitelist.json @@ -0,0 +1,32 @@ +{ + "parser": { + "abi": { + "anonymous": false, + "inputs": [ + { + "indexed": true, + "internalType": "address", + "name": "implementation", + "type": "address" + } + ], + "name": "Whitelist", + "type": "event" + }, + "contract_address": "0xaeb6bdd95c502390db8f52c8909f703e9af6a346", + "field_mapping": {}, + "type": "log" + }, + "table": { + "dataset_name": "symbiotic", + "schema": [ + { + "description": "", + "name": "implementation", + "type": "STRING" + } + ], + "table_description": "", + "table_name": "VaultFactory_event_Whitelist" + } +} \ No newline at end of file