test-contracts-sovryn
Version:
Smart contracts for the Sovryn protocol and external integrations.
36 lines (35 loc) • 733 B
JSON
{
"_format": "hh-sol-artifact-1",
"contractName": "IWrbtc",
"sourceName": "contracts/interfaces/IWrbtc.sol",
"abi": [
{
"constant": false,
"inputs": [],
"name": "deposit",
"outputs": [],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"internalType": "uint256",
"name": "wad",
"type": "uint256"
}
],
"name": "withdraw",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
}
],
"bytecode": "0x",
"deployedBytecode": "0x",
"linkReferences": {},
"deployedLinkReferences": {}
}