@ensuro/core
Version:
Ensuro - Blockchain-based insurance protocol
117 lines (116 loc) • 3.21 kB
JSON
{
"_format": "hh-sol-artifact-1",
"contractName": "Policy",
"sourceName": "contracts/Policy.sol",
"abi": [
{
"inputs": [
{
"internalType": "uint256",
"name": "premium",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "payout",
"type": "uint256"
}
],
"name": "PremiumExceedsPayout",
"type": "error"
},
{
"inputs": [
{
"internalType": "uint256",
"name": "premium",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "minPremium",
"type": "uint256"
}
],
"name": "PremiumLessThanMinimum",
"type": "error"
},
{
"inputs": [
{
"components": [
{
"internalType": "uint256",
"name": "id",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "payout",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "jrScr",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "srScr",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "lossProb",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "purePremium",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "ensuroCommission",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "partnerCommission",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "jrCoc",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "srCoc",
"type": "uint256"
},
{
"internalType": "uint40",
"name": "start",
"type": "uint40"
},
{
"internalType": "uint40",
"name": "expiration",
"type": "uint40"
}
],
"internalType": "struct Policy.PolicyData",
"name": "policy",
"type": "tuple"
}
],
"name": "ZeroHash",
"type": "error"
}
],
"bytecode": "0x60556032600b8282823980515f1a607314602657634e487b7160e01b5f525f60045260245ffd5b305f52607381538281f3fe730000000000000000000000000000000000000000301460806040525f5ffdfea26469706673582212202706d4fe678a59157132e16bb205977d45638a5290fbea5e9ccbe2db9dd4610b64736f6c634300081e0033",
"deployedBytecode": "0x730000000000000000000000000000000000000000301460806040525f5ffdfea26469706673582212202706d4fe678a59157132e16bb205977d45638a5290fbea5e9ccbe2db9dd4610b64736f6c634300081e0033",
"linkReferences": {},
"deployedLinkReferences": {}
}