@nexusmutual/deployments
Version:
Nexus Mutual deployed contract addresses and abis
79 lines • 1.75 kB
JSON
[
{
"inputs": [
{
"internalType": "address",
"name": "masterAddress",
"type": "address"
}
],
"stateMutability": "nonpayable",
"type": "constructor"
},
{
"inputs": [
{
"internalType": "uint256[]",
"name": "coverIds",
"type": "uint256[]"
}
],
"name": "getCovers",
"outputs": [
{
"components": [
{
"internalType": "uint256",
"name": "coverId",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "productId",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "coverAsset",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "amount",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "start",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "period",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "gracePeriod",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "originalCoverId",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "latestCoverId",
"type": "uint256"
}
],
"internalType": "struct CoverViewer.Cover[]",
"name": "",
"type": "tuple[]"
}
],
"stateMutability": "view",
"type": "function"
}
]