covenant
Verified contract
Proxy
Active on
Ethereum with 3,478 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.04)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
COVN | ERC-20 | 3 | $0.012921 |
$0.04 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21118831 | 13 days ago | | | 0 | 0.00012481823 | |
| 20840927 | 2 months ago | | | 0 | 0.00074920450 | |
| 20836042 | 2 months ago | | | 0 | 0.0025884520 | |
| 20812783 | 2 months ago | | | 0 | 0.00055025540 | |
| 20812778 | 2 months ago | | | 0 | 0.00052618639 | |
| 20812773 | 2 months ago | | | 0 | 0.00056783624 | |
| 20812720 | 2 months ago | | | 0 | 0.00055190376 | |
| 20812715 | 2 months ago | | | 0 | 0.00055537028 | |
| 20777245 | 2 months ago | | | 0 | 0.00016379181 | |
| 20777240 | 2 months ago | | | 0 | 0.00019638871 |
ABI
ABI objects
Getter at block 21209677
decimals() view returns (uint8)
18
name() view returns (string)
covenant
owner() view returns (address)
0x945a740200c583324e12722c39fcfc416fd58824
paused() view returns (bool)
false
symbol() view returns (string)
COVN
totalSupply() view returns (uint256)
350000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isFrozen(address holder) view returns (bool frozen)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
freezeAccount(address holder)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(address initalizeOwner, string initalizeName, string initalizeSymbol, uint8 initalizeDecimals, uint256 initalizeSupply)
pause()
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unfreezeAccount(address holder)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
Freeze(address indexed holder)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 value)
Unfreeze(address indexed holder)
Unpaused(address account)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.