-
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 gauge events * fixup dataset name
- Loading branch information
wderose
authored
Jun 14, 2024
1 parent
01bf33a
commit cfbec10
Showing
14 changed files
with
811 additions
and
0 deletions.
There are no files selected for viewing
54 changes: 54 additions & 0 deletions
54
parse/table_definitions_base/aerodrome/CLGauge_event_ClaimFees.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": "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" | ||
} | ||
} |
43 changes: 43 additions & 0 deletions
43
parse/table_definitions_base/aerodrome/CLGauge_event_ClaimRewards.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": "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
54
parse/table_definitions_base/aerodrome/CLGauge_event_Deposit.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": 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" | ||
} | ||
} |
43 changes: 43 additions & 0 deletions
43
parse/table_definitions_base/aerodrome/CLGauge_event_NotifyReward.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": "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
54
parse/table_definitions_base/aerodrome/CLGauge_event_Withdraw.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": 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
87
parse/table_definitions_base/aerodrome/Voter_event_Abstained.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,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" | ||
} | ||
} |
Oops, something went wrong.