-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add Aero rewards events * Fixup dataset name
- Loading branch information
wderose
authored
Jun 14, 2024
1 parent
cfbec10
commit f625d72
Showing
3 changed files
with
162 additions
and
0 deletions.
There are no files selected for viewing
54 changes: 54 additions & 0 deletions
54
parse/table_definitions_base/aerodrome/ManagedRewardsFactory_event_ManagedRewardCreated.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": "voter", | ||
"type": "address" | ||
}, | ||
{ | ||
"indexed": true, | ||
"internalType": "address", | ||
"name": "lockedManagedReward", | ||
"type": "address" | ||
}, | ||
{ | ||
"indexed": true, | ||
"internalType": "address", | ||
"name": "freeManagedReward", | ||
"type": "address" | ||
} | ||
], | ||
"name": "ManagedRewardCreated", | ||
"type": "event" | ||
}, | ||
"contract_address": "0xfda1fb5a2a5b23638c7017950506a36dcfd2bdc3", | ||
"field_mapping": {}, | ||
"type": "log" | ||
}, | ||
"table": { | ||
"dataset_name": "aerodrome", | ||
"schema": [ | ||
{ | ||
"description": "", | ||
"name": "voter", | ||
"type": "STRING" | ||
}, | ||
{ | ||
"description": "", | ||
"name": "lockedManagedReward", | ||
"type": "STRING" | ||
}, | ||
{ | ||
"description": "", | ||
"name": "freeManagedReward", | ||
"type": "STRING" | ||
} | ||
], | ||
"table_description": "", | ||
"table_name": "ManagedRewardsFactory_event_ManagedRewardCreated" | ||
} | ||
} |
43 changes: 43 additions & 0 deletions
43
parse/table_definitions_base/aerodrome/RewardsDistributor_event_CheckpointToken.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": false, | ||
"internalType": "uint256", | ||
"name": "time", | ||
"type": "uint256" | ||
}, | ||
{ | ||
"indexed": false, | ||
"internalType": "uint256", | ||
"name": "tokens", | ||
"type": "uint256" | ||
} | ||
], | ||
"name": "CheckpointToken", | ||
"type": "event" | ||
}, | ||
"contract_address": "0x227f65131a261548b057215bb1d5ab2997964c7d", | ||
"field_mapping": {}, | ||
"type": "log" | ||
}, | ||
"table": { | ||
"dataset_name": "aerodrome", | ||
"schema": [ | ||
{ | ||
"description": "", | ||
"name": "time", | ||
"type": "STRING" | ||
}, | ||
{ | ||
"description": "", | ||
"name": "tokens", | ||
"type": "STRING" | ||
} | ||
], | ||
"table_description": "", | ||
"table_name": "RewardsDistributor_event_CheckpointToken" | ||
} | ||
} |
65 changes: 65 additions & 0 deletions
65
parse/table_definitions_base/aerodrome/RewardsDistributor_event_Claimed.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": "uint256", | ||
"name": "tokenId", | ||
"type": "uint256" | ||
}, | ||
{ | ||
"indexed": true, | ||
"internalType": "uint256", | ||
"name": "epochStart", | ||
"type": "uint256" | ||
}, | ||
{ | ||
"indexed": true, | ||
"internalType": "uint256", | ||
"name": "epochEnd", | ||
"type": "uint256" | ||
}, | ||
{ | ||
"indexed": false, | ||
"internalType": "uint256", | ||
"name": "amount", | ||
"type": "uint256" | ||
} | ||
], | ||
"name": "Claimed", | ||
"type": "event" | ||
}, | ||
"contract_address": "0x227f65131a261548b057215bb1d5ab2997964c7d", | ||
"field_mapping": {}, | ||
"type": "log" | ||
}, | ||
"table": { | ||
"dataset_name": "aerodrome", | ||
"schema": [ | ||
{ | ||
"description": "", | ||
"name": "tokenId", | ||
"type": "STRING" | ||
}, | ||
{ | ||
"description": "", | ||
"name": "epochStart", | ||
"type": "STRING" | ||
}, | ||
{ | ||
"description": "", | ||
"name": "epochEnd", | ||
"type": "STRING" | ||
}, | ||
{ | ||
"description": "", | ||
"name": "amount", | ||
"type": "STRING" | ||
} | ||
], | ||
"table_description": "", | ||
"table_name": "RewardsDistributor_event_Claimed" | ||
} | ||
} |