@ensuro/core
Version:
Ensuro - Decentralized insurance protocol
104 lines (103 loc) • 2.21 kB
JSON
{
"_format": "hh-sol-artifact-1",
"contractName": "ILPWhitelist",
"sourceName": "contracts/interfaces/ILPWhitelist.sol",
"abi": [
{
"inputs": [
{
"internalType": "contract IEToken",
"name": "etoken",
"type": "address"
},
{
"internalType": "address",
"name": "provider",
"type": "address"
},
{
"internalType": "uint256",
"name": "amount",
"type": "uint256"
}
],
"name": "acceptsDeposit",
"outputs": [
{
"internalType": "bool",
"name": "",
"type": "bool"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"internalType": "contract IEToken",
"name": "etoken",
"type": "address"
},
{
"internalType": "address",
"name": "providerFrom",
"type": "address"
},
{
"internalType": "address",
"name": "providerTo",
"type": "address"
},
{
"internalType": "uint256",
"name": "amount",
"type": "uint256"
}
],
"name": "acceptsTransfer",
"outputs": [
{
"internalType": "bool",
"name": "",
"type": "bool"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"internalType": "contract IEToken",
"name": "etoken",
"type": "address"
},
{
"internalType": "address",
"name": "provider",
"type": "address"
},
{
"internalType": "uint256",
"name": "amount",
"type": "uint256"
}
],
"name": "acceptsWithdrawal",
"outputs": [
{
"internalType": "bool",
"name": "",
"type": "bool"
}
],
"stateMutability": "view",
"type": "function"
}
],
"bytecode": "0x",
"deployedBytecode": "0x",
"linkReferences": {},
"deployedLinkReferences": {}
}