-
-
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.
Showing
37 changed files
with
1,994 additions
and
0 deletions.
There are no files selected for viewing
43 changes: 43 additions & 0 deletions
43
...ces/stages/parse/table_definitions/aera/AeraV2Factory_event_OwnershipTransferStarted.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,43 @@ | ||
{ | ||
"parser": { | ||
"abi": { | ||
"anonymous": false, | ||
"inputs": [ | ||
{ | ||
"indexed": true, | ||
"internalType": "address", | ||
"name": "previousOwner", | ||
"type": "address" | ||
}, | ||
{ | ||
"indexed": true, | ||
"internalType": "address", | ||
"name": "newOwner", | ||
"type": "address" | ||
} | ||
], | ||
"name": "OwnershipTransferStarted", | ||
"type": "event" | ||
}, | ||
"contract_address": "SELECT * FROM UNNEST(['0x38896b4ac8420b8a2b768001da44d11109f1797d', '0x9500948c2beeeb2da4cc3aa21cb05bd2e7c27191'])", | ||
"field_mapping": {}, | ||
"type": "log" | ||
}, | ||
"table": { | ||
"dataset_name": "aera", | ||
"schema": [ | ||
{ | ||
"description": "", | ||
"name": "previousOwner", | ||
"type": "STRING" | ||
}, | ||
{ | ||
"description": "", | ||
"name": "newOwner", | ||
"type": "STRING" | ||
} | ||
], | ||
"table_description": "", | ||
"table_name": "AeraV2Factory_event_OwnershipTransferStarted" | ||
} | ||
} |
43 changes: 43 additions & 0 deletions
43
...sources/stages/parse/table_definitions/aera/AeraV2Factory_event_OwnershipTransferred.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,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": "SELECT * FROM UNNEST(['0x38896b4ac8420b8a2b768001da44d11109f1797d', '0x9500948c2beeeb2da4cc3aa21cb05bd2e7c27191'])", | ||
"field_mapping": {}, | ||
"type": "log" | ||
}, | ||
"table": { | ||
"dataset_name": "aera", | ||
"schema": [ | ||
{ | ||
"description": "", | ||
"name": "previousOwner", | ||
"type": "STRING" | ||
}, | ||
{ | ||
"description": "", | ||
"name": "newOwner", | ||
"type": "STRING" | ||
} | ||
], | ||
"table_description": "", | ||
"table_name": "AeraV2Factory_event_OwnershipTransferred" | ||
} | ||
} |
43 changes: 43 additions & 0 deletions
43
dags/resources/stages/parse/table_definitions/aera/AeraV2Factory_event_Sweep.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,43 @@ | ||
{ | ||
"parser": { | ||
"abi": { | ||
"anonymous": false, | ||
"inputs": [ | ||
{ | ||
"indexed": false, | ||
"internalType": "address", | ||
"name": "token", | ||
"type": "address" | ||
}, | ||
{ | ||
"indexed": false, | ||
"internalType": "uint256", | ||
"name": "amount", | ||
"type": "uint256" | ||
} | ||
], | ||
"name": "Sweep", | ||
"type": "event" | ||
}, | ||
"contract_address": "SELECT * FROM UNNEST(['0x38896b4ac8420b8a2b768001da44d11109f1797d', '0x9500948c2beeeb2da4cc3aa21cb05bd2e7c27191'])", | ||
"field_mapping": {}, | ||
"type": "log" | ||
}, | ||
"table": { | ||
"dataset_name": "aera", | ||
"schema": [ | ||
{ | ||
"description": "", | ||
"name": "token", | ||
"type": "STRING" | ||
}, | ||
{ | ||
"description": "", | ||
"name": "amount", | ||
"type": "STRING" | ||
} | ||
], | ||
"table_description": "", | ||
"table_name": "AeraV2Factory_event_Sweep" | ||
} | ||
} |
120 changes: 120 additions & 0 deletions
120
dags/resources/stages/parse/table_definitions/aera/AeraV2Factory_event_VaultCreated.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,120 @@ | ||
{ | ||
"parser": { | ||
"abi": { | ||
"anonymous": false, | ||
"inputs": [ | ||
{ | ||
"indexed": true, | ||
"internalType": "address", | ||
"name": "vault", | ||
"type": "address" | ||
}, | ||
{ | ||
"indexed": false, | ||
"internalType": "address", | ||
"name": "assetRegistry", | ||
"type": "address" | ||
}, | ||
{ | ||
"indexed": false, | ||
"internalType": "address", | ||
"name": "hooks", | ||
"type": "address" | ||
}, | ||
{ | ||
"indexed": true, | ||
"internalType": "address", | ||
"name": "owner", | ||
"type": "address" | ||
}, | ||
{ | ||
"indexed": true, | ||
"internalType": "address", | ||
"name": "guardian", | ||
"type": "address" | ||
}, | ||
{ | ||
"indexed": false, | ||
"internalType": "address", | ||
"name": "feeRecipient", | ||
"type": "address" | ||
}, | ||
{ | ||
"indexed": false, | ||
"internalType": "uint256", | ||
"name": "fee", | ||
"type": "uint256" | ||
}, | ||
{ | ||
"indexed": false, | ||
"internalType": "string", | ||
"name": "description", | ||
"type": "string" | ||
}, | ||
{ | ||
"indexed": false, | ||
"internalType": "address", | ||
"name": "wrappedNativeToken", | ||
"type": "address" | ||
} | ||
], | ||
"name": "VaultCreated", | ||
"type": "event" | ||
}, | ||
"contract_address": "SELECT * FROM UNNEST(['0x38896b4ac8420b8a2b768001da44d11109f1797d', '0x9500948c2beeeb2da4cc3aa21cb05bd2e7c27191'])", | ||
"field_mapping": {}, | ||
"type": "log" | ||
}, | ||
"table": { | ||
"dataset_name": "aera", | ||
"schema": [ | ||
{ | ||
"description": "", | ||
"name": "vault", | ||
"type": "STRING" | ||
}, | ||
{ | ||
"description": "", | ||
"name": "assetRegistry", | ||
"type": "STRING" | ||
}, | ||
{ | ||
"description": "", | ||
"name": "hooks", | ||
"type": "STRING" | ||
}, | ||
{ | ||
"description": "", | ||
"name": "owner", | ||
"type": "STRING" | ||
}, | ||
{ | ||
"description": "", | ||
"name": "guardian", | ||
"type": "STRING" | ||
}, | ||
{ | ||
"description": "", | ||
"name": "feeRecipient", | ||
"type": "STRING" | ||
}, | ||
{ | ||
"description": "", | ||
"name": "fee", | ||
"type": "STRING" | ||
}, | ||
{ | ||
"description": "", | ||
"name": "description", | ||
"type": "STRING" | ||
}, | ||
{ | ||
"description": "", | ||
"name": "wrappedNativeToken", | ||
"type": "STRING" | ||
} | ||
], | ||
"table_description": "", | ||
"table_name": "AeraV2Factory_event_VaultCreated" | ||
} | ||
} |
87 changes: 87 additions & 0 deletions
87
...esources/stages/parse/table_definitions/aera/AeraVaultAssetRegistry_event_AssetAdded.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,87 @@ | ||
{ | ||
"parser": { | ||
"abi": { | ||
"anonymous": false, | ||
"inputs": [ | ||
{ | ||
"indexed": true, | ||
"internalType": "address", | ||
"name": "asset", | ||
"type": "address" | ||
}, | ||
{ | ||
"components": [ | ||
{ | ||
"internalType": "contract IERC20", | ||
"name": "asset", | ||
"type": "address" | ||
}, | ||
{ | ||
"internalType": "uint256", | ||
"name": "heartbeat", | ||
"type": "uint256" | ||
}, | ||
{ | ||
"internalType": "bool", | ||
"name": "isERC4626", | ||
"type": "bool" | ||
}, | ||
{ | ||
"internalType": "contract AggregatorV2V3Interface", | ||
"name": "oracle", | ||
"type": "address" | ||
} | ||
], | ||
"indexed": false, | ||
"internalType": "struct IAssetRegistry.AssetInformation", | ||
"name": "assetInfo", | ||
"type": "tuple" | ||
} | ||
], | ||
"name": "AssetAdded", | ||
"type": "event" | ||
}, | ||
"contract_address": "SELECT assetRegistry FROM ref('AeraVaultModulesFactory_event_AssetRegistryCreated')", | ||
"field_mapping": {}, | ||
"type": "log" | ||
}, | ||
"table": { | ||
"dataset_name": "aera", | ||
"schema": [ | ||
{ | ||
"description": "", | ||
"name": "asset", | ||
"type": "STRING" | ||
}, | ||
{ | ||
"description": "", | ||
"fields": [ | ||
{ | ||
"description": "", | ||
"name": "asset", | ||
"type": "STRING" | ||
}, | ||
{ | ||
"description": "", | ||
"name": "heartbeat", | ||
"type": "STRING" | ||
}, | ||
{ | ||
"description": "", | ||
"name": "isERC4626", | ||
"type": "STRING" | ||
}, | ||
{ | ||
"description": "", | ||
"name": "oracle", | ||
"type": "STRING" | ||
} | ||
], | ||
"name": "assetInfo", | ||
"type": "RECORD" | ||
} | ||
], | ||
"table_description": "", | ||
"table_name": "AeraVaultAssetRegistry_event_AssetAdded" | ||
} | ||
} |
32 changes: 32 additions & 0 deletions
32
...ources/stages/parse/table_definitions/aera/AeraVaultAssetRegistry_event_AssetRemoved.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,32 @@ | ||
{ | ||
"parser": { | ||
"abi": { | ||
"anonymous": false, | ||
"inputs": [ | ||
{ | ||
"indexed": true, | ||
"internalType": "address", | ||
"name": "asset", | ||
"type": "address" | ||
} | ||
], | ||
"name": "AssetRemoved", | ||
"type": "event" | ||
}, | ||
"contract_address": "SELECT assetRegistry FROM ref('AeraVaultModulesFactory_event_AssetRegistryCreated')", | ||
"field_mapping": {}, | ||
"type": "log" | ||
}, | ||
"table": { | ||
"dataset_name": "aera", | ||
"schema": [ | ||
{ | ||
"description": "", | ||
"name": "asset", | ||
"type": "STRING" | ||
} | ||
], | ||
"table_description": "", | ||
"table_name": "AeraVaultAssetRegistry_event_AssetRemoved" | ||
} | ||
} |
Oops, something went wrong.