m00mV2

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0x2c6156a7 at 18178601
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots

No balances found for "m00mV2"

No transactions found for "m00mV2"


Functions
Getter at block 20900863
MAX_SUPPLY(view returns (uint256)
4200
baseURI(view returns (string)
contractURI(view returns (string)
name(view returns (string)
owner(view returns (address)
0x0000000000000000000000000000000000000000
proxiableUUID(view returns (bytes32)
0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
suffixURI(view returns (string)
symbol(view returns (string)
totalSupply(view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
numberMinted(uint8addressview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
phaseLimits(uint8view returns (uint128 limituint128 supply)
phases(uint8view returns (uint256 priceuint256 startTimeuint256 endTimeuint256 maxMintbytes32 merkleRoot)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
__m00m_init(string baseURI_
adminMint(address touint256 quantity
approve(address operatoruint256 tokenIdpayable 
burn(uint256 tokenId
mint(uint8 phasebytes32[] proofuint256 quantitypayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes datapayable 
setApprovalForAll(address operatorbool approved
setBaseURI(string newBaseURI
setContractURI(string newContractURI
setPhaseConfig(uint8 _phasestruct m00mPhaseConfig newPhaseConfig
setPhaseLimit(uint8 phaseuint128 phaseLimit
setSuffixURI(string newSuffixURI
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
upgradeTo(address newImplementation
upgradeToAndCall(address newImplementationbytes datapayable 
withdraw(address to
Events
AdminChanged(address previousAdminaddress newAdmin
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
BeaconUpgraded(address indexed beacon
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
Initialized(uint8 version
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Upgraded(address indexed implementation
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
ExceedingMaxMint(
FailedWithdrawal(
InsufficientValue(
MaxSupplyReached(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
NotEligibleToMint(
OperatorNotAllowed(address operator
OutsidePhaseWindow(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
PhaseLimitExceeded(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(