Wonder Game
Verified contract
Active on
Ethereum with 1,347 txns
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 "Wonder Game"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20484064 | 3 months ago | | | 0 | 0.00043836563 | |
| 20484019 | 3 months ago | | | 0 | 0.00049343000 | |
| 20484015 | 3 months ago | | | 0 | 0.00066431000 | |
| 20483975 | 3 months ago | | | 0 | 0.00054607926 | |
| 20195101 | 5 months ago | | | 0 | 0.000058290772 | |
| 20177653 | 5 months ago | | | 0 | 0.00038492492 | |
| 19681843 | 7 months ago | | | 0 | 0.00043269674 | |
| 19609208 | 7 months ago | | | 0 | 0.00049638310 | |
| 19562691 | 7 months ago | | | 0 | 0.00090214147 | |
| 19499826 | 8 months ago | | | 0 | 0.00084589169 |
ABI
ABI objects
Getter at block 21182167
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
getMinter() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
name() view returns (string)
Wonder Game
owner() view returns (address)
0x6d83a97f9cc24df9b8f2d021a87e3cb0dd9a1a65
symbol() view returns (string)
WONDER
Read-only
balanceOf(address owner) view returns (uint256)
character(uint256 _tokenId) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
secondaryTokenURI(uint256 _tokenId) view returns (string)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 _tokenId)
grantRole(bytes32 role, address account)
mint(address _to, uint256 _tokenId, string _secondaryTokenUri, uint256 _generation)
mintBatch(address _to, uint256[] _tokenIds, string[] _secondaryTokenUris, uint256 _generation)
renounceOwnership()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string __baseURI)
setSecondaryTokenUri(uint256 _tokenId, string _tokenUri)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
SecondaryTokenURIUpdated(uint256 tokenId, string oldUri, string newUri)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string name_, string symbol_, string __baseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.