@venusprotocol/governance-contracts
Version:
### Prerequisites
38 lines (37 loc) • 788 B
JSON
{
"_format": "hh-sol-artifact-1",
"contractName": "XVSInterface",
"sourceName": "contracts/legacy/GovernorAlpha2.sol",
"abi": [
{
"constant": true,
"inputs": [
{
"internalType": "address",
"name": "account",
"type": "address"
},
{
"internalType": "uint256",
"name": "blockNumber",
"type": "uint256"
}
],
"name": "getPriorVotes",
"outputs": [
{
"internalType": "uint96",
"name": "",
"type": "uint96"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
}
],
"bytecode": "0x",
"deployedBytecode": "0x",
"linkReferences": {},
"deployedLinkReferences": {}
}