covToken
Verified contract
Proxy
Active on
Ethereum with 82 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
Balances ($0.00)
No balances found for "covToken"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16666236 | 2 years ago | | | 0 | 0.00054401439 | |
| 16284448 | 2 years ago | | | 0 | 0.00057711594 | |
| 16256879 | 2 years ago | | | 0 | 0.00033820380 | |
| 12693795 | 3 years ago | | | 0 | 0.00024766300 | |
| 12693794 | 3 years ago | | | 0 | 0.00024766300 | |
| 12632292 | 3 years ago | | | 0 | 0.00019051000 | |
| 12632290 | 3 years ago | | | 0 | 0.00019051000 | |
| 11639441 | 4 years ago | | | 0 | 0.0028295821 | |
| 11601613 | 4 years ago | | | 0 | 0.0051875671 | |
| 11572868 | 4 years ago | | | 0 | 0.0015719900 |
ABI
ABI objects
Getter at block 21192060
decimals() view returns (uint8)
18
name() view returns (string)
covToken
owner() view returns (address)
0xc6eee295335ec3bea93b08d5c8568cc014426436
symbol() view returns (string)
COVER_CORE_2021_02_28_DAI_0_CLAIM
totalSupply() view returns (uint256)
58497038912817654005760
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
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
approve(address spender, uint256 amount) returns (bool)
burn(uint256 _amount) returns (bool)
burnByCover(address _account, uint256 _amount) returns (bool)
claimOwnership()
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(string _symbol)
mint(address _account, uint256 _amount) returns (bool)
setSymbol(string _symbol) returns (bool)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferCompleted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferInitiated(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
This contract contains no constructor objects.
fallback()
receive()
This contract contains no error objects.