Monsteria

Verified contract

Active on Ethereum with 362 txns
Deployed by via 0x0420c8b8 at 16598202
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Monsteria"

0x8e8188edb6f3421aa4eb13005c4beb32482a2eeddec42eaab2a48535012c8d6f
0x0477a708bd069383a483f9b9f29397f075cb3bc1407a946d67b0c8f966056531
0xd48595c31cd881d08a59dac805d8afa05f89b045b7bc091e8d75e4012a971d79
0xfc3c4bdcf68eb5b1dd371e276c1ec602c25d1388ebcabe2909c1eedb4571a4e8
0x4c3f76386b34c8255fce7ebd89e35e526f23940c149a0d285d62e5a3cd76df36
From
0x4d2077125e9e14f4d455cdb404573f432712d846cfdf8dbae02f9f9f7790ff98
From
0x0c1bbce80c3f2953130cf294e9e66dc1820ab4a21174a4d44385452affd5a59a
0x92c3141764b743f1a4c46c9c4aa70302348e55383123692942f0fca86fdba3be
0x850d1cc0bc8f6c504773d0fe84d11356a566390f96c62b85bcda08db4d6de3f0
0x60bcf4b36e37833dd10635ca1400b38b3850b3c5dbb307a049bc92ad6b9ddd51

Functions
Getter at block 20878416
IS_SALE_ACTIVE(view returns (bool)
true
IS_WHITESALE_ACTIVE(view returns (bool)
false
MAX_MINT_AMOUNT_PER_TX(view returns (uint256)
5
cost(view returns (uint256)
4440000000000000
maxSupply(view returns (uint256)
500
merkleRoot(view returns (bytes32)
0x06d5b5e5d5c5953c0b43f23940ea033a881aa1e45e51600bea973e269c3832b5
name(view returns (string)
Monsteria
owner(view returns (address)
0xdcc242d493f983951b96c6829c85e3d59c6c6f1c
symbol(view returns (string)
MONS
totalSupply(view returns (uint256)
500
wl_cost(view returns (uint256)
3330000000000000
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
airdropSoldOut(uint64[] quantitiesaddress[] recipients
approve(address touint256 tokenId
ownerMint(address _touint256 _mintAmount
publicMint(uint256 _mintAmountpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string customBaseURI_
setMaxMintPerTx(uint256 maxMintPerTx
setMaxSupply(uint256 newMaxSupply
setMerkleRoot(bytes32 _newMerkleRoot
setPrice(uint256 newPrice
setSaleActive(bool saleIsActive
setWLPrice(uint256 newWLPrice
setWhiteSaleActive(bool WhitesaleIsActive
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
whitelistMint(uint256 _mintAmountbytes32[] _merkleProofpayable 
withdraw(
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(
InvalidAirdrop(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(