VLTToken
Verified contract
Active on
Ethereum with 12,232 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 |
---|---|---|---|---|---|
C4Y | ERC-20 | 4.8K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18689225 | a year ago | | | 0 | 0.0017418185 | |
| 17588955 | a year ago | | | 0 | 0.00058033337 | |
| 16600085 | 2 years ago | | | 0 | 0.0013363134 | |
| 16594273 | 2 years ago | | | 0 | 0.0022808196 | |
| 14192037 | 3 years ago | | | 0 | 0.0043971464 | |
| 14075977 | 3 years ago | | | 0 | 0.0074309610 | |
| 13771645 | 3 years ago | | | 0 | 0.0043067208 | |
| 13763598 | 3 years ago | | | 0 | 0.0033710332 | |
| 13635417 | 3 years ago | | | 0 | 0.0062771107 | |
| 13601224 | 3 years ago | | | 0 | 0.0029393413 |
ABI
ABI objects
Getter at block 21166097
_totalSupply() view returns (uint256)
178797537000000000000000000
decimals() view returns (uint8)
18
name() view returns (bytes32)
0x56494f4c45540000000000000000000000000000000000000000000000000000
owner() view returns (address)
0x74afcd26d7cad4d9ee68ef9152afba369feafc56
symbol() view returns (bytes32)
0x5641490000000000000000000000000000000000000000000000000000000000
totalSupply() view returns (uint256)
178797537000000000000000000
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)
burn(uint256 _value)
burnFrom(address _from, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
transfer(address _to, uint256 _value) returns (bool)
transferAnyERC20Token(address tokenAddress, uint256 tokens) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.