Skip to content

Commit

Permalink
Add Aero rewards events (nansen-ai#292)
Browse files Browse the repository at this point in the history
* Add Aero rewards events

* Fixup dataset name
  • Loading branch information
wderose authored Jun 14, 2024
1 parent cfbec10 commit f625d72
Show file tree
Hide file tree
Showing 3 changed files with 162 additions and 0 deletions.
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"
}
}
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"
}
}
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"
}
}

0 comments on commit f625d72

Please sign in to comment.