Skip to content

Commit

Permalink
Merge pull request #98 from rstevens2022/adding-aave
Browse files Browse the repository at this point in the history
Add aave lending pool configurator tables
  • Loading branch information
TimNooren committed Dec 7, 2022
2 parents 2169983 + db4f83d commit e25a7a9
Show file tree
Hide file tree
Showing 16 changed files with 699 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
{
"parser": {
"type": "log",
"contract_address": "0x26db2b833021583566323e3b8985999981b9f1f3",
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "asset",
"type": "address"
},
{
"indexed": true,
"internalType": "address",
"name": "proxy",
"type": "address"
},
{
"indexed": true,
"internalType": "address",
"name": "implementation",
"type": "address"
}
],
"name": "ATokenUpgraded",
"type": "event"
},
"field_mapping": {}
},
"table": {
"dataset_name": "aave",
"table_name": "LendingPoolConfigurator_v2_event_ATokenUpgraded",
"table_description": "",
"schema": [
{
"name": "asset",
"description": "",
"type": "STRING"
},
{
"name": "proxy",
"description": "",
"type": "STRING"
},
{
"name": "implementation",
"description": "",
"type": "STRING"
}
]
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"parser": {
"type": "log",
"contract_address": "0x26db2b833021583566323e3b8985999981b9f1f3",
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "asset",
"type": "address"
}
],
"name": "BorrowingDisabledOnReserve",
"type": "event"
},
"field_mapping": {}
},
"table": {
"dataset_name": "aave",
"table_name": "LendingPoolConfigurator_v2_event_BorrowingDisabledOnReserve",
"table_description": "",
"schema": [
{
"name": "asset",
"description": "",
"type": "STRING"
}
]
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"parser": {
"type": "log",
"contract_address": "0x26db2b833021583566323e3b8985999981b9f1f3",
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "asset",
"type": "address"
},
{
"indexed": false,
"internalType": "bool",
"name": "stableRateEnabled",
"type": "bool"
}
],
"name": "BorrowingEnabledOnReserve",
"type": "event"
},
"field_mapping": {}
},
"table": {
"dataset_name": "aave",
"table_name": "LendingPoolConfigurator_v2_event_BorrowingEnabledOnReserve",
"table_description": "",
"schema": [
{
"name": "asset",
"description": "",
"type": "STRING"
},
{
"name": "stableRateEnabled",
"description": "",
"type": "STRING"
}
]
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
{
"parser": {
"type": "log",
"contract_address": "0x26db2b833021583566323e3b8985999981b9f1f3",
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "asset",
"type": "address"
},
{
"indexed": false,
"internalType": "uint256",
"name": "ltv",
"type": "uint256"
},
{
"indexed": false,
"internalType": "uint256",
"name": "liquidationThreshold",
"type": "uint256"
},
{
"indexed": false,
"internalType": "uint256",
"name": "liquidationBonus",
"type": "uint256"
}
],
"name": "CollateralConfigurationChanged",
"type": "event"
},
"field_mapping": {}
},
"table": {
"dataset_name": "aave",
"table_name": "LendingPoolConfigurator_v2_event_CollateralConfigurationChanged",
"table_description": "",
"schema": [
{
"name": "asset",
"description": "",
"type": "STRING"
},
{
"name": "ltv",
"description": "",
"type": "STRING"
},
{
"name": "liquidationThreshold",
"description": "",
"type": "STRING"
},
{
"name": "liquidationBonus",
"description": "",
"type": "STRING"
}
]
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"parser": {
"type": "log",
"contract_address": "0x26db2b833021583566323e3b8985999981b9f1f3",
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "asset",
"type": "address"
}
],
"name": "ReserveActivated",
"type": "event"
},
"field_mapping": {}
},
"table": {
"dataset_name": "aave",
"table_name": "LendingPoolConfigurator_v2_event_ReserveActivated",
"table_description": "",
"schema": [
{
"name": "asset",
"description": "",
"type": "STRING"
}
]
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"parser": {
"type": "log",
"contract_address": "0x26db2b833021583566323e3b8985999981b9f1f3",
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "asset",
"type": "address"
}
],
"name": "ReserveDeactivated",
"type": "event"
},
"field_mapping": {}
},
"table": {
"dataset_name": "aave",
"table_name": "LendingPoolConfigurator_v2_event_ReserveDeactivated",
"table_description": "",
"schema": [
{
"name": "asset",
"description": "",
"type": "STRING"
}
]
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"parser": {
"type": "log",
"contract_address": "0x26db2b833021583566323e3b8985999981b9f1f3",
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "asset",
"type": "address"
},
{
"indexed": false,
"internalType": "uint256",
"name": "decimals",
"type": "uint256"
}
],
"name": "ReserveDecimalsChanged",
"type": "event"
},
"field_mapping": {}
},
"table": {
"dataset_name": "aave",
"table_name": "LendingPoolConfigurator_v2_event_ReserveDecimalsChanged",
"table_description": "",
"schema": [
{
"name": "asset",
"description": "",
"type": "STRING"
},
{
"name": "decimals",
"description": "",
"type": "STRING"
}
]
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"parser": {
"type": "log",
"contract_address": "0x26db2b833021583566323e3b8985999981b9f1f3",
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "asset",
"type": "address"
},
{
"indexed": false,
"internalType": "uint256",
"name": "factor",
"type": "uint256"
}
],
"name": "ReserveFactorChanged",
"type": "event"
},
"field_mapping": {}
},
"table": {
"dataset_name": "aave",
"table_name": "LendingPoolConfigurator_v2_event_ReserveFactorChanged",
"table_description": "",
"schema": [
{
"name": "asset",
"description": "",
"type": "STRING"
},
{
"name": "factor",
"description": "",
"type": "STRING"
}
]
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"parser": {
"type": "log",
"contract_address": "0x26db2b833021583566323e3b8985999981b9f1f3",
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "asset",
"type": "address"
}
],
"name": "ReserveFrozen",
"type": "event"
},
"field_mapping": {}
},
"table": {
"dataset_name": "aave",
"table_name": "LendingPoolConfigurator_v2_event_ReserveFrozen",
"table_description": "",
"schema": [
{
"name": "asset",
"description": "",
"type": "STRING"
}
]
}
}
Loading

0 comments on commit e25a7a9

Please sign in to comment.