Moon Mobs Official

Verified contract

Proxy

Active on Ethereum with 3,134 txns
Deployed by via 0x55840f87 at 15441812
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 49 additional slots
-
variable spans 41 additional slots
-
variable spans 48 additional slots
3 additional variables
Native
Value $4.15
0x9430dc7a5e058429b63c523a5ba62478cb75558a57ac4e89ae2921e483cff99c
0x7bccad112fff9171799a52facbde374621049dd35efeff4bd4d739bfee8e2330
0x4207fbe986b1d6acc6d578b6c9e2ccb35bcd283f4d774b45a067be7f2940fd5a
0x42583f250d8cc76d7c411a6af677362433b3842c20495283bc076d50ea6e7542
0xefe77b38e9aeab4af6e66ed1402557fb0f68a70734f799fe5e28187c769e9333
0xb378d87e1c2d95c737e412023673c65748394d719084381e61f826e73b578084
0x3aa57080f4bb263598dab982a9774c681c144b2240fba78ce500c8eec75721c5
0xd816b192fba3dd43455a5d0186856d3d39eccff55ed09fa74dbdde6872459888
0xdc494673f2086712146a62bace266365fc1c300048931b83fe020abba4340983
0xef00e10a7725d8f9c7af5c3583a5cf1a2ad549a2974076b6366922c5e24576bb

Functions
Getter at block 20938531
IS_PUBLIC_MINTING_OPEN(view returns (bool)
true
MAX_MINTS_PER_WALLET(view returns (uint256)
3
MINT_FEE(view returns (uint256)
0
ammountWithdrawn(view returns (uint256)
22779899992492484
 
contractURI(view returns (string)
lockBaseUri(view returns (bool)
false
name(view returns (string)
Moon Mobs Official
owner(view returns (address)
0x364934e03a999be9049aa77e62d9f3e8bf331829
placeholderImage(view returns (string)
remaining(view returns (uint256)
0
reserve(view returns (uint256)
0
royaltyBasis(view returns (uint256)
750
symbol(view returns (string)
mmo
totalSupply(view returns (uint256)
8888
version(pure returns (string)
2.0.0
Read-only
accountMintCount(addressview returns (uint256)
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getMintsUsed(address accountview returns (uint256)
isApprovedForAll(address owneraddress operatorview returns (bool)
isTokenAvailable(uint256 tokenIDview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (address receiveruint256 royaltyAmount)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
airdrop(address touint256 quantity
airdrop(address[] to
approve(address touint256 tokenId
changeBaseUri(string baseURI_
changeMintFee(uint256 mintFee_
changeMintLimit(uint256 mintLimit_
changePlaceholderImage(string placeholderImage_
initialize(string name_string symbol_string baseURI_address ownerAddress_uint256 mintFee_uint256 size_address whiteListSignerAddress_uint256 mintLimit_uint256 royaltyBasis_string placeholderImage_
mint(uint256 quantitypayable 
mintWithSignature(bool isFreeaddress touint256 customFeeuint256 limituint256 quantitybytes signaturepayable 
permanentlyLockBaseUri(
renounceOwnership(
reveal(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
togglePublicMinting(
transferBalance(address touint256 ammount
transferERC20Balance(address erc20ContractAddressaddress touint256 ammount
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
updateReserveAmmount(uint256 ammount
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor

This contract contains no constructor objects.

Fallback and receive
receive(
Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(