TouristToken
Verified contract
Active on
Ethereum with 2,386 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 |
---|---|---|---|---|---|
TOTO | ERC-20 | 4.17401B | -- | -- | |
AOA | ERC-20 | 3 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12245963 | 4 years ago | | | 0 | 0.0025753152 | |
| 11309134 | 4 years ago | | | 0 | 0.0020228670 | |
| 9624356 | 5 years ago | | | 0 | 0.000045111000 | |
| 9034132 | 5 years ago | | | 0 | 0.000037214000 | |
| 8977091 | 5 years ago | | | 0 | 0.000037278000 | |
| 8888091 | 5 years ago | | | 0 | 0.00055821000 | |
| 8027929 | 5 years ago | | | 0 | 0.00037214000 | |
| 7433876 | 6 years ago | | | 0 | 0.00013002500 | |
| 7368640 | 6 years ago | | | 0 | 0.000074300000 | |
| 7348589 | 6 years ago | | | 0 | 0.000074300000 |
ABI
ABI objects
Getter at block 21190388
MIN_CONTRIBUTION() view returns (uint256)
10000000000000000
decimals() view returns (uint256)
8
distributionFinished() view returns (bool)
true
name() view returns (string)
TouristToken
symbol() view returns (string)
TOTO
tokensPerEth() view returns (uint256)
2000000000000000
totalDistributed() view returns (uint256)
2021144190234110445
totalSupply() view returns (uint256)
2000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
getTokenBalance(address tokenAddress, address who) view returns (uint256)
State-modifying
Events adminClaimAirdrop(address _participant, uint256 _amount)
adminClaimAirdropMultiple(address[] _addresses, uint256 _amount)
approve(address _spender, uint256 _value) returns (bool success)
burn(uint256 _value)
finishDistribution() returns (bool)
getTokens() payable
transfer(address _to, uint256 _amount) returns (bool success)
transferFrom(address _from, address _to, uint256 _amount) returns (bool success)
transferOwnership(address newOwner)
updateTokensPerEth(uint256 _tokensPerEth)
withdraw()
withdrawForeignTokens(address _tokenContract) returns (bool)
Airdrop(address indexed _owner, uint256 _amount, uint256 _balance)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Burn(address indexed burner, uint256 value)
Distr(address indexed to, uint256 amount)
DistrFinished()
TokensPerEthUpdated(uint256 _tokensPerEth)
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor()
fallback()
This contract contains no error objects.