test-contracts-sovryn
Version:
Smart contracts for the Sovryn protocol and external integrations.
57 lines (56 loc) • 1.12 kB
JSON
{
"_format": "hh-sol-artifact-1",
"contractName": "IPot",
"sourceName": "contracts/interfaces/IChai.sol",
"abi": [
{
"constant": true,
"inputs": [],
"name": "chi",
"outputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "dsr",
"outputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "rho",
"outputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
}
],
"bytecode": "0x",
"deployedBytecode": "0x",
"linkReferences": {},
"deployedLinkReferences": {}
}