forked from blockchain-etl/ethereum-etl-airflow
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Gauntlet] Add GHO variable debt token events (blockchain-etl#624)
* add GHO variable debt token events * add proxy address
- Loading branch information
Showing
10 changed files
with
595 additions
and
0 deletions.
There are no files selected for viewing
32 changes: 32 additions & 0 deletions
32
dags/resources/stages/parse/table_definitions/aave/GhoVariableDebtToken_event_ATokenSet.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} |
54 changes: 54 additions & 0 deletions
54
dags/resources/stages/parse/table_definitions/aave/GhoVariableDebtToken_event_Approval.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} |
65 changes: 65 additions & 0 deletions
65
...ges/parse/table_definitions/aave/GhoVariableDebtToken_event_BorrowAllowanceDelegated.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} |
76 changes: 76 additions & 0 deletions
76
dags/resources/stages/parse/table_definitions/aave/GhoVariableDebtToken_event_Burn.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} |
54 changes: 54 additions & 0 deletions
54
...tages/parse/table_definitions/aave/GhoVariableDebtToken_event_DiscountPercentUpdated.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} |
43 changes: 43 additions & 0 deletions
43
.../parse/table_definitions/aave/GhoVariableDebtToken_event_DiscountRateStrategyUpdated.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} |
43 changes: 43 additions & 0 deletions
43
.../stages/parse/table_definitions/aave/GhoVariableDebtToken_event_DiscountTokenUpdated.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} |
Oops, something went wrong.