UNPKG

@ensuro/core

Version:

Ensuro - Blockchain-based insurance protocol

60 lines (59 loc) 1.24 kB
{ "_format": "hh-sol-artifact-1", "contractName": "ICooler", "sourceName": "contracts/interfaces/ICooler.sol", "abi": [ { "inputs": [ { "internalType": "contract IEToken", "name": "eToken", "type": "address" }, { "internalType": "address", "name": "owner", "type": "address" }, { "internalType": "uint256", "name": "amount", "type": "uint256" } ], "name": "cooldownPeriod", "outputs": [ { "internalType": "uint40", "name": "", "type": "uint40" } ], "stateMutability": "view", "type": "function" }, { "inputs": [ { "internalType": "contract IEToken", "name": "eToken", "type": "address" } ], "name": "pendingWithdrawals", "outputs": [ { "internalType": "uint256", "name": "", "type": "uint256" } ], "stateMutability": "view", "type": "function" } ], "bytecode": "0x", "deployedBytecode": "0x", "linkReferences": {}, "deployedLinkReferences": {} }