Wicked Worlds NFT
Verified contract
Active on
Ethereum with 342 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 "Wicked Worlds NFT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16344554 | 2 years ago | | | 0 | 0.00080333716 | |
| 15535553 | 2 years ago | | | 0 | 0.00037879469 | |
| 15512603 | 2 years ago | | | 0 | 0.00024866172 | |
| 15499831 | 2 years ago | | | 0 | 0.00052637049 | |
| 15499423 | 2 years ago | | | 0 | 0.00078520623 | |
| 15386354 | 2 years ago | | | 0 | 0.00050456174 | |
| 15324618 | 2 years ago | | | 0 | 0.00027030780 | |
| 15204928 | 2 years ago | | | 0 | 0.00014960017 | |
| 15062231 | 2 years ago | | | 0 | 0.00022616300 | |
| 15060631 | 2 years ago | | | 0 | 0.00025847200 |
ABI
ABI objects
Getter at block 21208564
FREE_ITEMS_COUNT() view returns (uint256)
6969
MAX_IN_TRX() view returns (uint256)
69
MINT_PRICE() view returns (uint256)
6900000000000000
TOTAL_SUPPLY() view returns (uint256)
6969
baseTokenURI() view returns (string)
ipfs://QmYzEoWuna6Ur3EmSogv3pkaeriB2pmZS7CH3SbsGn6ddj/
name() view returns (string)
Wicked Worlds NFT
owner() view returns (address)
0x8a16b89db8da2ae63e9e1abb8229c014cbdf19f5
paused() view returns (bool)
false
symbol() view returns (string)
WickedWorlds
totalSupply() view returns (uint256)
6969
uriSuffix() view returns (string)
.json
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mintItem(uint256 quantity) payable
mintTo(address to, uint256 quantity) payable
pause(bool _state)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseTokenURI(string _baseTokenURI)
setCost(uint256 _newCost)
setFreeCount(uint256 _count)
setMaxInTRX(uint256 _total)
setUriSuffix(string _uriSuffix)
setmaxMintAmount(uint256 _count)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw() payable
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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _initBaseURI)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()