Hallooween Miggles

Unverified contract

Proxy

Active on Base with 2,224 txns
Deployed by via 0x8c7a8d55 at 21806131
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 "Hallooween Miggles"

0xe7a8fba5054d3983c2b81cfa9688920bfad55f5dc5e9208b6d4f96951d784fe1
0xd7f43670bd05a430a4fa05d6c6317f1e38a0db780df26eb47aff937cb282636b
0xa0b412ef27b7f3b61862e3cb42d9a1a480adda37688f26cb80723debf76b4600
0xdd5e9cb3c31d34e71d717bb371cf863d324a87ef559565de55120d7527a3ad90
0x7b195a65dfdd5ae8426ff8b1e7ed61052c243463ed44d03a0d6fc8c8ca15a86d
0xad5aea6aa382f9bdd0f18bda3ad8f36b7441e80647bde763c2c2126f130121f1
0x3f40b3bf512a62b957feb1211ec8fb71293a234edbe8c0606ce0d6faa1516f80
0x133c2c94a8765209a4a8a100063dd937458bb719d6d78f85514eb455cf6597e9
0x18201f8af0a4c251e8ce44336c678ffbf8970cfbb6fb086c6fbe8faa8d3d63bb
0xb2d12cb2a88586fab190a6792a2f74015bdf6bcbfaa431cb9a98f33cfc223544

Functions
Getter at block 22493192
 
contractURI(view returns (string)
currentTokenId(view returns (uint256)
2612
 
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)
Hallooween Miggles
owner(view returns (address)
0x684b8fb66a579367daa845088e4a974c1fe15f0e
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
HM
totalSupply(view returns (uint256)
2611
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