COVER_CORE_2021_02_28_DAI_0
Verified contract
Proxy
Active on
Ethereum with 60 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x07ab…c6af
0x352e…0963
Balances ($143.12)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DAI | ERC-20 | 142.980997 | $1.001 |
$143.12 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12089271 | 4 years ago | | | 0 | 0.021048975 | |
| 12037128 | 4 years ago | | | 0 | 0.011600324 | |
| 12010830 | 4 years ago | | | 0 | 0.0098228550 | |
| 12010789 | 4 years ago | | | 0 | 0.010009957 | |
| 12009579 | 4 years ago | | | 0 | 0.0093353860 | |
| 12008590 | 4 years ago | | | 0 | 0.0098238655 | |
| 12008470 | 4 years ago | | | 0 | 0.010019312 | |
| 12007870 | 4 years ago | | | 0 | 0.010384161 | |
| 12007663 | 4 years ago | | | 0 | 0.013471344 | |
| 12007602 | 4 years ago | | | 0 | 0.014968160 |
ABI
ABI objects
Getter at block 21192938
claimCovToken() view returns (address)
0x07ab6390bc4f105dd2ac24a7cb1dce9b3ec5c6af
claimNonce() view returns (uint256)
0
collateral() view returns (address)
0x6b175474e89094c44da98b954eedeac495271d0f
expirationTimestamp() view returns (uint48)
1614470400
getCoverDetails() view returns (string _name, uint48 _expirationTimestamp, address _collateral, uint256 _claimNonce, address _claimCovToken, address _noclaimCovToken)
(_name=COVER_CORE_2021_02_28_DAI_0, _expirationTimestamp=1614470400, _collateral=0x6b175474e89094c44da98b954eedeac495271d0f, _claimNonce=0, _claimCovToken=0x07ab6390bc4f105dd2ac24a7cb1dce9b3ec5c6af, _noclaimCovToken=0x352e4bbdda1ed839ac07533ed9eebadc39a70963)
name() view returns (string)
COVER_CORE_2021_02_28_DAI_0
noclaimCovToken() view returns (address)
0x352e4bbdda1ed839ac07533ed9eebadc39a70963
owner() view returns (address)
0x1f8326d5dc9664210b46800229858ee63784bf19
Read-only
This contract contains no read-only function objects.
State-modifying
Events admin() returns (address)
changeAdmin(address newAdmin)
implementation() returns (address)
initialize(address _logic, address _admin, bytes _data) payable
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
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)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
NewCoverERC20(address arg0)
OwnershipTransferCompleted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferInitiated(address indexed previousOwner, address indexed newOwner)
This contract contains no constructor objects.
fallback()
receive()
This contract contains no error objects.