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 "WOJAKS"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16770446 | 2 years ago | | | 0 | 0.0017609962 | |
| 16670732 | 2 years ago | | | 0 | 0.0020757313 | |
| 16234973 | 2 years ago | | | 0 | 0.00067085945 | |
| 16177939 | 2 years ago | | | 0 | 0.00078571369 | |
| 16172328 | 2 years ago | | | 0 | 0.00033803384 | |
| 15996336 | 2 years ago | | | 0 | 0.00062146414 | |
| 15886680 | 2 years ago | | | 0 | 0.00076219255 | |
| 15876310 | 2 years ago | | | 0 | 0.0010936328 | |
| 15838094 | 2 years ago | | | 0 | 0.00092214003 | |
| 15810347 | 2 years ago | | | 0 | 0.00055585367 |
ABI
ABI objects
Getter at block 21091913
baseExtension() view returns (string)
.json
baseURI() view returns (string)
ipfs://QmQEvMHHWiHctG6BgiCDQCJRsEePrgaBi4mY7wUtyV3ySP/
cost() view returns (uint256)
0
maxMintAmount() view returns (uint256)
10
maxSupply() view returns (uint256)
4269
name() view returns (string)
WOJAKS
notRevealedUri() view returns (string)
ipfs://QmQeUgnV4nsM9AnQR9wjBCEK1QaR7EEFnPkqnjuzp51c9u/unrevealed.json
owner() view returns (address)
0xe9933c997637fbed267d5a1cd95a72045e8674d8
paused() view returns (bool)
false
revealed() view returns (bool)
true
symbol() view returns (string)
WJK
totalSupply() view returns (uint256)
4269
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)
mint(uint256 _mintAmount) payable
pause(bool _state)
renounceOwnership()
reveal()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseExtension(string _newBaseExtension)
setBaseURI(string _newBaseURI)
setCost(uint256 _newCost)
setNotRevealedURI(string _notRevealedURI)
setmaxMintAmount(uint256 _newmaxMintAmount)
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 _name, string _symbol, string _initBaseURI, string _initNotRevealedUri)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()