Token Tycoon Coin
Verified contract
Active on
Ethereum with 2,310 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 |
---|---|---|---|---|---|
GSE | ERC-20 | 41 | $0.000032 |
$0 | |
TTC | ERC-20 | 26.7 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13881027 | 3 years ago | | | 0 | 0.0011614471 | |
| 13881023 | 3 years ago | | | 0 | 0.0012725500 | |
| 7521138 | 6 years ago | | | 0 | 0.000037063000 | |
| 7016152 | 6 years ago | | | 0 | 0.000060138000 | |
| 6947973 | 6 years ago | | | 0 | 0.00010354621 | |
| 6947815 | 6 years ago | | | 0 | 0.00010354621 | |
| 6947701 | 6 years ago | | | 0 | 0.00010354622 | |
| 6947514 | 6 years ago | | | 0 | 0.00010354622 | |
| 6946617 | 6 years ago | | | 0 | 0.00010020600 | |
| 6946493 | 6 years ago | | | 0 | 0.00010020601 |
ABI
ABI objects
Getter at block 21191448
addrAdmin() view returns (address)
0x553489ea2e3e2c3aa13a574dfe3e4bb5a53a64b3
addrFinance() view returns (address)
0x76a8bdd40031556fb0c25d7c920ff16ab5332f44
addrService() view returns (address)
0x553489ea2e3e2c3aa13a574dfe3e4bb5a53a64b3
decimals() view returns (uint8)
18
getCanSellBalance() view returns (uint256)
26700000000000000000
isPaused() view returns (bool)
false
name() view returns (string)
Token Tycoon Coin
symbol() view returns (string)
TTC
totalSupply() view returns (uint256)
850000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
getBalanceByAccount(string _account) view returns (uint256)
getIGOAccoountByAddr(address _addr) view returns (string)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
approveAndCall(address _spender, uint256 _value, bytes _extraData) returns (bool success)
buy(string _account) payable
doPause()
doUnpause()
setAdmin(address _newAdmin)
setFinance(address _newFinance)
setService(address _newService)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
withdraw(address _target, uint256 _amount)
AdminTransferred(address indexed preAdmin, address indexed newAdmin)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
BuyIGO(address indexed _from, string _account, uint256 _ethVal, uint256 _tthVal)
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor()
fallback()
This contract contains no error objects.