Token Tycoon Wonders
Verified contract
Active on
Ethereum with 7 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 |
---|---|---|---|---|---|
TTW | ERC-721 | 1 | -- | -- | |
TTW | ERC-721 | 1 | -- | -- | |
TTW | ERC-721 | 1 | -- | -- | |
TTW | ERC-721 | 1 | -- | -- | |
TTW | ERC-721 | 1 | -- | -- | |
TTW | ERC-721 | 1 | -- | -- | |
TTW | ERC-721 | 1 | -- | -- | |
TTW | ERC-721 | 1 | -- | -- | |
TTW | ERC-721 | 1 | -- | -- | |
TTW | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 6543522 | 6 years ago | | | 0 | 0.00026671200 | |
| 6181494 | 6 years ago | | | 0 | 0.00011113000 | |
| 6181331 | 6 years ago | | | 0 | 0.000026449200 | |
| 6181328 | 6 years ago | | | 0 | 0.000088776000 | |
| 6181318 | 6 years ago | | | 0 | 0.000052783200 | |
| 6181203 | 6 years ago | | | 0 | 0.000080013600 | |
| 6181117 | 6 years ago | | | 0 | 0.000080013600 |
ABI
ABI objects
Getter at block 21185903
addrAdmin() view returns (address)
0x553489ea2e3e2c3aa13a574dfe3e4bb5a53a64b3
isPaused() view returns (bool)
false
name() pure returns (string)
Token Tycoon Wonders
providerContract() view returns (address)
0x0000000000000000000000000000000000000000
symbol() pure returns (string)
TTW
totalSupply() view returns (uint256)
180
Read-only
balanceOf(address _owner) view returns (uint256)
getApproved(uint256 _tokenId) view returns (address)
getOwnTokens(address _owner) view returns (uint256[])
getOwnerTokens(address _owner) view returns (uint256[] tokenIdArray, uint256[] protoIdArray)
getProtoIdByTokenId(uint256 _tokenId) view returns (uint256 protoId)
getSafeContract(address _actionAddr) view returns (bool)
isApprovedForAll(address _owner, address _operator) view returns (bool)
ownerOf(uint256 _tokenId) view returns (address owner)
supportsInterface(bytes4 _interfaceId) view returns (bool)
tokenByIndex(uint256 _index) view returns (uint256)
tokenOfOwnerByIndex(address _owner, uint256 _index) view returns (uint256)
tokenURI(uint256 _tokenId) view returns (string)
wonderArray(uint256) view returns (uint256)
State-modifying
Events approve(address _approved, uint256 _tokenId)
approveAndCall(address _spender, uint256 _tokenId, bytes _extraData) returns (bool success)
doPause()
doUnpause()
initManager(uint256 _gene, uint256 _count)
safeGiveByContract(uint256 _tokenId, address _to)
safeTransferByContract(uint256 _tokenId, address _to)
safeTransferFrom(address _from, address _to, uint256 _tokenId)
safeTransferFrom(address _from, address _to, uint256 _tokenId, bytes data)
setAdmin(address _newAdmin)
setApprovalForAll(address _operator, bool _approved)
setMetadataProvider(address _provider)
setSafeContract(address _actionAddr, bool _useful)
transferFrom(address _from, address _to, uint256 _tokenId)
AdminTransferred(address indexed preAdmin, address indexed newAdmin)
Approval(address indexed _owner, address indexed _approved, uint256 _tokenId)
ApprovalForAll(address indexed _owner, address indexed _operator, bool _approved)
Transfer(address indexed from, address indexed to, uint256 tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.