From c7266babc003e77313eaf0e91e3ef090080bbae7 Mon Sep 17 00:00:00 2001 From: ememet1 Date: Fri, 13 Sep 2024 09:39:53 +0800 Subject: [PATCH] Add Eigenpie UserQueuingForWithdrawal event (#778) * Create EigenpieWithdrawManager_event_UserQueuingForWithdrawal.json * fix dataset name --- ...anager_event_UserQueuingForWithdrawal.json | 87 +++++++++++++++++++ 1 file changed, 87 insertions(+) create mode 100644 dags/resources/stages/parse/table_definitions/eigenpie/EigenpieWithdrawManager_event_UserQueuingForWithdrawal.json diff --git a/dags/resources/stages/parse/table_definitions/eigenpie/EigenpieWithdrawManager_event_UserQueuingForWithdrawal.json b/dags/resources/stages/parse/table_definitions/eigenpie/EigenpieWithdrawManager_event_UserQueuingForWithdrawal.json new file mode 100644 index 00000000..b2af6fa0 --- /dev/null +++ b/dags/resources/stages/parse/table_definitions/eigenpie/EigenpieWithdrawManager_event_UserQueuingForWithdrawal.json @@ -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" + } +}