Skip to content

Commit

Permalink
Add Aera V2 Events (#783)
Browse files Browse the repository at this point in the history
* aera events

* fix
  • Loading branch information
zigzag2002 authored Sep 18, 2024
1 parent c1dfd86 commit ab57d9a
Show file tree
Hide file tree
Showing 37 changed files with 1,994 additions and 0 deletions.
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"
}
}
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"
}
}
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"
}
}
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"
}
}
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"
}
}
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"
}
}
Loading

0 comments on commit ab57d9a

Please sign in to comment.