m00m.world
Verified contract
Proxy
Active on
Ethereum with 1,905 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
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
Balances ($0.00)
No balances found for "m00m.world"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21247035 | 6 days ago | | | 0 | 0.00072335630 | |
| 21159607 | 18 days ago | | | 0 | 0.0020289904 | |
| 21117666 | 24 days ago | | | 0 | 0.00019058028 | |
| 21117596 | 24 days ago | | | 0 | 0.00067189561 | |
| 21113997 | 25 days ago | | | 0 | 0.00040781440 | |
| 21095732 | a month ago | | | 0 | 0.00040566917 | |
| 21091070 | a month ago | | | 0 | 0.00039174821 | |
| 21065446 | a month ago | | | 0 | 0.0010769918 | |
| 21063440 | a month ago | | | 0 | 0.00050397047 | |
| 21060721 | a month ago | | | 0 | 0.00046283554 |
ABI
ABI objects
Getter at block 21291332 proxiableUUID() view returns (bytes32)
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
suffixURI() view returns (string)
symbol() view returns (string)
m00m
totalSupply() view returns (uint256)
3333
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(uint8, address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
phaseLimits(uint8) view returns (uint128 limit, uint128 supply)
phases(uint8) view returns (uint256 price, uint256 startTime, uint256 endTime, uint256 maxMint, bytes32 merkleRoot)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events __m00m_init(string baseURI_)
adminMint(address to, uint256 quantity)
approve(address operator, uint256 tokenId) payable
burn(uint256 tokenId)
mint(uint8 phase, bytes32[] proof, uint256 quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI)
setContractURI(string newContractURI)
setPhaseConfig(uint8 _phase, struct m00mPhaseConfig newPhaseConfig)
setPhaseLimit(uint8 phase, uint128 phaseLimit)
setSuffixURI(string newSuffixURI)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
withdraw(address to)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
AdminChanged(address previousAdmin, address newAdmin)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BeaconUpgraded(address indexed beacon)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Upgraded(address indexed implementation)
constructor(address _logic, bytes _data)
fallback()
receive()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
ExceedingMaxMint()
FailedWithdrawal()
InsufficientValue()
MaxSupplyReached()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
NotEligibleToMint()
OperatorNotAllowed(address operator)
OutsidePhaseWindow()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
PhaseLimitExceeded()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()