UNPKG

@gooddollar/goodprotocol

Version:
164 lines (163 loc) 3.42 kB
{ "_format": "hh-sol-artifact-1", "contractName": "IGoodStaking", "sourceName": "contracts/Interfaces.sol", "abi": [ { "inputs": [ { "internalType": "address", "name": "recipient", "type": "address" } ], "name": "collectUBIInterest", "outputs": [ { "internalType": "uint256", "name": "", "type": "uint256" }, { "internalType": "uint256", "name": "", "type": "uint256" }, { "internalType": "uint256", "name": "", "type": "uint256" } ], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "internalType": "bool", "name": "_returnTokenBalanceInUSD", "type": "bool" }, { "internalType": "bool", "name": "_returnTokenGainsInUSD", "type": "bool" } ], "name": "currentGains", "outputs": [ { "internalType": "uint256", "name": "", "type": "uint256" }, { "internalType": "uint256", "name": "", "type": "uint256" }, { "internalType": "uint256", "name": "", "type": "uint256" }, { "internalType": "uint256", "name": "", "type": "uint256" }, { "internalType": "uint256", "name": "", "type": "uint256" } ], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "getGasCostForInterestTransfer", "outputs": [ { "internalType": "uint256", "name": "", "type": "uint256" } ], "stateMutability": "view", "type": "function" }, { "inputs": [ { "internalType": "address", "name": "user", "type": "address" } ], "name": "getRewardEarned", "outputs": [ { "internalType": "uint256", "name": "", "type": "uint256" } ], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "iToken", "outputs": [ { "internalType": "address", "name": "", "type": "address" } ], "stateMutability": "view", "type": "function" }, { "inputs": [ { "internalType": "address", "name": "user", "type": "address" }, { "internalType": "uint256", "name": "rewardsPerBlock", "type": "uint256" }, { "internalType": "uint256", "name": "blockStart", "type": "uint256" }, { "internalType": "uint256", "name": "blockEnd", "type": "uint256" } ], "name": "rewardsMinted", "outputs": [ { "internalType": "uint256", "name": "", "type": "uint256" } ], "stateMutability": "nonpayable", "type": "function" } ], "bytecode": "0x", "deployedBytecode": "0x", "linkReferences": {}, "deployedLinkReferences": {} }