Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
zigzag2002 committed Aug 24, 2024
1 parent 88747dc commit 0235719
Show file tree
Hide file tree
Showing 23 changed files with 883 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{
"parser": {
"abi": {
"inputs": [
{
"internalType": "address",
"name": "asset",
"type": "address"
}
],
"name": "assetsCommitted",
"outputs": [
{
"internalType": "uint256",
"name": "amount",
"type": "uint256"
}
],
"stateMutability": "view",
"type": "function"
},
"contract_address": "0x62de59c08eb5dae4b7e6f7a8cad3006d6965ec16",
"field_mapping": {},
"type": "trace"
},
"table": {
"dataset_name": "kelpdao",
"schema": [
{
"description": "",
"name": "asset",
"type": "STRING"
}
],
"table_description": "",
"table_name": "LRTWithdrawalManager_call_assetsCommitted"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"parser": {
"abi": {
"inputs": [
{
"internalType": "address",
"name": "asset",
"type": "address"
}
],
"name": "completeWithdrawal",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
"contract_address": "0x62de59c08eb5dae4b7e6f7a8cad3006d6965ec16",
"field_mapping": {},
"type": "trace"
},
"table": {
"dataset_name": "kelpdao",
"schema": [
{
"description": "",
"name": "asset",
"type": "STRING"
}
],
"table_description": "",
"table_name": "LRTWithdrawalManager_call_completeWithdrawal"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{
"parser": {
"abi": {
"inputs": [
{
"internalType": "address",
"name": "asset",
"type": "address"
}
],
"name": "getAvailableAssetAmount",
"outputs": [
{
"internalType": "uint256",
"name": "availableAssetAmount",
"type": "uint256"
}
],
"stateMutability": "view",
"type": "function"
},
"contract_address": "0x62de59c08eb5dae4b7e6f7a8cad3006d6965ec16",
"field_mapping": {},
"type": "trace"
},
"table": {
"dataset_name": "kelpdao",
"schema": [
{
"description": "",
"name": "asset",
"type": "STRING"
}
],
"table_description": "",
"table_name": "LRTWithdrawalManager_call_getAvailableAssetAmount"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
{
"parser": {
"abi": {
"inputs": [
{
"internalType": "address",
"name": "asset",
"type": "address"
},
{
"internalType": "uint256",
"name": "amount",
"type": "uint256"
}
],
"name": "getExpectedAssetAmount",
"outputs": [
{
"internalType": "uint256",
"name": "underlyingToReceive",
"type": "uint256"
}
],
"stateMutability": "view",
"type": "function"
},
"contract_address": "0x62de59c08eb5dae4b7e6f7a8cad3006d6965ec16",
"field_mapping": {},
"type": "trace"
},
"table": {
"dataset_name": "kelpdao",
"schema": [
{
"description": "",
"name": "asset",
"type": "STRING"
},
{
"description": "",
"name": "amount",
"type": "STRING"
}
],
"table_description": "",
"table_name": "LRTWithdrawalManager_call_getExpectedAssetAmount"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
{
"parser": {
"abi": {
"inputs": [
{
"internalType": "address",
"name": "asset",
"type": "address"
},
{
"internalType": "uint256",
"name": "requestIndex",
"type": "uint256"
}
],
"name": "getRequestId",
"outputs": [
{
"internalType": "bytes32",
"name": "",
"type": "bytes32"
}
],
"stateMutability": "pure",
"type": "function"
},
"contract_address": "0x62de59c08eb5dae4b7e6f7a8cad3006d6965ec16",
"field_mapping": {},
"type": "trace"
},
"table": {
"dataset_name": "kelpdao",
"schema": [
{
"description": "",
"name": "asset",
"type": "STRING"
},
{
"description": "",
"name": "requestIndex",
"type": "STRING"
}
],
"table_description": "",
"table_name": "LRTWithdrawalManager_call_getRequestId"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,73 @@
{
"parser": {
"abi": {
"inputs": [
{
"internalType": "address",
"name": "asset",
"type": "address"
},
{
"internalType": "address",
"name": "user",
"type": "address"
},
{
"internalType": "uint256",
"name": "userIndex",
"type": "uint256"
}
],
"name": "getUserWithdrawalRequest",
"outputs": [
{
"internalType": "uint256",
"name": "rsETHAmount",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "expectedAssetAmount",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "withdrawalStartBlock",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "userNonce",
"type": "uint256"
}
],
"stateMutability": "view",
"type": "function"
},
"contract_address": "0x62de59c08eb5dae4b7e6f7a8cad3006d6965ec16",
"field_mapping": {},
"type": "trace"
},
"table": {
"dataset_name": "kelpdao",
"schema": [
{
"description": "",
"name": "asset",
"type": "STRING"
},
{
"description": "",
"name": "user",
"type": "STRING"
},
{
"description": "",
"name": "userIndex",
"type": "STRING"
}
],
"table_description": "",
"table_name": "LRTWithdrawalManager_call_getUserWithdrawalRequest"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"parser": {
"abi": {
"inputs": [
{
"internalType": "address",
"name": "lrtConfigAddr",
"type": "address"
}
],
"name": "initialize",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
"contract_address": "0x62de59c08eb5dae4b7e6f7a8cad3006d6965ec16",
"field_mapping": {},
"type": "trace"
},
"table": {
"dataset_name": "kelpdao",
"schema": [
{
"description": "",
"name": "lrtConfigAddr",
"type": "STRING"
}
],
"table_description": "",
"table_name": "LRTWithdrawalManager_call_initialize"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
{
"parser": {
"abi": {
"inputs": [
{
"internalType": "address",
"name": "asset",
"type": "address"
},
{
"internalType": "uint256",
"name": "rsETHUnstaked",
"type": "uint256"
}
],
"name": "initiateWithdrawal",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
"contract_address": "0x62de59c08eb5dae4b7e6f7a8cad3006d6965ec16",
"field_mapping": {},
"type": "trace"
},
"table": {
"dataset_name": "kelpdao",
"schema": [
{
"description": "",
"name": "asset",
"type": "STRING"
},
{
"description": "",
"name": "rsETHUnstaked",
"type": "STRING"
}
],
"table_description": "",
"table_name": "LRTWithdrawalManager_call_initiateWithdrawal"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"parser": {
"abi": {
"inputs": [],
"name": "lrtConfig",
"outputs": [
{
"internalType": "contract ILRTConfig",
"name": "",
"type": "address"
}
],
"stateMutability": "view",
"type": "function"
},
"contract_address": "0x62de59c08eb5dae4b7e6f7a8cad3006d6965ec16",
"field_mapping": {},
"type": "trace"
},
"table": {
"dataset_name": "kelpdao",
"schema": [],
"table_description": "",
"table_name": "LRTWithdrawalManager_call_lrtConfig"
}
}
Loading

0 comments on commit 0235719

Please sign in to comment.