QuotationData
Verified contract
Active on
Ethereum with 0 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "QuotationData"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "QuotationData"
ABI
ABI objects
Getter at block 21178890
authQuoteEngine() view returns (address)
0x176c27973e0229501d049de626d50918dda24656
getAuthQuoteEngine() view returns (address _add)
0x176c27973e0229501d049de626d50918dda24656
getCoverLength() view returns (uint256 len)
8337
getProductDetails() view returns (uint256 _minDays, uint256 _pm, uint256 _stl, uint256 _stlp)
(_minDays=30, _pm=30, _stl=100, _stlp=90)
kycAuthAddress() view returns (address)
0x176c27973e0229501d049de626d50918dda24656
minDays() view returns (uint256)
30
ms() view returns (address)
0x01bfd82675dbcc7762c84019ca518e701c0cd07e
nxMasterAddress() view returns (address)
0x01bfd82675dbcc7762c84019ca518e701c0cd07e
pm() view returns (uint256)
30
stl() view returns (uint256)
100
stlp() view returns (uint256)
90
tokensRetained() view returns (uint256)
10
Read-only
coverStatus(uint256) view returns (uint8)
getAllCoversOfUser(address _add) view returns (uint256[] allCover)
getCoverDetailsByCoverID1(uint256 _cid) view returns (uint256 cid, address _memberAddress, address _scAddress, bytes4 _currencyCode, uint256 _sumAssured, uint256 premiumNXM)
getCoverDetailsByCoverID2(uint256 _cid) view returns (uint256 cid, uint8 status, uint256 sumAssured, uint16 coverPeriod, uint256 validUntil)
getCoverMemberAddress(uint256 _cid) view returns (address _add)
getCoverPeriod(uint256 _cid) view returns (uint32 cp)
getCoverPremiumNXM(uint256 _cid) view returns (uint256 _premiumNXM)
getCoverStatusNo(uint256 _cid) view returns (uint8)
getCoverSumAssured(uint256 _cid) view returns (uint256 sa)
getCurrencyOfCover(uint256 _cid) view returns (bytes4 curr)
getHoldedCoverDetailsByID1(uint256 _hcid) view returns (uint256 hcid, address scAddress, bytes4 coverCurr, uint16 coverPeriod)
getHoldedCoverDetailsByID2(uint256 _hcid) view returns (uint256 hcid, address memberAddress, uint256[] coverDetails)
getTotalSumAssured(bytes4 _curr) view returns (uint256 amount)
getTotalSumAssuredSC(address _add, bytes4 _curr) view returns (uint256 amount)
getUintParameters(bytes8 code) view returns (bytes8 codeVal, uint256 val)
getUserCoverLength(address _add) view returns (uint256 len)
getUserHoldedCoverByIndex(address _add, uint256 index) view returns (uint256)
getUserHoldedCoverLength(address _add) view returns (uint256)
getValidityOfCover(uint256 _cid) view returns (uint256 date)
getscAddressOfCover(uint256 _cid) view returns (uint256, address)
holdedCoverIDStatus(uint256) view returns (uint256)
refundEligible(address) view returns (bool)
timestampRepeated(uint256) view returns (bool)
userHoldedCover(address, uint256) view returns (uint256)
State-modifying
Events addCover(uint16 _coverPeriod, uint256 _sumAssured, address _userAddress, bytes4 _currencyCode, address _scAddress, uint256 premium, uint256 premiumNXM)
addHoldCover(address from, address scAddress, bytes4 coverCurr, uint256[] coverDetails, uint16 coverPeriod)
addInTotalSumAssured(bytes4 _curr, uint256 _amount)
addInTotalSumAssuredSC(address _add, bytes4 _curr, uint256 _amount)
changeAuthQuoteEngine(address _add)
changeCoverStatusNo(uint256 _cid, uint8 _stat)
changeDependentContractAddress()
changeMasterAddress(address _masterAddress)
setHoldedCoverIDStatus(uint256 holdedCoverID, uint256 status)
setKycAuthAddress(address _add)
setRefundEligible(address _add, bool status)
setTimestampRepeated(uint256 _timestamp)
subFromTotalSumAssured(bytes4 _curr, uint256 _amount)
subFromTotalSumAssuredSC(address _add, bytes4 _curr, uint256 _amount)
updateUintParameters(bytes8 code, uint256 val)
CoverDetailsEvent(uint256 indexed cid, address scAdd, uint256 sumAssured, uint256 expiry, uint256 premium, uint256 premiumNXM, bytes4 curr)
CoverStatusEvent(uint256 indexed cid, uint8 statusNum)
constructor(address _authQuoteAdd, address _kycAuthAdd)
This contract contains no fallback and receive objects.
This contract contains no error objects.