UNPKG

@gooddollar/goodprotocol

Version:
63 lines (62 loc) 1.34 kB
{ "_format": "hh-sol-artifact-1", "contractName": "Staking", "sourceName": "contracts/Interfaces.sol", "abi": [ { "inputs": [ { "internalType": "uint256", "name": "amount", "type": "uint256" } ], "name": "stakeDAI", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "internalType": "address", "name": "staker", "type": "address" } ], "name": "stakers", "outputs": [ { "components": [ { "internalType": "uint256", "name": "stakedDAI", "type": "uint256" }, { "internalType": "uint256", "name": "lastStake", "type": "uint256" } ], "internalType": "struct Staking.Staker", "name": "", "type": "tuple" } ], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "withdrawStake", "outputs": [], "stateMutability": "nonpayable", "type": "function" } ], "bytecode": "0x", "deployedBytecode": "0x", "linkReferences": {}, "deployedLinkReferences": {} }