Skip to content

Commit

Permalink
add aerodrome voting escrow events (nansen-ai#338)
Browse files Browse the repository at this point in the history
  • Loading branch information
wderose authored Jan 16, 2025
1 parent 57f6962 commit b5e2493
Show file tree
Hide file tree
Showing 18 changed files with 1,148 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": "owner",
"type": "address"
},
{
"indexed": true,
"internalType": "address",
"name": "approved",
"type": "address"
},
{
"indexed": true,
"internalType": "uint256",
"name": "tokenId",
"type": "uint256"
}
],
"name": "Approval",
"type": "event"
},
"contract_address": "0xebf418fe2512e7e6bd9b87a8f0f294acdc67e6b4",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "aerodrome",
"schema": [
{
"description": "",
"name": "owner",
"type": "STRING"
},
{
"description": "",
"name": "approved",
"type": "STRING"
},
{
"description": "",
"name": "tokenId",
"type": "STRING"
}
],
"table_description": "",
"table_name": "VotingEscrow_event_Approval"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "owner",
"type": "address"
},
{
"indexed": true,
"internalType": "address",
"name": "operator",
"type": "address"
},
{
"indexed": false,
"internalType": "bool",
"name": "approved",
"type": "bool"
}
],
"name": "ApprovalForAll",
"type": "event"
},
"contract_address": "0xebf418fe2512e7e6bd9b87a8f0f294acdc67e6b4",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "aerodrome",
"schema": [
{
"description": "",
"name": "owner",
"type": "STRING"
},
{
"description": "",
"name": "operator",
"type": "STRING"
},
{
"description": "",
"name": "approved",
"type": "STRING"
}
],
"table_description": "",
"table_name": "VotingEscrow_event_ApprovalForAll"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": false,
"internalType": "uint256",
"name": "_fromTokenId",
"type": "uint256"
},
{
"indexed": false,
"internalType": "uint256",
"name": "_toTokenId",
"type": "uint256"
}
],
"name": "BatchMetadataUpdate",
"type": "event"
},
"contract_address": "0xebf418fe2512e7e6bd9b87a8f0f294acdc67e6b4",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "aerodrome",
"schema": [
{
"description": "",
"name": "_fromTokenId",
"type": "STRING"
},
{
"description": "",
"name": "_toTokenId",
"type": "STRING"
}
],
"table_description": "",
"table_name": "VotingEscrow_event_BatchMetadataUpdate"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,76 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "_to",
"type": "address"
},
{
"indexed": true,
"internalType": "uint256",
"name": "_mTokenId",
"type": "uint256"
},
{
"indexed": true,
"internalType": "address",
"name": "_from",
"type": "address"
},
{
"indexed": false,
"internalType": "address",
"name": "_lockedManagedReward",
"type": "address"
},
{
"indexed": false,
"internalType": "address",
"name": "_freeManagedReward",
"type": "address"
}
],
"name": "CreateManaged",
"type": "event"
},
"contract_address": "0xebf418fe2512e7e6bd9b87a8f0f294acdc67e6b4",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "aerodrome",
"schema": [
{
"description": "",
"name": "_to",
"type": "STRING"
},
{
"description": "",
"name": "_mTokenId",
"type": "STRING"
},
{
"description": "",
"name": "_from",
"type": "STRING"
},
{
"description": "",
"name": "_lockedManagedReward",
"type": "STRING"
},
{
"description": "",
"name": "_freeManagedReward",
"type": "STRING"
}
],
"table_description": "",
"table_name": "VotingEscrow_event_CreateManaged"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "delegator",
"type": "address"
},
{
"indexed": true,
"internalType": "uint256",
"name": "fromDelegate",
"type": "uint256"
},
{
"indexed": true,
"internalType": "uint256",
"name": "toDelegate",
"type": "uint256"
}
],
"name": "DelegateChanged",
"type": "event"
},
"contract_address": "0xebf418fe2512e7e6bd9b87a8f0f294acdc67e6b4",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "aerodrome",
"schema": [
{
"description": "",
"name": "delegator",
"type": "STRING"
},
{
"description": "",
"name": "fromDelegate",
"type": "STRING"
},
{
"description": "",
"name": "toDelegate",
"type": "STRING"
}
],
"table_description": "",
"table_name": "VotingEscrow_event_DelegateChanged"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "delegate",
"type": "address"
},
{
"indexed": false,
"internalType": "uint256",
"name": "previousBalance",
"type": "uint256"
},
{
"indexed": false,
"internalType": "uint256",
"name": "newBalance",
"type": "uint256"
}
],
"name": "DelegateVotesChanged",
"type": "event"
},
"contract_address": "0xebf418fe2512e7e6bd9b87a8f0f294acdc67e6b4",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "aerodrome",
"schema": [
{
"description": "",
"name": "delegate",
"type": "STRING"
},
{
"description": "",
"name": "previousBalance",
"type": "STRING"
},
{
"description": "",
"name": "newBalance",
"type": "STRING"
}
],
"table_description": "",
"table_name": "VotingEscrow_event_DelegateVotesChanged"
}
}
Loading

0 comments on commit b5e2493

Please sign in to comment.