Voyager Token
Verified contract
Active on
Ethereum with 92,024 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x8692…d54f
Balances ($252.44)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
VGX | ERC-20 | 22.218064K | $0.00894 |
$198.62 | |
USDT | ERC-20 | 35.94641 | $1.001 |
$35.98 | |
CHZ | ERC-20 | 228.501663 | $0.078051 |
$17.83 | |
SAITAMA | ERC-20 | 21.745242B | -- | -- | |
SAITAMA | ERC-20 | 22.23507K | -- | -- | |
VGX | ERC-20 | 4.974164K | -- | -- | |
QSP | ERC-20 | 4.18865K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21246486 | 25 minutes ago | | | 0 | 0.00048634600 | |
| 21246179 | an hour ago | | | 0 | 0.00064934866 | |
| 21245006 | 5 hours ago | | | 0 | 0.00076978090 | |
| 21244868 | 6 hours ago | | | 0 | 0.00035743081 | |
| 21244789 | 6 hours ago | | | 0 | 0.00087030751 | |
| 21244376 | 7 hours ago | | | 0 | 0.00097053711 | |
| 21244317 | 8 hours ago | | | 0 | 0.00058425347 | |
| 21243873 | 9 hours ago | | | 0 | 0.00049272241 | |
| 21243858 | 9 hours ago | | | 0 | 0.0010685391 | |
| 21243837 | 9 hours ago | | | 0 | 0.00089323190 |
ABI
ABI objects
Getter at block 21246609
decimals() view returns (uint8)
8
name() view returns (string)
Voyager Token
owner() view returns (address)
0xe793e8aefc1e8f104a9be9cf73e4ab1dff892372
symbol() view returns (string)
VGX
totalSupply() view returns (uint256)
100000000000644529
totalSupplyVirtual() view returns (uint256)
100001334267633466
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
init(address[] minterAddresses, address stakingContract)
mint(address account, uint256 amount)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name, string symbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.