@venusprotocol/governance-contracts
Version:
51 lines (50 loc) • 1.09 kB
JSON
{
"_format": "hh-sol-artifact-1",
"contractName": "IIsolatedPoolVToken",
"sourceName": "contracts/interfaces/IIsolatedPoolVToken.sol",
"abi": [
{
"inputs": [],
"name": "comptroller",
"outputs": [
{
"internalType": "address",
"name": "",
"type": "address"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "interestRateModel",
"outputs": [
{
"internalType": "address",
"name": "",
"type": "address"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"internalType": "contract InterestRateModel",
"name": "newInterestRateModel",
"type": "address"
}
],
"name": "setInterestRateModel",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
}
],
"bytecode": "0x",
"deployedBytecode": "0x",
"linkReferences": {},
"deployedLinkReferences": {}
}