Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Velox"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12839888 | 3 years ago | | | 0 | 0.0010207340 | |
| 8521612 | 5 years ago | | | 0 | 0.0011582600 | |
| 8429905 | 5 years ago | | | 0 | 0.0020165200 | |
| 8052275 | 5 years ago | | | 0 | 0.0047488660 | |
| 7511602 | 6 years ago | | | 0 | 0.00057913000 | |
| 7036656 | 6 years ago | | | 0 | 0.0023152400 | |
| 7030699 | 6 years ago | | | 0 | 0.00074639070 | |
| 7017314 | 6 years ago | | | 0 | 0.00011090860 | |
| 7004671 | 6 years ago | | | 0 | 0.00011142000 | |
| 6998201 | 6 years ago | | | 0 | 0.0015078600 |
ABI
ABI objects
Getter at block 21324983
MAX_TOTAL_SUPPLY() view returns (uint256)
10000000000
STAKE_APR() view returns (uint256)
13
STAKE_MIN_AGE() view returns (uint256)
1280
balancesInitialized() view returns (bool)
true
decimals() view returns (uint8)
2
getCoinAge() view returns (uint256)
0
name() view returns (string)
Velox
owner() view returns (address)
0xa50e08dfc3020945622bbe0f5effa14ef1b82047
symbol() view returns (string)
VLX
totalSupply() view returns (uint256)
1603427544
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
batchTransfer(address[] _to, uint256[] _values) returns (bool)
completeInitialization()
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
initBalances(address[] _accounts, uint64[] _amounts)
mint() returns (bool)
renounceOwnership()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address _newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Mint(address indexed to, uint256 amount)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.