VCW Token
Verified contract
Active on
Ethereum with 22,394 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 |
---|---|---|---|---|---|
KOT | ERC-20 | 11 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 9130972 | 5 years ago | | | 0 | 0.00018373500 | |
| 8609323 | 5 years ago | | | 0 | 0.00053867500 | |
| 8609210 | 5 years ago | | | 0 | 0.0013385580 | |
| 8183077 | 5 years ago | | | 0 | 0.0021966600 | |
| 8070551 | 5 years ago | | | 0 | 0.00051611000 | |
| 7978796 | 5 years ago | | | 0 | 0.00010964100 | |
| 7967756 | 5 years ago | | | 0 | 0.00044172414 | |
| 7829104 | 5 years ago | | | 0 | 0.000040131300 | |
| 7815434 | 5 years ago | | | 0 | 0.00051483000 | |
| 7810214 | 5 years ago | | | 0 | 0.00021483000 |
ABI
ABI objects
Getter at block 21159938
decimals() view returns (uint256)
18
mintable() view returns (bool)
false
name() view returns (string)
VCW Token
owner() view returns (address)
0xd1ee960d5245cf530e7e98941713b8749490ca8e
symbol() view returns (string)
VCW
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value)
mint(uint256 amount)
transfer(address _recipient, uint256 _value)
transferFrom(address _from, address _to, uint256 _value)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor(uint256 _totalSupply, string _symbol, string _name, bool _mintable)
This contract contains no fallback and receive objects.
This contract contains no error objects.