GoblinsZukiDeployer

Verified contract

Active on Ethereum with 8,574 txns
Deployed by via 0x8fc77d7f at 14929816
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
4 additional variables

No balances found for "GoblinsZukiDeployer"

0x7da250f6f368ba740029783e9b19553f2265f3413505898d255dea45cfc03491
0xe82ed27339a921ae8a95534853087c99084425efa522a8b4e5df6eb5e2c90706
0x27f0d82cddde60f7488bd718a3932d836f85f73e0814e277d49f536b6198ead7
0xb4a3f62cf1c31daed5a0dc5a52912ac98560863b0b10102114cf2ec5ef2f3adf
0x415e7588b0d03975250def18ba20b37f7d8625b08b39273cc0d5e646ba529f76
From
0x8aeac4a6fb21aff6393bd3732362dc1a200f3e09f2ac2d9d5ea16bdf1729725e
From
0x4d0e6399e492e44933f4b0dd1466601a29bbbfed555408c0168e44f992eacf2d
0x8963a1270e62be77ae28338f09acc930efb07b31e59e84c9fe20e879580c6e87
0x268973c1fc025d8cdbd24c5c01e1363cb1c5c91e462cb2ff07757a481d4e9c53
0x54c06436ca533e0d5c890838d304f83469aaadd75c713b9683e17e4299197b72

Functions
Getter at block 20852349
WLmaxLimitPerWallet(view returns (uint256)
1
WLmaxMintAmountPerTx(view returns (uint256)
1
cost(view returns (uint256)
0
costAfterMint(view returns (uint256)
6900000000000000
freeMintSupply(view returns (uint256)
4200
hiddenMetadataUri(view returns (string)
ipfs://QmTR6ZyjvS2BvVzWRa4h57uGaZcQvuQiyoGz48wjNHPkjL/hidden.json
maxLimitPerWallet(view returns (uint256)
2
maxMintAmountPerTx(view returns (uint256)
2
maxSupply(view returns (uint256)
6969
merkleRoot(view returns (bytes32)
0x4d2d5e537b856c93324e254bdee54268a08c015b9025e228b92ee7c0cf00a7c3
name(view returns (string)
GoblinsZukiDeployer
owner(view returns (address)
0xdd5a677123760da2d67960c7c7c67e163cccea56
paused(view returns (bool)
false
revealed(view returns (bool)
true
symbol(view returns (string)
GZ
totalSupply(view returns (uint256)
6969
uriPrefix(view returns (string)
ipfs://QmbGiZuArTWLJYv4JDsESDf8YZCULBtHdNR38b5VP5tGUF/
uriSuffix(view returns (string)
.json
whitelistMintEnabled(view returns (bool)
false
Read-only
WLwalletMints(addressview returns (uint256)
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)
walletMints(addressview returns (uint256)
walletOfOwner(address _ownerview returns (uint256[])
whitelistClaimed(addressview returns (bool)
State-modifying
approve(address touint256 tokenId
mint(uint256 _mintAmountpayable 
mintForAddress(uint256 _mintAmountaddress _receiver
mintForAddresses(uint256 _mintAmountaddress _receiver
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
setRevealed(bool _state
setUriPrefix(string _uriPrefix
setUriSuffix(string _uriSuffix
setWLmaxLimitPerWallet(uint256 _WLmaxLimitPerWallet
setWhitelistMintEnabled(bool _state
setmaxLimitPerWallet(uint256 _maxLimitPerWallet
setmaxSupply(uint256 _maxSupply
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 _maxMintAmountPerTx
Fallback and receive

This contract contains no fallback and receive objects.

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