test-contracts-sovryn
Version:
Smart contracts for the Sovryn protocol and external integrations.
72 lines (71 loc) • 1.56 kB
JSON
{
"_format": "hh-sol-artifact-1",
"contractName": "IFeeSharingProxy",
"sourceName": "contracts/governance/IFeeSharingProxy.sol",
"abi": [
{
"constant": false,
"inputs": [
{
"internalType": "address",
"name": "_token",
"type": "address"
},
{
"internalType": "uint96",
"name": "_amount",
"type": "uint96"
}
],
"name": "transferTokens",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"internalType": "address",
"name": "_loanPoolToken",
"type": "address"
},
{
"internalType": "uint32",
"name": "_maxCheckpoints",
"type": "uint32"
},
{
"internalType": "address",
"name": "_receiver",
"type": "address"
}
],
"name": "withdraw",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"internalType": "address",
"name": "_token",
"type": "address"
}
],
"name": "withdrawFees",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
}
],
"bytecode": "0x",
"deployedBytecode": "0x",
"linkReferences": {},
"deployedLinkReferences": {}
}