Skip to content

Commit

Permalink
Add Aero gauge events (#291)
Browse files Browse the repository at this point in the history
* Add Aero gauge events

* fixup dataset name
  • Loading branch information
wderose authored Jun 14, 2024
1 parent 01bf33a commit cfbec10
Show file tree
Hide file tree
Showing 14 changed files with 811 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": "from",
"type": "address"
},
{
"indexed": false,
"internalType": "uint256",
"name": "claimed0",
"type": "uint256"
},
{
"indexed": false,
"internalType": "uint256",
"name": "claimed1",
"type": "uint256"
}
],
"name": "ClaimFees",
"type": "event"
},
"contract_address": "0xf5601f95708256a118ef5971820327f362442d2d",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "aerodrome",
"schema": [
{
"description": "",
"name": "from",
"type": "STRING"
},
{
"description": "",
"name": "claimed0",
"type": "STRING"
},
{
"description": "",
"name": "claimed1",
"type": "STRING"
}
],
"table_description": "",
"table_name": "CLGauge_event_ClaimFees"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "from",
"type": "address"
},
{
"indexed": false,
"internalType": "uint256",
"name": "amount",
"type": "uint256"
}
],
"name": "ClaimRewards",
"type": "event"
},
"contract_address": "0xf5601f95708256a118ef5971820327f362442d2d",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "aerodrome",
"schema": [
{
"description": "",
"name": "from",
"type": "STRING"
},
{
"description": "",
"name": "amount",
"type": "STRING"
}
],
"table_description": "",
"table_name": "CLGauge_event_ClaimRewards"
}
}
54 changes: 54 additions & 0 deletions parse/table_definitions_base/aerodrome/CLGauge_event_Deposit.json
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": true,
"internalType": "uint256",
"name": "tokenId",
"type": "uint256"
},
{
"indexed": true,
"internalType": "uint128",
"name": "liquidityToStake",
"type": "uint128"
}
],
"name": "Deposit",
"type": "event"
},
"contract_address": "0xf5601f95708256a118ef5971820327f362442d2d",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "aerodrome",
"schema": [
{
"description": "",
"name": "user",
"type": "STRING"
},
{
"description": "",
"name": "tokenId",
"type": "STRING"
},
{
"description": "",
"name": "liquidityToStake",
"type": "STRING"
}
],
"table_description": "",
"table_name": "CLGauge_event_Deposit"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "from",
"type": "address"
},
{
"indexed": false,
"internalType": "uint256",
"name": "amount",
"type": "uint256"
}
],
"name": "NotifyReward",
"type": "event"
},
"contract_address": "0xf5601f95708256a118ef5971820327f362442d2d",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "aerodrome",
"schema": [
{
"description": "",
"name": "from",
"type": "STRING"
},
{
"description": "",
"name": "amount",
"type": "STRING"
}
],
"table_description": "",
"table_name": "CLGauge_event_NotifyReward"
}
}
54 changes: 54 additions & 0 deletions parse/table_definitions_base/aerodrome/CLGauge_event_Withdraw.json
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": true,
"internalType": "uint256",
"name": "tokenId",
"type": "uint256"
},
{
"indexed": true,
"internalType": "uint128",
"name": "liquidityToStake",
"type": "uint128"
}
],
"name": "Withdraw",
"type": "event"
},
"contract_address": "0xf5601f95708256a118ef5971820327f362442d2d",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "aerodrome",
"schema": [
{
"description": "",
"name": "user",
"type": "STRING"
},
{
"description": "",
"name": "tokenId",
"type": "STRING"
},
{
"description": "",
"name": "liquidityToStake",
"type": "STRING"
}
],
"table_description": "",
"table_name": "CLGauge_event_Withdraw"
}
}
87 changes: 87 additions & 0 deletions parse/table_definitions_base/aerodrome/Voter_event_Abstained.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,87 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "voter",
"type": "address"
},
{
"indexed": true,
"internalType": "address",
"name": "pool",
"type": "address"
},
{
"indexed": true,
"internalType": "uint256",
"name": "tokenId",
"type": "uint256"
},
{
"indexed": false,
"internalType": "uint256",
"name": "weight",
"type": "uint256"
},
{
"indexed": false,
"internalType": "uint256",
"name": "totalWeight",
"type": "uint256"
},
{
"indexed": false,
"internalType": "uint256",
"name": "timestamp",
"type": "uint256"
}
],
"name": "Abstained",
"type": "event"
},
"contract_address": "0x16613524e02ad97edfef371bc883f2f5d6c480a5",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "aerodrome",
"schema": [
{
"description": "",
"name": "voter",
"type": "STRING"
},
{
"description": "",
"name": "pool",
"type": "STRING"
},
{
"description": "",
"name": "tokenId",
"type": "STRING"
},
{
"description": "",
"name": "weight",
"type": "STRING"
},
{
"description": "",
"name": "totalWeight",
"type": "STRING"
},
{
"description": "",
"name": "timestamp",
"type": "STRING"
}
],
"table_description": "",
"table_name": "Voter_event_Abstained"
}
}
Loading

0 comments on commit cfbec10

Please sign in to comment.