0x5930ce51a05da6abd67310fface6b8cc3da0c089

Unverified contract

Proxy

Active on Base with 1,947 txns
Deployed by via 0xae7117fd at 21807564
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 "0x5930ce51a05da6abd67310fface6b8cc3da0c089"

0x67035fb0fd0c33303cb0624460fe945de2a052dbeeec54dc2e5be4e67676574f
0x8777807d0205cb07a9b65f640d091679870e4f8fda1793c4d01632f2a8fdcd9c
0x7de1e51108cac9f83727090b9f1436e3c5106b4510dfd68ccaf588ce92ff01d6
0xbaebd3a098c866602079fe40d2f6c1bfa78bf3268d9b757a5f38e267d2088fd1
0xe3fb56ad4e30de6b5ad45e57838c9b82b5c6b96332832012e18e65ad34506a73
0xfc49ae6f2e12aa1060d75b602cf35eda0b67d595b470351e90eaae76f3ed64d7
0x302196300dd072b898ef770ae53140b1a68c3a01093c1730335cb92f710b1b02
0x67ef406f93ce31428d2f0afd40fd9a41d4b54964a65d15ec495227e9723b4f3a
0x146683df99ec5eb359a92b586308e042874c4d08d2a534a1a0656b2c7452bcf3
0x5513bd66e600155a243d4411a100e0524f70c45ceceedf174add8e6e28d363b5

Functions
Getter at block 22923676
 
contractURI(view returns (string)
currentTokenId(view returns (uint256)
2116
 
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)
MISTER MIGGLES - THE CAT FROM HELL
owner(view returns (address)
0x56f1f5c3dc7dcb9389759007b6ef9512144c461f
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
MMT
totalSupply(view returns (uint256)
2115
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