UNPKG

test-contracts-sovryn

Version:

Smart contracts for the Sovryn protocol and external integrations.

59 lines (58 loc) 1.23 kB
{ "_format": "hh-sol-artifact-1", "contractName": "IProtocol", "sourceName": "contracts/governance/FeeSharingProxy.sol", "abi": [ { "constant": false, "inputs": [ { "internalType": "address", "name": "token", "type": "address" } ], "name": "underlyingToLoanPool", "outputs": [ { "internalType": "address", "name": "", "type": "address" } ], "payable": false, "stateMutability": "nonpayable", "type": "function" }, { "constant": false, "inputs": [ { "internalType": "address", "name": "token", "type": "address" }, { "internalType": "address", "name": "receiver", "type": "address" } ], "name": "withdrawFees", "outputs": [ { "internalType": "uint256", "name": "", "type": "uint256" } ], "payable": false, "stateMutability": "nonpayable", "type": "function" } ], "bytecode": "0x", "deployedBytecode": "0x", "linkReferences": {}, "deployedLinkReferences": {} }