covToken
Verified contract
Proxy
Active on
Ethereum with 18 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) |
---|---|---|---|---|---|---|---|
| 12917780 | 3 years ago | | | 0 | 0.00082986000 | |
| 12917776 | 3 years ago | | | 0 | 0.0010158200 | |
| 11740066 | 4 years ago | | | 0 | 0.0010810382 | |
| 11545452 | 4 years ago | | | 0 | 0.0034556039 | |
| 11544106 | 4 years ago | | | 0 | 0.0046235000 | |
| 11543531 | 4 years ago | | | 0 | 0.0058718451 | |
| 11542414 | 4 years ago | | | 0 | 0.0065191350 | |
| 11542383 | 4 years ago | | | 0 | 0.0055528235 | |
| 11542368 | 4 years ago | | | 0 | 0.016182250 | |
| 11542359 | 4 years ago | | | 0 | 0.0037686380 |
ABI
ABI objects
Getter at block 21127963
decimals() view returns (uint8)
18
name() view returns (string)
covToken
owner() view returns (address)
0x1b7cdeabc63a99b03daec90e4a761944b7f7bde4
symbol() view returns (string)
COVER_CREAM_2021_02_28_DAI_0_CLAIM
totalSupply() view returns (uint256)
2408500000000000000000
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.