Skip to content

Commit

Permalink
Add Eigenpie UserQueuingForWithdrawal event (#778)
Browse files Browse the repository at this point in the history
* Create EigenpieWithdrawManager_event_UserQueuingForWithdrawal.json

* fix dataset name
  • Loading branch information
ememet1 authored Sep 13, 2024
1 parent d2c0734 commit c7266ba
Showing 1 changed file with 87 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,87 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "user",
"type": "address"
},
{
"indexed": true,
"internalType": "address",
"name": "asset",
"type": "address"
},
{
"indexed": false,
"internalType": "uint256",
"name": "mLRTAmount",
"type": "uint256"
},
{
"indexed": false,
"internalType": "uint256",
"name": "LSTAmt",
"type": "uint256"
},
{
"indexed": false,
"internalType": "uint256",
"name": "currentEpoch",
"type": "uint256"
},
{
"indexed": false,
"internalType": "uint256",
"name": "endTime",
"type": "uint256"
}
],
"name": "UserQueuingForWithdrawal",
"type": "event"
},
"contract_address": "0x98083e22d12497c1516d3c49e7cc6cd2cd9dcba4",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "eigenpie",
"schema": [
{
"description": "",
"name": "user",
"type": "STRING"
},
{
"description": "",
"name": "asset",
"type": "STRING"
},
{
"description": "",
"name": "mLRTAmount",
"type": "STRING"
},
{
"description": "",
"name": "LSTAmt",
"type": "STRING"
},
{
"description": "",
"name": "currentEpoch",
"type": "STRING"
},
{
"description": "",
"name": "endTime",
"type": "STRING"
}
],
"table_description": "",
"table_name": "EigenpieWithdrawManager_event_UserQueuingForWithdrawal"
}
}

0 comments on commit c7266ba

Please sign in to comment.