covToken
Verified contract
Proxy
Active on
Ethereum with 20 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) |
---|---|---|---|---|---|---|---|
| 20910759 | 2 months ago | | | 0 | 0.00059478371 | |
| 11550085 | 4 years ago | | | 0 | 0.0065261781 | |
| 11542824 | 4 years ago | | | 0 | 0.0046697350 | |
| 11540859 | 4 years ago | | | 0 | 0.0025891600 | |
| 11519174 | 4 years ago | | | 0 | 0.0015166470 | |
| 11517074 | 4 years ago | | | 0 | 0.0025429251 | |
| 11506765 | 4 years ago | | | 0 | 0.0028203350 | |
| 11506703 | 4 years ago | | | 0 | 0.0029091062 | |
| 11505971 | 4 years ago | | | 0 | 0.0014795200 | |
| 11502448 | 4 years ago | | | 0 | 0.0033811656 |
ABI
ABI objects
Getter at block 21259861
decimals() view returns (uint8)
18
name() view returns (string)
covToken
owner() view returns (address)
0xa48879daaae3a7df8d688c27007d61f674cde9b5
symbol() view returns (string)
COVER_AUGUR_2021_02_28_DAI_0_CLAIM
totalSupply() view returns (uint256)
12782280077589284323328
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.