@nexusmutual/deployments
Version:
Nexus Mutual deployed contract addresses and abis
209 lines • 4.29 kB
JSON
[
{
"inputs": [
{
"internalType": "contract INXMMaster",
"name": "_master",
"type": "address"
}
],
"stateMutability": "nonpayable",
"type": "constructor"
},
{
"inputs": [
{
"internalType": "uint256",
"name": "value",
"type": "uint256"
}
],
"name": "addZeroPrefix",
"outputs": [
{
"internalType": "string",
"name": "",
"type": "string"
}
],
"stateMutability": "pure",
"type": "function"
},
{
"inputs": [
{
"internalType": "uint256",
"name": "tokenId",
"type": "uint256"
}
],
"name": "generateDescription",
"outputs": [
{
"internalType": "string",
"name": "descriptionString",
"type": "string"
},
{
"components": [
{
"internalType": "string",
"name": "productName",
"type": "string"
},
{
"internalType": "string",
"name": "assetSymbol",
"type": "string"
},
{
"internalType": "string",
"name": "expiryDate",
"type": "string"
},
{
"internalType": "uint256",
"name": "coverAmount",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "id",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "decimals",
"type": "uint256"
}
],
"internalType": "struct CoverNFTDescriptor.CoverDescription",
"name": "descriptionData",
"type": "tuple"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"components": [
{
"internalType": "string",
"name": "productName",
"type": "string"
},
{
"internalType": "string",
"name": "assetSymbol",
"type": "string"
},
{
"internalType": "string",
"name": "expiryDate",
"type": "string"
},
{
"internalType": "uint256",
"name": "coverAmount",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "id",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "decimals",
"type": "uint256"
}
],
"internalType": "struct CoverNFTDescriptor.CoverDescription",
"name": "descriptionData",
"type": "tuple"
}
],
"name": "generateSVGImage",
"outputs": [
{
"internalType": "bytes",
"name": "image",
"type": "bytes"
}
],
"stateMutability": "pure",
"type": "function"
},
{
"inputs": [
{
"internalType": "uint256",
"name": "assetId",
"type": "uint256"
}
],
"name": "getAssetDecimals",
"outputs": [
{
"internalType": "uint256",
"name": "decimals",
"type": "uint256"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"internalType": "uint256",
"name": "assetId",
"type": "uint256"
}
],
"name": "getAssetSymbol",
"outputs": [
{
"internalType": "string",
"name": "assetSymbol",
"type": "string"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "master",
"outputs": [
{
"internalType": "contract INXMMaster",
"name": "",
"type": "address"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"internalType": "uint256",
"name": "tokenId",
"type": "uint256"
}
],
"name": "tokenURI",
"outputs": [
{
"internalType": "string",
"name": "",
"type": "string"
}
],
"stateMutability": "view",
"type": "function"
}
]