Traveler Token
Verified contract
Active on
Ethereum with 555 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 |
---|---|---|---|---|---|
GMS | ERC-20 | 8.25267K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 9203831 | 5 years ago | | | 0 | 0.00010331640 | |
| 9019167 | 5 years ago | | | 0 | 0.00013615800 | |
| 8958539 | 5 years ago | | | 0 | 0.000022757000 | |
| 8930403 | 5 years ago | | | 0 | 0.000068079000 | |
| 8930335 | 5 years ago | | | 0 | 0.000068079000 | |
| 8859637 | 5 years ago | | | 0 | 0.00017388690 | |
| 8859637 | 5 years ago | | | 0 | 0.00017388690 | |
| 8859637 | 5 years ago | | | 0 | 0.00017409810 | |
| 8714696 | 5 years ago | | | 0 | 0.000018846500 | |
| 8479715 | 5 years ago | | | 0 | 0.000090772000 |
ABI
ABI objects
Getter at block 21439321
decimals() view returns (uint8)
18
mintingFinished() view returns (bool)
false
name() view returns (string)
Traveler Token
owner() view returns (address)
0x9e20287a36701343b3258c071378d084c138945b
paused() view returns (bool)
false
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
TVLR
totalSupply() view returns (uint256)
20000000000000000000000000
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)
burn(uint256 _value)
claimOwnership()
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
finishMinting() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
mint(address _to, uint256 _amount) returns (bool)
pause()
pullOut(address _token, uint256 _amount)
tokenFallback(address from_, uint256 value_, bytes data_)
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)
Burn(address indexed burner, uint256 value)
Mint(address indexed to, uint256 amount)
MintFinished()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
This contract contains no constructor objects.
fallback()
This contract contains no error objects.