Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "GUA"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17366691 | 2 years ago | | | 0 | 0.0029443924 | |
| 17366689 | 2 years ago | | | 0 | 0.0024990824 | |
| 17366685 | 2 years ago | | | 0 | 0.0033148581 | |
| 17366680 | 2 years ago | | | 0 | 0.0029965092 | |
| 17366150 | 2 years ago | | | 0 | 0.0017640730 | |
| 17358314 | 2 years ago | | | 0 | 0.0012536572 | |
| 17358293 | 2 years ago | | | 0 | 0.0011016800 | |
| 17353214 | 2 years ago | | | 0 | 0.0015421473 | |
| 17353176 | 2 years ago | | | 0 | 0.0036174150 | |
| 17353150 | 2 years ago | | | 0 | 0.0032048057 |
ABI
ABI objects
Getter at block 21417489
_BaGuaAddress() view returns (address)
0x8328bbe2d08e9989a283c0ed5464ce8cdce37a57
_GUAMetadataAddress() view returns (address)
0x0a0230334515852c1e1de287b28dfe4bceb8ee30
_artist() view returns (address)
0x699b104fcab88d898a09bf4e9da62c0ea8b2742e
_colorsFrozen() view returns (bool)
false
_depsFrozen() view returns (bool)
false
_manager() view returns (address)
0x074a8fa105bf658bde876c47d65999ea9622d1ee
name() view returns (string)
GUA
symbol() view returns (string)
GUA
totalSupply() view returns (uint256)
381
Read-only
_colors(uint256) view returns (bytes3)
_guas(uint256) view returns (bytes32 seed, bytes32 queryhash, uint256 timestamp, uint256 rand, bytes gif, string encrypted, string query, bool queried, uint8 colorIndex, bytes2 bitstream)
_readers(address) view returns (bool)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getData(uint256 _tokenId) view returns (bytes gif, bytes32 seed, bool queried, string encrypted)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenAPI(uint256 _tokenId) view returns (string api)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events addReader(address _reader)
approve(address to, uint256 tokenId)
burn(uint256 tokenId)
mint(address _owner, bytes32 _queryhash, uint256 _rand, string _encrypted) returns (uint256 tokenId, bytes32 seed)
mintFetusMovement()
publishQuery(uint256 _tokenId, string _query) returns (bool published)
redeemFortune(uint256 _tokenId, bytes32 _queryhash, uint256 _rand, string _encrypted) returns (bool success)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setDependencies(address GUAMetadataAddress_, address BaGuaAddress_, bool _freeze)
setManager(address manager_)
transferFrom(address from, address to, uint256 tokenId)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address manager_, bytes3[] colors_)
This contract contains no fallback and receive objects.
This contract contains no error objects.