Skip to content

Commit

Permalink
adding lido.TokenRebased event table
Browse files Browse the repository at this point in the history
  • Loading branch information
ppclunghe committed Jan 17, 2024
1 parent 1407810 commit 88677d3
Showing 1 changed file with 91 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,91 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": true,
"name": "reportTimestamp",
"type": "uint256"
},
{
"indexed": false,
"name": "timeElapsed",
"type": "uint256"
},
{
"indexed": false,
"name": "preTotalShares",
"type": "uint256"
},
{
"indexed": false,
"name": "preTotalEther",
"type": "uint256"
},
{
"indexed": false,
"name": "postTotalShares",
"type": "uint256"
},
{
"indexed": false,
"name": "postTotalEther",
"type": "uint256"
},
{
"indexed": false,
"name": "sharesMintedAsFees",
"type": "uint256"
}
],
"name": "TokenRebased",
"type": "event"
},
"contract_address": "0xae7ab96520de3a18e5e111b5eaab095312d7fe84",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "<INSERT_DATASET_NAME>",
"schema": [
{
"description": "",
"name": "reportTimestamp",
"type": "STRING"
},
{
"description": "",
"name": "timeElapsed",
"type": "STRING"
},
{
"description": "",
"name": "preTotalShares",
"type": "STRING"
},
{
"description": "",
"name": "preTotalEther",
"type": "STRING"
},
{
"description": "",
"name": "postTotalShares",
"type": "STRING"
},
{
"description": "",
"name": "postTotalEther",
"type": "STRING"
},
{
"description": "",
"name": "sharesMintedAsFees",
"type": "STRING"
}
],
"table_description": "",
"table_name": "<TABLE_PREFIX>_event_TokenRebased"
}
}

0 comments on commit 88677d3

Please sign in to comment.