LuckyGreenWitch

Verified contract

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

No balances found for "LuckyGreenWitch"

0x91f84a2b1bbb3e86ee8d17ddb8e3f9d7c7c11849a93c2c3d503286b880675ce0
0xb34e5060d023056f3089a260f68a2de9c906e6dc8b793640350985348e74ce0c
0x508f3776bd8cd84c8498cb050114cf16972612d9464135a8afe2b2347863e75d
0x3edefebeb5be26ca28530b5036a13c31030309359454564f1c73ec716dff4399
0x0441adbeba2a9aa7a0787216d9a20ae32bc0b07baf19b59e627135032be05d30
0x564df841cbe145ddbd45803ac2f239a0774d462dce61f069b8ec305d4be70140
0xbcfce9193bdc224f7c9dca0fc6bf0638d1485bb849933f583023291421fd31e2
0xad200d518935fc1fc89c3c7f6a5cc87fc4056bd239e6abfd8caf17d7e6d86175
0x9695799bc79ca486b2bad9e55952381bbab1bf6b4bcad919b68277c618e522bf
0x7ff4ff4683ad04814c143ef87c39b94b281d74f95008c4707d5b5db0213c4599

Functions
Getter at block 21230390
getAddonPrice(view returns (uint256)
39960000000000000
getAddons(view returns (uint64[])
[]
isOpen(view returns (bool)
true
isShopOpen(view returns (bool)
false
merkleRoot(view returns (bytes32)
0x696d2a47d6f9de5197eda8dad4f27b1ced42aed75adc8fe38540f96c3c6f53de
name(view returns (string)
LuckyGreenWitch
owner(view returns (address)
0xa76ed4dc31eaccfdfd6695b3fafbb3995f455bb0
symbol(view returns (string)
LGW
totalSupply(view returns (uint256)
9000
Read-only
balanceOf(address ownerview returns (uint256)
checkValidity(bytes32[] _merkleProofview returns (bool)
claimed(addressview returns (bool)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenIdview returns (address)
getDNA(uint64 _tokenIdview returns (uint256)
hasAddon(uint64view returns (uint64)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
State-modifying
approve(address touint256 tokenId
decreaseMaxSupply(uint64 _maxSupply
mint(uint64 quantity
mintMerkle(bytes32[] merkleProof
purchaseAddon(uint64 _tokenIdpayable 
putOnIpfs(uint64 _tokenIdstring _address
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setAddonPrice(uint256 _newPrice
setAddonURI(string _URI
setAddons(uint256[] _addons
setApprovalForAll(address operatorbool approved
setBaseURI(string _URI
setDNA(uint64 _tokenId
setIsOpen(bool _isOpen
setIsShopOpen(bool _isShopOpen
setMaxMintAmount(uint64 _newMaxMintAmount
setMaxPerWallet(uint64 _newMaxPerWallet
setMerkleReserved(uint64 _maxM
setMerkleRoot(bytes32 _root
transferAddon(uint64 _tokenIdFromuint64 _tokenIdTo
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
Events
AddonPurchased(address indexed purchaseruint64 indexed selectedAddonIduint64 indexed _tokenId
AddonTransfered(uint64 indexed _tokenIdFromuint64 indexed _tokenIdTo
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
InvalidQueryRange(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(