Skip to content

Commit

Permalink
[Gauntlet] Update kelpdao withdrawal events (#794)
Browse files Browse the repository at this point in the history
* add

* update

* update table names
  • Loading branch information
katiebk authored Oct 16, 2024
1 parent 3993ee8 commit f2d41fa
Show file tree
Hide file tree
Showing 3 changed files with 151 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,76 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "asset",
"type": "address"
},
{
"indexed": false,
"internalType": "uint256",
"name": "rsEthAmount",
"type": "uint256"
},
{
"indexed": false,
"internalType": "uint256",
"name": "assetAmount",
"type": "uint256"
},
{
"indexed": false,
"internalType": "uint256",
"name": "rsEThPrice",
"type": "uint256"
},
{
"indexed": false,
"internalType": "uint256",
"name": "assetPrice",
"type": "uint256"
}
],
"name": "AssetUnlocked",
"type": "event"
},
"contract_address": "0x62de59c08eb5dae4b7e6f7a8cad3006d6965ec16",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "kelpdao",
"schema": [
{
"description": "",
"name": "asset",
"type": "STRING"
},
{
"description": "",
"name": "rsEthAmount",
"type": "STRING"
},
{
"description": "",
"name": "assetAmount",
"type": "STRING"
},
{
"description": "",
"name": "rsEThPrice",
"type": "STRING"
},
{
"description": "",
"name": "assetPrice",
"type": "STRING"
}
],
"table_description": "",
"table_name": "LRTWithdrawalManager_event_AssetUnlocked_Upgrade"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": false,
"internalType": "address",
"name": "asset",
"type": "address"
},
{
"indexed": false,
"internalType": "uint256",
"name": "minRsEthAmountToWithdraw",
"type": "uint256"
}
],
"name": "MinAmountToWithdrawUpdated",
"type": "event"
},
"contract_address": "0x62de59c08eb5dae4b7e6f7a8cad3006d6965ec16",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "kelpdao",
"schema": [
{
"description": "",
"name": "asset",
"type": "STRING"
},
{
"description": "",
"name": "minRsEthAmountToWithdraw",
"type": "STRING"
}
],
"table_description": "",
"table_name": "LRTWithdrawalManager_event_MinAmountToWithdrawUpdated_Upgrade"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": false,
"internalType": "string",
"name": "referralId",
"type": "string"
}
],
"name": "ReferralIdEmitted",
"type": "event"
},
"contract_address": "0x62de59c08eb5dae4b7e6f7a8cad3006d6965ec16",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "kelpdao",
"schema": [
{
"description": "",
"name": "referralId",
"type": "STRING"
}
],
"table_description": "",
"table_name": "LRTWithdrawalManager_event_ReferralIdEmitted"
}
}

0 comments on commit f2d41fa

Please sign in to comment.