Volume Network Token
Verified contract
Active on
Ethereum with 13,418 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 |
---|---|---|---|---|---|
FOR | ERC-20 | 1 | $0.004591 |
$0 | |
VOL | ERC-20 | 200 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20453320 | 3 months ago | | | 0 | 0.000049449000 | |
| 14785535 | 2 years ago | | | 0 | 0.00090742236 | |
| 13931281 | 3 years ago | | | 0 | 0.0037165476 | |
| 13886022 | 3 years ago | | | 0 | 0.0027936663 | |
| 13649445 | 3 years ago | | | 0 | 0.0040850700 | |
| 13649196 | 3 years ago | | | 0 | 0.0059152721 | |
| 13390141 | 3 years ago | | | 0 | 0.0028538612 | |
| 13324403 | 3 years ago | | | 0 | 0.0052668379 | |
| 13298843 | 3 years ago | | | 0 | 0.0029357190 | |
| 13130487 | 3 years ago | | | 0 | 0.0067146095 |
ABI
ABI objects
Getter at block 21162194
decimals() view returns (uint256)
18
name() view returns (string)
Volume Network Token
owner() view returns (address)
0x6fcc32d98a42a4b07bd6018737e7f26505046771
paused() view returns (bool)
false
symbol() view returns (string)
VOL
totalSupply() view returns (uint256)
10000000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _fromValue, uint256 _toValue) returns (bool)
pause()
renounceOwnership()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address _newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused()
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused()
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.