VcoinToken
Verified contract
Active on
Ethereum with 179 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "VcoinToken"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10533646 | 4 years ago | | | 0 | 0.0012107370 | |
| 10527497 | 4 years ago | | | 0 | 0.0029737530 | |
| 10520790 | 4 years ago | | | 0 | 0.0026057710 | |
| 10495273 | 4 years ago | | | 0 | 0.0016709770 | |
| 10495249 | 4 years ago | | | 0 | 0.0039819010 | |
| 10469709 | 4 years ago | | | 0 | 0.0022615208 | |
| 10461869 | 4 years ago | | | 0 | 0.00091194600 | |
| 10461830 | 4 years ago | | | 0 | 0.0015424500 | |
| 10456656 | 4 years ago | | | 0 | 0.0011935550 | |
| 10456641 | 4 years ago | | | 0 | 0.0027873307 |
ABI
ABI objects
Getter at block 21186014
decimals() view returns (uint8)
18
name() view returns (string)
VcoinToken
symbol() view returns (string)
VCOIN
totalSupply() view returns (uint256)
2100000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
allowed(address, address) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
balances(address) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor(uint256 _initialAmount, string _tokenName, uint8 _decimalUnits, string _tokenSymbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.