WeirdCreatures

Verified contract

Active on Ethereum with 8,564 txns
Deployed by via 0xd58d55d0 at 15105825
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "WeirdCreatures"

0xb43131a49b0b8575d02826cc073a2786c81da0911d8d73c9dbce18806c643fc4
0x8d0f4c30ae3fcb6e7adb31385dce4e7f9fba18386f26bace61546321987bed53
0xa3eddb7b48e03107c622e97401df557478736f1e1ebc38426d8b64575ece8cb8
0xa9f84b084bda08f4cd4da0706ebbdaa398dd371382083e4c96b2dc7472f082c9
0x97f9f9062b3222e147fef24435e2ca335350dfd3e98ed9743161e318445d8319
0xffed2b2fa0f7548f65c591613c2d71592e395c38e54698ed734da236f327e0bf
0xaf177a2cc05da3245c7031fe45fa70a487032870e3d8575e07081d7133ea9a33
0x03d3226328e20445181c4968be2f5ec3b233ce6b88293ec08fefc55f46590cb0
0xaf4b51fe77790cd1d33ff8682ef96138ee469fe4e86bface7d3d39e414167f71
0xc6a8b8ee9dcf1e885c348418de1df9ae1e4a6de91cc22745db81767790be9508

Functions
Getter at block 21267612
_cost_(view returns (uint256)
5000000000000000
cost(view returns (uint256)
5000000000000000
hiddenMetadataUri(view returns (string)
ipfs://QmTCQfp243BurnSfGXv15b1YX2jxZwBprKnpbLDdmDgMb3/hidden.json
maxMintAmountPerTx(view returns (uint256)
5
maxSupply(view returns (uint256)
6666
merkleRoot(view returns (bytes32)
0xe3d69eb3a845c194d553975d9ac2daf99902ec35e2989592290f1fb27d0e710e
name(view returns (string)
WeirdCreatures
owner(view returns (address)
0xb8f8159fa8317a103714ccae14043b79a55d6119
paused(view returns (bool)
false
revealed(view returns (bool)
true
symbol(view returns (string)
WC
totalSupply(view returns (uint256)
6666
uriPrefix(view returns (string)
ipfs://QmfRsCmVJKmEGU1iVECCN7WoUAE5GtR3WZqXzX7rasKsbn/
uriSuffix(view returns (string)
.json
whitelistMintEnabled(view returns (bool)
false
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
walletOfOwner(address _ownerview returns (uint256[])
whitelistClaimed(addressview returns (bool)
State-modifying
approve(address touint256 tokenId
mint(uint256 _mintAmountpayable 
mintForAddress(uint256 _mintAmountaddress _receiver
presaleMint(uint256 _mintAmountpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setCost(uint256 _cost
setHiddenMetadataUri(string _hiddenMetadataUri
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx
setMerkleRoot(bytes32 _merkleRoot
setPaused(bool _state
setPresaleCost(uint256 _cost
setRevealed(bool _state
setUriPrefix(string _uriPrefix
setUriSuffix(string _uriSuffix
setWhitelistMintEnabled(bool _state
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
whitelistMint(uint256 _mintAmountbytes32[] _merkleProofpayable 
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _tokenNamestring _tokenSymboluint256 _costuint256 _maxSupplyuint256 _maxMintAmountPerTxstring _hiddenMetadataUri
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(