CVCOIN ERC20
Verified contract
Active on
Ethereum with 7,353 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 |
---|---|---|---|---|---|
FOR | ERC-20 | 1 | $0.004024 |
$0 | |
CVN | ERC-20 | 7.866881K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18048913 | a year ago | | | 0 | 0.00042628712 | |
| 17864623 | a year ago | | | 0 | 0.00073039522 | |
| 17670243 | a year ago | | | 0 | 0.00079673334 | |
| 17463906 | a year ago | | | 0 | 0.00074051997 | |
| 17237276 | a year ago | | | 0 | 0.0068998791 | |
| 16988523 | 2 years ago | | | 0 | 0.0014062617 | |
| 16647628 | 2 years ago | | | 0 | 0.0011934216 | |
| 16607611 | 2 years ago | | | 0 | 0.00084534030 | |
| 16575622 | 2 years ago | | | 0 | 0.0012045726 | |
| 14790861 | 2 years ago | | | 0 | 0.00047402862 |
ABI
ABI objects
Getter at block 21162735
TOTAL_SUPPLY() view returns (uint256)
1500000000000
decimals() view returns (uint8)
5
name() view returns (string)
CVCOIN ERC20
openLedgerAddress() view returns (address)
0xddd3fc4a0f9e3f2a966609f8a329900cb30a4eaa
symbol() view returns (string)
CVN
totalSupply() view returns (uint256)
1500000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _openLedger)
This contract contains no fallback and receive objects.
This contract contains no error objects.