-
-
Notifications
You must be signed in to change notification settings - Fork 195
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Gauntlet] Add Morpho Optimizer contract events (#681)
* add morpho contract * add morpho blue * add borrow rate update and rewards emission set * add metamorpho factory * add metamorpho vault events * add supplyVault events * make address lower case * add aavev2 optimizer * add morpho optimizer events
- Loading branch information
Showing
41 changed files
with
1,730 additions
and
0 deletions.
There are no files selected for viewing
76 changes: 76 additions & 0 deletions
76
...rse/table_definitions/morpho/MorphoAaveV2Optimizer_event_DefaultMaxGasForMatchingSet.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": [ | ||
{ | ||
"components": [ | ||
{ | ||
"internalType": "uint64", | ||
"name": "supply", | ||
"type": "uint64" | ||
}, | ||
{ | ||
"internalType": "uint64", | ||
"name": "borrow", | ||
"type": "uint64" | ||
}, | ||
{ | ||
"internalType": "uint64", | ||
"name": "withdraw", | ||
"type": "uint64" | ||
}, | ||
{ | ||
"internalType": "uint64", | ||
"name": "repay", | ||
"type": "uint64" | ||
} | ||
], | ||
"indexed": false, | ||
"internalType": "struct Types.MaxGasForMatching", | ||
"name": "_defaultMaxGasForMatching", | ||
"type": "tuple" | ||
} | ||
], | ||
"name": "DefaultMaxGasForMatchingSet", | ||
"type": "event" | ||
}, | ||
"contract_address": "0x777777c9898d384f785ee44acfe945efdff5f3e0", | ||
"field_mapping": {}, | ||
"type": "log" | ||
}, | ||
"table": { | ||
"dataset_name": "morpho", | ||
"schema": [ | ||
{ | ||
"description": "", | ||
"fields": [ | ||
{ | ||
"description": "", | ||
"name": "supply", | ||
"type": "STRING" | ||
}, | ||
{ | ||
"description": "", | ||
"name": "borrow", | ||
"type": "STRING" | ||
}, | ||
{ | ||
"description": "", | ||
"name": "withdraw", | ||
"type": "STRING" | ||
}, | ||
{ | ||
"description": "", | ||
"name": "repay", | ||
"type": "STRING" | ||
} | ||
], | ||
"name": "_defaultMaxGasForMatching", | ||
"type": "RECORD" | ||
} | ||
], | ||
"table_description": "", | ||
"table_name": "MorphoAaveV2Optimizer_event_DefaultMaxGasForMatchingSet" | ||
} | ||
} |
32 changes: 32 additions & 0 deletions
32
.../parse/table_definitions/morpho/MorphoAaveV2Optimizer_event_EntryPositionsManagerSet.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": "_entryPositionsManager", | ||
"type": "address" | ||
} | ||
], | ||
"name": "EntryPositionsManagerSet", | ||
"type": "event" | ||
}, | ||
"contract_address": "0x777777c9898d384f785ee44acfe945efdff5f3e0", | ||
"field_mapping": {}, | ||
"type": "log" | ||
}, | ||
"table": { | ||
"dataset_name": "morpho", | ||
"schema": [ | ||
{ | ||
"description": "", | ||
"name": "_entryPositionsManager", | ||
"type": "STRING" | ||
} | ||
], | ||
"table_description": "", | ||
"table_name": "MorphoAaveV2Optimizer_event_EntryPositionsManagerSet" | ||
} | ||
} |
32 changes: 32 additions & 0 deletions
32
...s/parse/table_definitions/morpho/MorphoAaveV2Optimizer_event_ExitPositionsManagerSet.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": "_exitPositionsManager", | ||
"type": "address" | ||
} | ||
], | ||
"name": "ExitPositionsManagerSet", | ||
"type": "event" | ||
}, | ||
"contract_address": "0x777777c9898d384f785ee44acfe945efdff5f3e0", | ||
"field_mapping": {}, | ||
"type": "log" | ||
}, | ||
"table": { | ||
"dataset_name": "morpho", | ||
"schema": [ | ||
{ | ||
"description": "", | ||
"name": "_exitPositionsManager", | ||
"type": "STRING" | ||
} | ||
], | ||
"table_description": "", | ||
"table_name": "MorphoAaveV2Optimizer_event_ExitPositionsManagerSet" | ||
} | ||
} |
32 changes: 32 additions & 0 deletions
32
...s/stages/parse/table_definitions/morpho/MorphoAaveV2Optimizer_event_InterestRatesSet.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": "_interestRatesManager", | ||
"type": "address" | ||
} | ||
], | ||
"name": "InterestRatesSet", | ||
"type": "event" | ||
}, | ||
"contract_address": "0x777777c9898d384f785ee44acfe945efdff5f3e0", | ||
"field_mapping": {}, | ||
"type": "log" | ||
}, | ||
"table": { | ||
"dataset_name": "morpho", | ||
"schema": [ | ||
{ | ||
"description": "", | ||
"name": "_interestRatesManager", | ||
"type": "STRING" | ||
} | ||
], | ||
"table_description": "", | ||
"table_name": "MorphoAaveV2Optimizer_event_InterestRatesSet" | ||
} | ||
} |
43 changes: 43 additions & 0 deletions
43
.../stages/parse/table_definitions/morpho/MorphoAaveV2Optimizer_event_IsBorrowPausedSet.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": "_poolToken", | ||
"type": "address" | ||
}, | ||
{ | ||
"indexed": false, | ||
"internalType": "bool", | ||
"name": "_isPaused", | ||
"type": "bool" | ||
} | ||
], | ||
"name": "IsBorrowPausedSet", | ||
"type": "event" | ||
}, | ||
"contract_address": "0x777777c9898d384f785ee44acfe945efdff5f3e0", | ||
"field_mapping": {}, | ||
"type": "log" | ||
}, | ||
"table": { | ||
"dataset_name": "morpho", | ||
"schema": [ | ||
{ | ||
"description": "", | ||
"name": "_poolToken", | ||
"type": "STRING" | ||
}, | ||
{ | ||
"description": "", | ||
"name": "_isPaused", | ||
"type": "STRING" | ||
} | ||
], | ||
"table_description": "", | ||
"table_name": "MorphoAaveV2Optimizer_event_IsBorrowPausedSet" | ||
} | ||
} |
43 changes: 43 additions & 0 deletions
43
...es/stages/parse/table_definitions/morpho/MorphoAaveV2Optimizer_event_IsDeprecatedSet.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": "_poolToken", | ||
"type": "address" | ||
}, | ||
{ | ||
"indexed": false, | ||
"internalType": "bool", | ||
"name": "_isDeprecated", | ||
"type": "bool" | ||
} | ||
], | ||
"name": "IsDeprecatedSet", | ||
"type": "event" | ||
}, | ||
"contract_address": "0x777777c9898d384f785ee44acfe945efdff5f3e0", | ||
"field_mapping": {}, | ||
"type": "log" | ||
}, | ||
"table": { | ||
"dataset_name": "morpho", | ||
"schema": [ | ||
{ | ||
"description": "", | ||
"name": "_poolToken", | ||
"type": "STRING" | ||
}, | ||
{ | ||
"description": "", | ||
"name": "_isDeprecated", | ||
"type": "STRING" | ||
} | ||
], | ||
"table_description": "", | ||
"table_name": "MorphoAaveV2Optimizer_event_IsDeprecatedSet" | ||
} | ||
} |
43 changes: 43 additions & 0 deletions
43
...arse/table_definitions/morpho/MorphoAaveV2Optimizer_event_IsLiquidateBorrowPausedSet.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": "_poolToken", | ||
"type": "address" | ||
}, | ||
{ | ||
"indexed": false, | ||
"internalType": "bool", | ||
"name": "_isPaused", | ||
"type": "bool" | ||
} | ||
], | ||
"name": "IsLiquidateBorrowPausedSet", | ||
"type": "event" | ||
}, | ||
"contract_address": "0x777777c9898d384f785ee44acfe945efdff5f3e0", | ||
"field_mapping": {}, | ||
"type": "log" | ||
}, | ||
"table": { | ||
"dataset_name": "morpho", | ||
"schema": [ | ||
{ | ||
"description": "", | ||
"name": "_poolToken", | ||
"type": "STRING" | ||
}, | ||
{ | ||
"description": "", | ||
"name": "_isPaused", | ||
"type": "STRING" | ||
} | ||
], | ||
"table_description": "", | ||
"table_name": "MorphoAaveV2Optimizer_event_IsLiquidateBorrowPausedSet" | ||
} | ||
} |
43 changes: 43 additions & 0 deletions
43
.../table_definitions/morpho/MorphoAaveV2Optimizer_event_IsLiquidateCollateralPausedSet.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": "_poolToken", | ||
"type": "address" | ||
}, | ||
{ | ||
"indexed": false, | ||
"internalType": "bool", | ||
"name": "_isPaused", | ||
"type": "bool" | ||
} | ||
], | ||
"name": "IsLiquidateCollateralPausedSet", | ||
"type": "event" | ||
}, | ||
"contract_address": "0x777777c9898d384f785ee44acfe945efdff5f3e0", | ||
"field_mapping": {}, | ||
"type": "log" | ||
}, | ||
"table": { | ||
"dataset_name": "morpho", | ||
"schema": [ | ||
{ | ||
"description": "", | ||
"name": "_poolToken", | ||
"type": "STRING" | ||
}, | ||
{ | ||
"description": "", | ||
"name": "_isPaused", | ||
"type": "STRING" | ||
} | ||
], | ||
"table_description": "", | ||
"table_name": "MorphoAaveV2Optimizer_event_IsLiquidateCollateralPausedSet" | ||
} | ||
} |
Oops, something went wrong.