Skip to content

Commit

Permalink
Data 3185 add pool event for aave v3 prime (#810)
Browse files Browse the repository at this point in the history
* removing deprecating feeds

* Adding json files for aave v3 prime

* Rename pool instance, and add more table definitions

---------

Co-authored-by: qshao-gauntlet <[email protected]>
Co-authored-by: Qi Shao <[email protected]>
Co-authored-by: prateekeng <[email protected]>
Co-authored-by: walter <[email protected]>
  • Loading branch information
5 people authored Jan 15, 2025
1 parent af6c996 commit af9bdc0
Show file tree
Hide file tree
Showing 32 changed files with 2,278 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -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": "SELECT aToken FROM ref('PoolConfigurator_event_ReserveInitialized') group by aToken",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "aave_v3_prime",
"schema": [
{
"description": "",
"name": "owner",
"type": "STRING"
},
{
"description": "",
"name": "spender",
"type": "STRING"
},
{
"description": "",
"name": "value",
"type": "STRING"
}
],
"table_description": "",
"table_name": "AToken_v3_event_Approval"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
{
"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"
},
{
"indexed": false,
"internalType": "uint256",
"name": "index",
"type": "uint256"
}
],
"name": "BalanceTransfer",
"type": "event"
},
"contract_address": "SELECT aToken FROM ref('PoolConfigurator_event_ReserveInitialized') group by aToken",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "aave_v3_prime",
"schema": [
{
"description": "",
"name": "from",
"type": "STRING"
},
{
"description": "",
"name": "to",
"type": "STRING"
},
{
"description": "",
"name": "value",
"type": "STRING"
},
{
"description": "",
"name": "index",
"type": "STRING"
}
],
"table_description": "",
"table_name": "AToken_v3_event_BalanceTransfer"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,76 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "from",
"type": "address"
},
{
"indexed": true,
"internalType": "address",
"name": "target",
"type": "address"
},
{
"indexed": false,
"internalType": "uint256",
"name": "value",
"type": "uint256"
},
{
"indexed": false,
"internalType": "uint256",
"name": "balanceIncrease",
"type": "uint256"
},
{
"indexed": false,
"internalType": "uint256",
"name": "index",
"type": "uint256"
}
],
"name": "Burn",
"type": "event"
},
"contract_address": "SELECT aToken FROM ref('PoolConfigurator_event_ReserveInitialized') group by aToken",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "aave_v3_prime",
"schema": [
{
"description": "",
"name": "from",
"type": "STRING"
},
{
"description": "",
"name": "target",
"type": "STRING"
},
{
"description": "",
"name": "value",
"type": "STRING"
},
{
"description": "",
"name": "balanceIncrease",
"type": "STRING"
},
{
"description": "",
"name": "index",
"type": "STRING"
}
],
"table_description": "",
"table_name": "AToken_v3_event_Burn"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,109 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "underlyingAsset",
"type": "address"
},
{
"indexed": true,
"internalType": "address",
"name": "pool",
"type": "address"
},
{
"indexed": false,
"internalType": "address",
"name": "treasury",
"type": "address"
},
{
"indexed": false,
"internalType": "address",
"name": "incentivesController",
"type": "address"
},
{
"indexed": false,
"internalType": "uint8",
"name": "aTokenDecimals",
"type": "uint8"
},
{
"indexed": false,
"internalType": "string",
"name": "aTokenName",
"type": "string"
},
{
"indexed": false,
"internalType": "string",
"name": "aTokenSymbol",
"type": "string"
},
{
"indexed": false,
"internalType": "bytes",
"name": "params",
"type": "bytes"
}
],
"name": "Initialized",
"type": "event"
},
"contract_address": "SELECT aToken FROM ref('PoolConfigurator_event_ReserveInitialized') group by aToken",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "aave_v3_prime",
"schema": [
{
"description": "",
"name": "underlyingAsset",
"type": "STRING"
},
{
"description": "",
"name": "pool",
"type": "STRING"
},
{
"description": "",
"name": "treasury",
"type": "STRING"
},
{
"description": "",
"name": "incentivesController",
"type": "STRING"
},
{
"description": "",
"name": "aTokenDecimals",
"type": "STRING"
},
{
"description": "",
"name": "aTokenName",
"type": "STRING"
},
{
"description": "",
"name": "aTokenSymbol",
"type": "STRING"
},
{
"description": "",
"name": "params",
"type": "STRING"
}
],
"table_description": "",
"table_name": "AToken_v3_event_Initialized"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,76 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "caller",
"type": "address"
},
{
"indexed": true,
"internalType": "address",
"name": "onBehalfOf",
"type": "address"
},
{
"indexed": false,
"internalType": "uint256",
"name": "value",
"type": "uint256"
},
{
"indexed": false,
"internalType": "uint256",
"name": "balanceIncrease",
"type": "uint256"
},
{
"indexed": false,
"internalType": "uint256",
"name": "index",
"type": "uint256"
}
],
"name": "Mint",
"type": "event"
},
"contract_address": "SELECT aToken FROM ref('PoolConfigurator_event_ReserveInitialized') group by aToken",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "aave_v3_prime",
"schema": [
{
"description": "",
"name": "caller",
"type": "STRING"
},
{
"description": "",
"name": "onBehalfOf",
"type": "STRING"
},
{
"description": "",
"name": "value",
"type": "STRING"
},
{
"description": "",
"name": "balanceIncrease",
"type": "STRING"
},
{
"description": "",
"name": "index",
"type": "STRING"
}
],
"table_description": "",
"table_name": "AToken_v3_event_Mint"
}
}
Loading

0 comments on commit af9bdc0

Please sign in to comment.