Covesting
Verified contract
Active on
Ethereum with 37,183 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($418.18)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
COV | ERC-20 | 16.444954K | $0.025429 |
$418.18 | |
0xb5a5…1028 | ERC-20 | 60,000,000T | -- | -- | |
| ERC-20 | 88.888888M | -- | -- | |
| ERC-20 | 21M | -- | -- | |
COV | ERC-20 | 17.764954K | -- | -- | |
WHACKD | ERC-20 | 10.774941K | -- | -- | |
| ERC-20 | 8.889K | -- | -- | |
QSP | ERC-20 | 1K | -- | -- | |
XCEL | ERC-20 | 50 | -- | -- | |
BTL | ERC-20 | 18 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21164928 | 15 days ago | | | 0 | 0.00088052545 | |
| 20453312 | 4 months ago | | | 0 | 0.000052336000 | |
| 20453134 | 4 months ago | | | 0 | 0.000052324000 | |
| 20404796 | 4 months ago | | | 0 | 0.000078294917 | |
| 20187297 | 5 months ago | | | 0 | 0.00036274682 | |
| 19827484 | 7 months ago | | | 0 | 0.00020910022 | |
| 19709693 | 7 months ago | | | 0 | 0.00037107200 | |
| 19627412 | 7 months ago | | | 0 | 0.00098672000 | |
| 19599980 | 8 months ago | | | 0 | 0.00059188800 | |
| 19349983 | 9 months ago | | | 0 | 0.0011903586 |
ABI
ABI objects
Getter at block 21269213
decimals() view returns (uint32)
18
mintingFinished() view returns (bool)
true
name() view returns (string)
Covesting
owner() view returns (address)
0xea15adb66dc92a4bbccc8bf32fd25e2e86a2a770
saleAgent() view returns (address)
0xea15adb66dc92a4bbccc8bf32fd25e2e86a2a770
symbol() view returns (string)
COV
totalSupply() view returns (uint256)
20000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
locked(address) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
finishMinting() returns (bool)
lock(address addr, uint256 periodInDays)
mint(address _to, uint256 _amount) returns (bool)
setSaleAgent(address newSaleAgnet)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Mint(address indexed to, uint256 amount)
MintFinished()
Transfer(address indexed from, address indexed to, uint256 value)
This contract contains no constructor objects.
fallback()
This contract contains no error objects.