UNPKG

core-artifacts

Version:

Consist artifacts of the maple protocol

56 lines (55 loc) 1.17 kB
{ "_format": "hh-sol-artifact-1", "contractName": "ICollateralLocker", "sourceName": "contracts/core/collateral-locker/v1/interfaces/ICollateralLocker.sol", "abi": [ { "inputs": [], "name": "collateralAsset", "outputs": [ { "internalType": "contract IERC20", "name": "", "type": "address" } ], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "loan", "outputs": [ { "internalType": "address", "name": "", "type": "address" } ], "stateMutability": "view", "type": "function" }, { "inputs": [ { "internalType": "address", "name": "dst", "type": "address" }, { "internalType": "uint256", "name": "amt", "type": "uint256" } ], "name": "pull", "outputs": [], "stateMutability": "nonpayable", "type": "function" } ], "bytecode": "0x", "deployedBytecode": "0x", "linkReferences": {}, "deployedLinkReferences": {} }