Shroomz
Verified contract
Active on
Ethereum with 1,559 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 "Shroomz"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20299450 | 5 months ago | | | 0 | 0.000036640172 | |
| 20292528 | 5 months ago | | | 0 | 0.00016108657 | |
| 18381834 | a year ago | | | 0 | 0.00014893024 | |
| 17518704 | a year ago | | | 0 | 0.00081056984 | |
| 16895123 | 2 years ago | | | 0 | 0.00031681775 | |
| 16895118 | 2 years ago | | | 0 | 0.00028809397 | |
| 16707364 | 2 years ago | | | 0 | 0.00097367053 | |
| 16298963 | 2 years ago | | | 0 | 0.0011883905 | |
| 16136594 | 2 years ago | | | 0 | 0.00069887787 | |
| 16129029 | 2 years ago | | | 0 | 0.00064275431 |
ABI
ABI objects
Getter at block 21381213
FREE_MINTS_PER_WALLET() view returns (uint256)
2
MAX_MINTS_PER_TX() view returns (uint256)
5
PUBLIC_SALE_PRICE() view returns (uint256)
6900000000000000
TOTAL_FREE_MINTS() view returns (uint256)
1500
baseTokenURI() view returns (string)
ipfs://Qma9CZUjhUwUARE3fwjnKWweQqUR4utHU6jRgwaGks6MHe/
isPublicSaleActive() view returns (bool)
false
maxSupply() view returns (uint256)
5555
name() view returns (string)
Shroomz
owner() view returns (address)
0xf480dc5deb93c0e35b651dadeb157dadd012ac00
symbol() view returns (string)
SHROOMZ
totalSupply() view returns (uint256)
2065
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 numberOfTokens) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setIsPublicSaleActive(bool _isPublicSaleActive)
setMaxLimitPerTransaction(uint256 _limit)
setNumFreeMints(uint256 _numfreemints)
setSalePrice(uint256 _price)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
treasuryMint(address[] to_, uint256 quantity_)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()