Zoro Miggles

Unverified contract

Proxy

Active on Base with 1,545 txns
Deployed by via 0x79c65818 at 22016769
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 "Zoro Miggles"

0x80b974e40b4b208337fcc51b69ff091acbff3324abb008f108175748f01d328a
0x59c5cf20fe44fa0ab5ba7cbcac7bdffed5c3085280e75f8b27135a7e6d0b8aea
0x18dcf28682a4b772c0c59b739320665907f88be47a408fe4645d56a96397c452
0xd1c93d1ed67d82e36979d6e40a8f48255315118e8e87cd1ebfafd15c8af80c98
0x88fb24933a7099b03dea0f6921c005d5121fb9994b7a855bcfcf1d4352112294
0xfeeb430899921f8068cf3197dd29dfba7776c44c2ba4e9a2988f58b451750229
0x01b6f0246882c7686a192ec6970395cd6037bdfffb0c0e503c7737b84c1c95cb
0x1ee6e32ca72988de984e4f3a0712aa67e2933ad0a4309dfde1dd13e0657e7ed1
0xf0d010f6259e1ef3b989a9aa6576218cba23448635e4e7ae8bcd2d6943b47cab
0x234035ad1e3eb9e89e1ae16d7098fdabead1c66e76ba797987ec58b966850802

Functions
Getter at block 23872093
 
contractURI(view returns (string)
currentTokenId(view returns (uint256)
1621
 
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)
Zoro Miggles
owner(view returns (address)
0x199c65f320b7ea641a55161e3489a1f6851dab04
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
ZM
totalSupply(view returns (uint256)
1620
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