covToken
Verified contract
Proxy
Active on
Ethereum with 259 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) |
---|---|---|---|---|---|---|---|
| 18932530 | 10 months ago | | | 0 | 0.00043090663 | |
| 18911822 | 10 months ago | | | 0 | 0.00026371332 | |
| 14478897 | 3 years ago | | | 0 | 0.0012955696 | |
| 14478357 | 3 years ago | | | 0 | 0.0021673895 | |
| 12680509 | 3 years ago | | | 0 | 0.0015621820 | |
| 12315851 | 4 years ago | | | 0 | 0.0021129350 | |
| 12076017 | 4 years ago | | | 0 | 0.0075363050 | |
| 11988043 | 4 years ago | | | 0 | 0.0042073850 | |
| 11965510 | 4 years ago | | | 0 | 0.0055482000 | |
| 11961441 | 4 years ago | | | 0 | 0.0033751551 |
ABI
ABI objects
Getter at block 21091898
decimals() view returns (uint8)
18
name() view returns (string)
covToken
owner() view returns (address)
0x8ce9e9c8d6ebb919ca7db573737d7c4acdd904f8
symbol() view returns (string)
COVER_AAVE_2021_05_31_DAI_0_CLAIM
totalSupply() view returns (uint256)
499504418392282845581419
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.