covKEEP underwriter token
Verified contract
Active on
Ethereum with 233 txns
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 "covKEEP underwriter token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19953789 | 7 months ago | | | 0 | 0.00021928960 | |
| 19851697 | 7 months ago | | | 0 | 0.000099305380 | |
| 19673923 | 8 months ago | | | 0 | 0.00064969306 | |
| 19571978 | 8 months ago | | | 0 | 0.0010319100 | |
| 19459347 | 9 months ago | | | 0 | 0.00098111811 | |
| 19305348 | 10 months ago | | | 0 | 0.0011438788 | |
| 19305338 | 10 months ago | | | 0 | 0.00093931977 | |
| 19305333 | 10 months ago | | | 0 | 0.00089572424 | |
| 19305329 | 10 months ago | | | 0 | 0.00090035631 | |
| 19252485 | 10 months ago | | | 0 | 0.00041658296 |
ABI
ABI objects
Getter at block 21421763
DOMAIN_SEPARATOR() view returns (bytes32)
0x7ea667d286f0fb7a630afcb816b0725cb88e232332e125dd71b81f5bb92f7b4d
PERMIT_TYPEHASH() view returns (bytes32)
0x6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c9
cachedChainId() view returns (uint256)
1
cachedDomainSeparator() view returns (bytes32)
0x7ea667d286f0fb7a630afcb816b0725cb88e232332e125dd71b81f5bb92f7b4d
decimals() view returns (uint8)
18
name() view returns (string)
covKEEP underwriter token
owner() view returns (address)
0x2ada2d985ce69b467d2d8372494df021bedfdbf2
symbol() view returns (string)
covKEEP
totalSupply() view returns (uint256)
296023543147050908892383
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
nonces(address) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
approveAndCall(address spender, uint256 amount, bytes extraData) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
mint(address recipient, uint256 amount)
permit(address owner, address spender, uint256 amount, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string _name, string _symbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.