Skip to content

Commit

Permalink
Add Aero PriceFetcher events (nansen-ai#294)
Browse files Browse the repository at this point in the history
  • Loading branch information
wderose authored Jun 21, 2024
1 parent f625d72 commit 5ca8268
Showing 1 changed file with 43 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "token",
"type": "address"
},
{
"indexed": false,
"internalType": "uint256",
"name": "price",
"type": "uint256"
}
],
"name": "PriceFetched",
"type": "event"
},
"contract_address": "0x593d092bb28ccefe33bfdd3d9457e77bd3084271",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "aerodrome",
"schema": [
{
"description": "",
"name": "token",
"type": "STRING"
},
{
"description": "",
"name": "price",
"type": "STRING"
}
],
"table_description": "",
"table_name": "PriceFetcher_event_PriceFetched"
}
}

0 comments on commit 5ca8268

Please sign in to comment.