GoblinsZukiDeployer
Verified contract
Active on
Ethereum with 8,577 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
4 additional
variables
Balances ($0.00)
No balances found for "GoblinsZukiDeployer"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21106058 | a month ago | | | 0 | 0.00010147753 | |
| 21102695 | a month ago | | | 0 | 0.00010678360 | |
| 21101578 | a month ago | | | 0 | 0.00025410132 | |
| 20830789 | 2 months ago | | | 0 | 0.0011591043 | |
| 20743014 | 3 months ago | | | 0 | 0.00016737864 | |
| 20695560 | 3 months ago | | | 0 | 0.000073226893 | |
| 20678442 | 3 months ago | | | 0 | 0.00036693856 | |
| 20640013 | 3 months ago | | | 0 | 0.000039941243 | |
| 20640011 | 3 months ago | | | 0 | 0.000039796462 | |
| 20487965 | 4 months ago | | | 0 | 0.000085458705 |
ABI
ABI objects
Getter at block 21296014
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(address) view returns (uint256)
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)
walletMints(address) view returns (uint256)
walletOfOwner(address _owner) view returns (uint256[])
whitelistClaimed(address) view returns (bool)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 _mintAmount) payable
mintForAddress(uint256 _mintAmount, address _receiver)
mintForAddresses(uint256 _mintAmount, address _receiver)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool 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 from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(uint256 _mintAmount, bytes32[] _merkleProof) payable
withdraw()
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 _tokenName, string _tokenSymbol, uint256 _cost, uint256 _maxMintAmountPerTx)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()