Velocity Token
Verified contract
Active on
Ethereum with 83 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LINO | ERC-20 | 20 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 5394181 | 7 years ago | | | 0 | 0.0014573600 | |
| 5238679 | 7 years ago | | | 0 | 0.00072996000 | |
| 5203766 | 7 years ago | | | 0 | 0.00092166200 | |
| 5193483 | 7 years ago | | | 0 | 0.00046256000 | |
| 5186478 | 7 years ago | | | 0 | 0.0015302280 | |
| 5172179 | 7 years ago | | | 0 | 0.00098400000 | |
| 5036595 | 7 years ago | | | 0 | 0.00085736000 | |
| 5008765 | 7 years ago | | | 0 | 0.0021434000 | |
| 5008758 | 7 years ago | | | 0 | 0.0051433999 | |
| 5007882 | 7 years ago | | | 0 | 0.00076511400 |
ABI
ABI objects
Getter at block 21304875
INITIAL_SUPPLY() view returns (uint256)
1200000000000000
decimals() view returns (uint256)
8
name() view returns (string)
Velocity Token
symbol() view returns (string)
VTN
totalSupply() view returns (uint256)
1200000000000000
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)
burn(uint256 _value) returns (bool success)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
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)
Burnt(address indexed _from, uint256 _amount)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.