Mushy NFT

Verified contract

Active on Ethereum with 3,247 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Mushy NFT"

0x28e3fcfc6744434351cd1037df96a09bb66ca84e145a1bb1734072a4348e2455
0x2a8f31901b3409213a53b12db74633583562848815e56e3c1920b965b920bcc0
0x4267c2a0eee63d25546d8c05fc30ab8ada5b5f69c869b9ac2382199d17978e69
0x178253132245dc4f0c2ac6a687b2a4a57b8b5ad2b3d792b29639ce73477e2138
0x9b97dc2bc01aa6754ba301f166f30bd81c83ef38b737cac99734197114e84dfa
From
0x089fb00e75a0a5add46935c735dae2e34e2ca582316f2282285d899df4858364
From
0xf8b5003c5cd3a8d09327ce4bcc08d8f4a6a2649c6810365b4ecd0cec56266ceb
0x3ac02098fd99afaf2a1f964bb6502ecb5790a9d4199acc4f2386be5da9ca0773
0x9655a04649567e5d2a6b00389bcfb05999cca2afa5f7a21fa38151b8baff80ea
0xd2eddffb450329525e8b64cacd2ed1fcba78f547deaee638aa23a5c2dc6484f8

Functions
Getter at block 20967385
MAX_TOTAL_TOKENS(view returns (uint256)
5555
allowlist_mint_max_per_tx(view returns (uint256)
3
getSaleStatus(view returns (string)
closed
is_allowlist_active(view returns (bool)
false
is_public_mint_active(view returns (bool)
false
is_revealed(view returns (bool)
true
item_price_al(view returns (uint256)
80000000000000000
item_price_public(view returns (uint256)
0
name(view returns (string)
Mushy NFT
owner(view returns (address)
0x653e95408d638181755399347468b803d6493fa8
pub_mint_max_per_tx(view returns (uint256)
3
root(view returns (bytes32)
0xf54e7936cd541abb13f1f858624def5271d02b3f8373c93997c06d719f37e759
symbol(view returns (string)
Mushy
totalSupply(view returns (uint256)
5555
total_reserved(view returns (uint256)
0
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
isOnAllowList(bytes32[] _proofaddress _userview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIDview returns (string)
State-modifying
allowlistMint(bytes32[] _proofuint256 _amtpayable 
approve(address touint256 tokenId
internalMint(uint256 _amt
publicMint(uint256 _amtpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setAllowlistMintActive(bool _val
setAllowlistMintAmount(uint256 _amt
setApprovalForAll(address operatorbool approved
setBaseURI(string _uri
setIsRevealed(bool _val
setItemPriceAL(uint256 _price
setItemPricePublic(uint256 _price
setMaxMintPerTx(uint256 _amt
setNewRoot(bytes32 _root
setPublicMintActive(bool _val
setUnrevealedURI(string _uri
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdrawEth(
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(bytes32 _root
Fallback and receive
fallback(
receive(
Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(