Snapshot strategy
Prepare ABI code
{
"address": "your_staking_pool_address",
"symbol": "your_staking_pool_symbol",
"decimals": 18,
"methodABI": {
"name": "voterBalance",
"type": "function",
"inputs": [ { "name": "account", "type": "address", "internalType": "address" } ],
"outputs": [ { "name": "", "type": "uint256", "internalType": "uint256" } ],
"stateMutability": "view"
}
}Add strategy
Last updated



