IVotesHistory

IVotesHistory

getPastVotes

function getPastVotes(address account, uint256 blockNumber) external view returns (uint96)

getPastTotalSupply

function getPastTotalSupply(uint256 blockNumber) external view returns (uint96)

Last updated