Skip to content

Commit

Permalink
new staking abi
Browse files Browse the repository at this point in the history
  • Loading branch information
glitch003 committed Aug 7, 2024
1 parent b3d6d7b commit 8f146bc
Showing 1 changed file with 123 additions and 0 deletions.
123 changes: 123 additions & 0 deletions abis/Staking.abi
Original file line number Diff line number Diff line change
Expand Up @@ -1886,6 +1886,129 @@
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "getActiveUnkickedValidatorStructs",
"outputs": [
{
"components": [
{
"internalType": "uint32",
"name": "ip",
"type": "uint32"
},
{
"internalType": "uint128",
"name": "ipv6",
"type": "uint128"
},
{
"internalType": "uint32",
"name": "port",
"type": "uint32"
},
{
"internalType": "address",
"name": "nodeAddress",
"type": "address"
},
{
"internalType": "uint256",
"name": "reward",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "senderPubKey",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "receiverPubKey",
"type": "uint256"
}
],
"internalType": "struct LibStakingStorage.Validator[]",
"name": "",
"type": "tuple[]"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "getActiveUnkickedValidatorStructsAndCounts",
"outputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "",
"type": "uint256"
},
{
"components": [
{
"internalType": "uint32",
"name": "ip",
"type": "uint32"
},
{
"internalType": "uint128",
"name": "ipv6",
"type": "uint128"
},
{
"internalType": "uint32",
"name": "port",
"type": "uint32"
},
{
"internalType": "address",
"name": "nodeAddress",
"type": "address"
},
{
"internalType": "uint256",
"name": "reward",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "senderPubKey",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "receiverPubKey",
"type": "uint256"
}
],
"internalType": "struct LibStakingStorage.Validator[]",
"name": "",
"type": "tuple[]"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "getActiveUnkickedValidators",
"outputs": [
{
"internalType": "address[]",
"name": "",
"type": "address[]"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "getKeyTypes",
Expand Down

0 comments on commit 8f146bc

Please sign in to comment.