Tracking the Protocol
A reference for portfolio trackers and other supplementary tools to track information in the protocol, such as staking and locked tokens.
Tracking Staked Balance
0x0d9a1ca7bc756ae009672db626cde3c9bef583efgetStake(address _address); [
{
"inputs": [
{
"internalType": "address",
"name": "_address",
"type": "address"
}
],
"name": "getStake",
"outputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"stateMutability": "view",
"type": "function"
}
]Last updated