Skip to content

Commit

Permalink
[Gauntlet] Add GHO variable debt token events (blockchain-etl#624)
Browse files Browse the repository at this point in the history
* add GHO variable debt token events

* add proxy address
  • Loading branch information
alifier authored Sep 7, 2023
1 parent fcd7853 commit 98903a1
Show file tree
Hide file tree
Showing 10 changed files with 595 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "aToken",
"type": "address"
}
],
"name": "ATokenSet",
"type": "event"
},
"contract_address": "0x786dbff3f1292ae8f92ea68cf93c30b34b1ed04b",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "aave",
"schema": [
{
"description": "",
"name": "aToken",
"type": "STRING"
}
],
"table_description": "",
"table_name": "GhoVariableDebtToken_event_ATokenSet"
}
}
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": "0x786dbff3f1292ae8f92ea68cf93c30b34b1ed04b",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "aave",
"schema": [
{
"description": "",
"name": "owner",
"type": "STRING"
},
{
"description": "",
"name": "spender",
"type": "STRING"
},
{
"description": "",
"name": "value",
"type": "STRING"
}
],
"table_description": "",
"table_name": "GhoVariableDebtToken_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": "fromUser",
"type": "address"
},
{
"indexed": true,
"internalType": "address",
"name": "toUser",
"type": "address"
},
{
"indexed": true,
"internalType": "address",
"name": "asset",
"type": "address"
},
{
"indexed": false,
"internalType": "uint256",
"name": "amount",
"type": "uint256"
}
],
"name": "BorrowAllowanceDelegated",
"type": "event"
},
"contract_address": "0x786dbff3f1292ae8f92ea68cf93c30b34b1ed04b",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "aave",
"schema": [
{
"description": "",
"name": "fromUser",
"type": "STRING"
},
{
"description": "",
"name": "toUser",
"type": "STRING"
},
{
"description": "",
"name": "asset",
"type": "STRING"
},
{
"description": "",
"name": "amount",
"type": "STRING"
}
],
"table_description": "",
"table_name": "GhoVariableDebtToken_event_BorrowAllowanceDelegated"
}
}
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": "0x786dbff3f1292ae8f92ea68cf93c30b34b1ed04b",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "aave",
"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": "GhoVariableDebtToken_event_Burn"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "user",
"type": "address"
},
{
"indexed": false,
"internalType": "uint256",
"name": "oldDiscountPercent",
"type": "uint256"
},
{
"indexed": true,
"internalType": "uint256",
"name": "newDiscountPercent",
"type": "uint256"
}
],
"name": "DiscountPercentUpdated",
"type": "event"
},
"contract_address": "0x786dbff3f1292ae8f92ea68cf93c30b34b1ed04b",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "aave",
"schema": [
{
"description": "",
"name": "user",
"type": "STRING"
},
{
"description": "",
"name": "oldDiscountPercent",
"type": "STRING"
},
{
"description": "",
"name": "newDiscountPercent",
"type": "STRING"
}
],
"table_description": "",
"table_name": "GhoVariableDebtToken_event_DiscountPercentUpdated"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "oldDiscountRateStrategy",
"type": "address"
},
{
"indexed": true,
"internalType": "address",
"name": "newDiscountRateStrategy",
"type": "address"
}
],
"name": "DiscountRateStrategyUpdated",
"type": "event"
},
"contract_address": "0x786dbff3f1292ae8f92ea68cf93c30b34b1ed04b",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "aave",
"schema": [
{
"description": "",
"name": "oldDiscountRateStrategy",
"type": "STRING"
},
{
"description": "",
"name": "newDiscountRateStrategy",
"type": "STRING"
}
],
"table_description": "",
"table_name": "GhoVariableDebtToken_event_DiscountRateStrategyUpdated"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "oldDiscountToken",
"type": "address"
},
{
"indexed": true,
"internalType": "address",
"name": "newDiscountToken",
"type": "address"
}
],
"name": "DiscountTokenUpdated",
"type": "event"
},
"contract_address": "0x786dbff3f1292ae8f92ea68cf93c30b34b1ed04b",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "aave",
"schema": [
{
"description": "",
"name": "oldDiscountToken",
"type": "STRING"
},
{
"description": "",
"name": "newDiscountToken",
"type": "STRING"
}
],
"table_description": "",
"table_name": "GhoVariableDebtToken_event_DiscountTokenUpdated"
}
}
Loading

0 comments on commit 98903a1

Please sign in to comment.