Get Prior Votes
function getPriorVotes(address account, uint blockNumber) returns (uint96)Strk strk = Strk(0x123...); // contract address
uint priorVotes = strk.getPriorVotes(account, blockNumber);const priorVotes = await strk.methods.getPriorVotes(account, blockNumber).call();Last updated
Was this helpful?