0x1f52841279fa4de8b606a70373e9c84e84ce9204

Unverified contract

Proxy

Active on Base with 41,631 txns
Deployed by via 0x99e4c4f7 at 17270627
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 "0x1f52841279fa4de8b606a70373e9c84e84ce9204"

0xcb29d60f6e0ff4579bf03ae2538a70c9c92ddb54c176e1dfe8e83cff977dd7f9
0xc44a7fcce40ddc79853be28d008f25dd5970f1dcc1e30bb1cfaf122881f986c7
0x40d06b39641e7b54f0316a869c5c5b31449e0a2fd920de7cd35ae39e2a1469d7
0x97a443a5eccb43a5825b946f011c28affab2b54d306d55adee01936278d0cd20
0xf9f9299fd7a7b2b43d346fe07cd20d987cbc1f137ab605853dea549114fb5eca
0xa4e8132133c799bcf0e64c4572cdc849df97575100c5f422bee52e82acbaf697
0x32fe7f526b7e2269c930fa546515e0337c3a238f115a2bca284720fa86703af6
0x72656bf37a3faee5c85e99ae5195ce7bc4dca7e8cae4b8df7022f93f578d02ab
0xc33f0f5162f72542bf0816d52d6536a9347ad99a08641b19877610cbf7ee8d6d
0x75c00533dfbc3d2be06b25fabb54eef4321fb0a0c8da1536feeed0a2e8d0ab67

Functions
Getter at block 22948578
 
contractURI(view returns (string)
currentTokenId(view returns (uint256)
43171
 
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)
0x560aa3207ae4b516a5489e04f2fa2e2808cea896
name(view returns (string)
Mr. Miggles | Song A Day #5678
owner(view returns (address)
0x3d9456ad6463a77bd77123cb4836e463030bfab4
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
MMS
totalSupply(view returns (uint256)
43170
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 quantitypayable 
mintWithComment(address touint256 quantitystring commentpayable 
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
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