Mushy NFT
Verified contract
Active on
Ethereum with 3,247 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Mushy NFT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20651936 | 3 months ago | | | 0 | 0.000027698155 | |
| 19697753 | 7 months ago | | | 0 | 0.00044237755 | |
| 19636964 | 8 months ago | | | 0 | 0.00057783161 | |
| 19172087 | 10 months ago | | | 0 | 0.0013095221 | |
| 19118304 | 10 months ago | | | 0 | 0.00095486903 | |
| 19118303 | 10 months ago | | | 0 | 0.00098173283 | |
| 19094242 | 10 months ago | | | 0 | 0.00052640289 | |
| 19052722 | 10 months ago | | | 0 | 0.00048063319 | |
| 18187993 | a year ago | | | 0 | 0.00056440321 | |
| 18154848 | a year ago | | | 0 | 0.00037278061 |
ABI
ABI objects
Getter at block 21319976
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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isOnAllowList(bytes32[] _proof, address _user) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenID) view returns (string)
State-modifying
Events allowlistMint(bytes32[] _proof, uint256 _amt) payable
approve(address to, uint256 tokenId)
internalMint(uint256 _amt)
publicMint(uint256 _amt) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setAllowlistMintActive(bool _val)
setAllowlistMintAmount(uint256 _amt)
setApprovalForAll(address operator, bool 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 from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawEth()
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(bytes32 _root)
fallback()
receive()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()