UNPKG

@luckyfinance/core

Version:

Core contracts for the LuckySwap protocol

87 lines (86 loc) 1.77 kB
{ "_format": "hh-sol-artifact-1", "contractName": "IStrategy", "sourceName": "contracts/alpine/AlpineV1.sol", "abi": [ { "inputs": [ { "internalType": "uint256", "name": "balance", "type": "uint256" } ], "name": "exit", "outputs": [ { "internalType": "int256", "name": "amountAdded", "type": "int256" } ], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "internalType": "uint256", "name": "balance", "type": "uint256" }, { "internalType": "address", "name": "sender", "type": "address" } ], "name": "harvest", "outputs": [ { "internalType": "int256", "name": "amountAdded", "type": "int256" } ], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "internalType": "uint256", "name": "amount", "type": "uint256" } ], "name": "skim", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "internalType": "uint256", "name": "amount", "type": "uint256" } ], "name": "withdraw", "outputs": [ { "internalType": "uint256", "name": "actualAmount", "type": "uint256" } ], "stateMutability": "nonpayable", "type": "function" } ], "bytecode": "0x", "deployedBytecode": "0x", "linkReferences": {}, "deployedLinkReferences": {} }