MagicForestNoSleep

Verified contract

Active on Ethereum with 13,558 txns
Deployed by via 0x4b397aa5 at 15230597
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
1 additional variable

No balances found for "MagicForestNoSleep"

0xf68aa29341cd1d86b734379d21886bc3ebcfb7696a0f1adfd6626b4258d1c496
0xf1a9eafed517bac11b34b286fc32c2b67d3262f5642a1b3edabe4adc2696a70d
0xaf5e748aa5e41b0db23aba15b59e66d6a2962eb96b0aab2239aa150ee2057fa3
0xe921930c59283e3c6252be31e14fea1e6a48b961d4b686a915be9a033ca88759
0xdfd00defeec2d6c3503458903f3357e9603b40835b29e24aa6eefc900b7c0713
0x4b552f6eed617e219e9ba33d031475594ff1a99f7b58b80d2545d784bd35702a
0xc28976418ff03265d0b26a59c7536863cc6853f7e734a5b75687f9ff933c930f
0xb79ba4c1561c99e4a5b087d1fbdcb793191e3b279cf1621330ea4f83ca270de7
0xd84267eedda4b25f2c5a6b06edb2170fcc3212507004b30101af40048c03dbc6
0x05f4901e56906b7e25587a083450be1c2cff46c597d01f6237634b1b1cec91b4

Functions
Getter at block 20908256
collectionSize(view returns (uint256)
5000
getPublicSalePrice(view returns (uint256)
50000000000000000
name(view returns (string)
MagicForestNoSleep
owner(view returns (address)
0x7caaf77b71be381c2e7c466c1b2e16a34c6b0027
publicSaleStartTime(view returns (uint256)
1659326504
randomRevealOffset(view returns (uint256)
4989
s_requestId(view returns (uint256)
105355497119088424972161102190977279377581494660501352095292214966650482665098
symbol(view returns (string)
MFNS
totalSupply(view returns (uint256)
5000
whiteListStatus(view returns (bool)
false
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getOwnershipData(uint256 tokenIdview returns (struct IERC721ATokenOwnership)
isApprovedForAll(address owneraddress operatorview returns (bool)
isInAllowList(address addrbytes32[] proofview returns (bool)
isInWhiteList(address addrbytes32[] proofview returns (bool)
numberMinted(address ownerview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
allowListMint(bytes32[] proof
approve(address touint256 tokenId
publicSaleMint(payable 
rawFulfillRandomWords(uint256 requestIduint256[] randomWords
renounceOwnership(
reserveMintBatch(uint256[] quantitiesaddress[] tos
reveal(string baseURI
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setAllowListRoot(bytes32 root
setApprovalForAll(address operatorbool approved
setPublicSaleStatus(bool status
setWhiteListRoot(bytes32 root
setWhiteListStatus(bool status
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
whiteListMint(bytes32[] proof
withdrawMoney(
Events
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(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OnlyCoordinatorCanFulfill(address haveaddress want
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(