Cover
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
5
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 "Cover"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "Cover"
ABI
ABI objects
Getter at block 21192938
claimCovToken() view returns (address)
0x0000000000000000000000000000000000000000
claimNonce() view returns (uint256)
0
collateral() view returns (address)
0x0000000000000000000000000000000000000000
expirationTimestamp() view returns (uint48)
0
getCoverDetails() view returns (string _name, uint48 _expirationTimestamp, address _collateral, uint256 _claimNonce, address _claimCovToken, address _noclaimCovToken)
(_name=, _expirationTimestamp=0, _collateral=0x0000000000000000000000000000000000000000, _claimNonce=0, _claimCovToken=0x0000000000000000000000000000000000000000, _noclaimCovToken=0x0000000000000000000000000000000000000000)
name() view returns (string)
noclaimCovToken() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
This contract contains no read-only function objects.
State-modifying
Events claimOwnership()
initialize(string _name, uint48 _timestamp, address _collateral, uint256 _claimNonce)
mint(uint256 _amount, address _receiver)
redeemClaim()
redeemCollateral(uint256 _amount)
redeemNoclaim()
setCovTokenSymbol(string _name)
transferOwnership(address newOwner)
NewCoverERC20(address arg0)
OwnershipTransferCompleted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferInitiated(address indexed previousOwner, address indexed newOwner)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.