Miggles' Midnight Madness

Unverified contract

Proxy

Active on Base with 1,849 txns
Deployed by via 0xeb9b2cf9 at 21997411
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 12 additional slots

No balances found for "Miggles' Midnight Madness"

0x75406395ec82f4ce55dbccc4936498a7f52f588f2a16d58e101e6425c5374baf
0x70f2428393195a4ad0dcfe177791fe34ce1265215a2e3035cde73d97b8715e24
0xaab4d983e4ecb450c22f306d98ed39038bf808051d8ecc4fe86ef22eadde1346
0xe62e520f33fad7ba6afe112ce70bb6ce8ba74a284ea4788c3a79c4141f7d1589
0x185db5e3a74669fda480652eed88d007d8ca95a5fccc6063472055ca935df3f8
0x44b9b75b3eae68d07a723490facbfa7479bee2724ea77b69672c27695fe0ca35
0x75b656e17c849fabc6e6fa623c9dfb7ef4ae2a4c2fe6ec2e8584f71faf063071
0x653054ecf0f14d22cdc00abe1f713c74348c52f5228bbb09a918e1416634a7f3
0x11d5f4f68424f51b13bc72b28e07db05522203abce541ef870f1ef4dd3be6cf5
0x415c8b29db2cb07f84e18123edccace683d68769d1a68d292ba6abdeeca67279

Functions
Getter at block 22759748
 
contractURI(view returns (string)
currentTokenId(view returns (uint256)
1898
 
getMetadata(view returns (struct CollectionCreationRequest)
 
metadata(view returns (address creatorstring namestring descriptionstring symbolstring imagestring animation_urlstring mintTypeuint128 maxSupplyuint128 maxPerWalletuint256 costuint256 startTimeuint256 endTimeuint256 nonce)
mintingContract(view returns (address)
0x20e26ed291b85a44a6eb9b0d336512b53fd93092
name(view returns (string)
Miggles' Midnight Madness
owner(view returns (address)
0xdc37e6f67bfb7361e25731fc477903e172d211f1
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
MMM
totalSupply(view returns (uint256)
1897
Read-only
balanceOf(address ownerview returns (uint256)
cost(uint256 quantityview returns (uint256)
getApproved(uint256view returns (address)
isApprovedForAll(addressaddressview returns (bool)
ownerOf(uint256 idview returns (address owner)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
acceptOwnership(
approve(address spenderuint256 id
initialize(struct CollectionCreationRequest requestaddress mintingContract_
mint(address touint256 quantityaddress referrerpayable 
mintToSender(uint256 quantitystring commentaddress referrerpayable 
mintWithComment(address touint256 quantitystring commentaddress referrerpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 id
safeTransferFrom(address fromaddress touint256 idbytes data
setApprovalForAll(address operatorbool approved
setMetadata(struct CollectionCreationRequest metadata_
transferFrom(address fromaddress touint256 id
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed spenderuint256 indexed id
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
Initialized(uint64 version
MintConfigChanged(
OwnershipTransferStarted(address indexed previousOwneraddress indexed newOwner
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
TokenForgeFee(uint256 creatorFeeaddress platformuint256 platformFeeaddress referreruint256 referralFee
TokenForgeMint(address indexed touint256 quantity
TokenForgeMintComment(address indexed touint256 quantitystring comment
Transfer(address indexed fromaddress indexed touint256 indexed id
Withdrawn(address indexed owneruint256 amount
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
FailedToSendEth(
IncorrectETHAmount(uint256 sentuint256 expected
InvalidCollectionRequest(string message
InvalidContractAddress(
InvalidInitialization(
InvalidMintQuantity(
MintingClosed(
MintingNotStarted(
NotInitializing(
OutOfSupply(
OverClaimLimit(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
ReentrancyGuardReentrantCall(
TokenDoesNotExist(uint256 tokenId