Skip to content

Commit

Permalink
Revert "remove extra events"
Browse files Browse the repository at this point in the history
This reverts commit 99068c1.
  • Loading branch information
zigzag2002 committed Jan 15, 2025
1 parent 99068c1 commit 0b95586
Show file tree
Hide file tree
Showing 18 changed files with 1,324 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 0b95586

Please sign in to comment.