cVToken
Verified contract
Active on
Ethereum with 54,191 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CVT | ERC-20 | 5 | $0.000113 |
$0 | |
| ERC-20 | 88.888888M | -- | -- | |
| ERC-20 | 21M | -- | -- | |
cV | ERC-20 | 1.428324M | -- | -- | |
| ERC-20 | 8.889K | -- | -- | |
ECPN | ERC-20 | 100 | -- | -- | |
SHE | ERC-20 | 20 | -- | -- | |
LINO | ERC-20 | 20 | -- | -- | |
DTA | ERC-20 | 10 | -- | -- | |
VIP | ERC-20 | 8 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20971961 | a month ago | | | 0 | 0.0011423060 | |
| 20453364 | 3 months ago | | | 0 | 0.000054311000 | |
| 20453299 | 3 months ago | | | 0 | 0.000051923000 | |
| 19806262 | 6 months ago | | | 0 | 0.00012908221 | |
| 19682303 | 7 months ago | | | 0 | 0.00075712542 | |
| 19581723 | 7 months ago | | | 0 | 0.0010417245 | |
| 19369648 | 8 months ago | | | 0 | 0.0050377653 | |
| 19033968 | 10 months ago | | | 0 | 0.00075507839 | |
| 18876477 | 10 months ago | | | 0 | 0.0017184309 | |
| 18770819 | a year ago | | | 0 | 0.0032975837 |
ABI
ABI objects
Getter at block 21158445
decimals() view returns (uint8)
18
mintingFinished() view returns (bool)
true
name() view returns (string)
cVToken
owner() view returns (address)
0xda6cb58a0d0c01610a29c5a65c303e13e885887c
supplyLimit() view returns (uint256)
9931143978000000000000000000
symbol() view returns (string)
cV
tokenOwner() view returns (address)
0xda6cb58a0d0c01610a29c5a65c303e13e885887c
totalSupply() view returns (uint256)
9931143978000000000000000000
transfersAreLocked() view returns (bool)
false
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
changeTransferLock(bool locked)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
finishMinting() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
lockTill(address addr, uint256 unlockTime)
mint(address _to, uint256 _amount) returns (bool)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Mint(address indexed to, uint256 amount)
MintFinished()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.