m00m.world

Verified contract

Proxy

Active on Ethereum with 1,905 txns
Deployed by via 0x13325569 at 18137769
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 "m00m.world"

0xf45109aae7859b3b018b4f5e36efc112d288986de84f4518967b783b3bb59496
0x0e31dea726a559cd7ab633048dd35a7db482baec2ef2306e4667cd4b6307363f
0x5053b2998bac4c170255aa98ab9a8f734b6f6ce10a56efd9efa2660f18ddc8b3
0x597930253ac96e117b6bdc7af050a07baad2b1cddf0cb476f32606e4a855cc0a
From
0x3c790de9086dd211cf2ff0db8d0bf4093ae1e82aeb091d6373d909a1364eb6a3
0xc6004f6d9cc21a50e861553e94c7f84750237ea4cea09c5915ead4307ae1d06d
0xd3f4b47a89ca4823f4cd8b5f4a8b01990df60895420f81ae4c107cb267e5687a
0x5a5002370f5d5f9e0bd525a4a0a7482a9814c3f398cc3544f0c600722ea3b003
0xceba0476454864df7e5619bff8b0969d15bee8e618fd647f750502021cf9cf40
0xf6edce8df9ce32502f247e32b038dca12cf777185182e45759979a15295c432f

Functions
Getter at block 21291332
MAX_SUPPLY(view returns (uint256)
4200
baseURI(view returns (string)
https://nft.m00m.world/token/
contractURI(view returns (string)
https://nft.m00m.world/contract/
name(view returns (string)
m00m.world
owner(view returns (address)
0x0865a56c7143dcd9284af48a96b1bd7ff578cccf
 
proxiableUUID(view returns (bytes32)
suffixURI(view returns (string)
symbol(view returns (string)
m00m
totalSupply(view returns (uint256)
3333
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
BeaconUpgraded(address indexed beacon
Upgraded(address indexed implementation
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
constructor(address _logicbytes _data
Fallback and receive
fallback(
receive(
Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
ExceedingMaxMint(
FailedWithdrawal(
InsufficientValue(
MaxSupplyReached(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
NotEligibleToMint(
OperatorNotAllowed(address operator
OutsidePhaseWindow(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
PhaseLimitExceeded(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(