BASED MOON Vol1

Unverified contract

Proxy

Active on Base with 2,234 txns
Deployed by via 0xbc725f08 at 20034598
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 "BASED MOON Vol1"

0xb4364083897fe84718c8dbbd7eb877e6d8d70dc1e99b657c9a73de85580ef236
0xfeacb8f23bfc072f68a691b1d785183669931d639682e4300023657090a399b9
0xae180be727746357fd0b1c47c26eee7334f9b54e1c3864cda9acc123c49d8e84
0x421bc205278e6775e5d3b2decbfe06cbdf2225f1e44c9d8cb03f198b1d80253c
0xbbda4787e7ce8c1ae1f975cc9bd2b7690c84a621e4806ef90e57d71026a23a55
0x776ea1dfb4c66e3a564314909055c4204d27926ffd1c35db14690b3abde82411
0x1ebe76af54a32cd89e64b896367d672906021bae36ca8bba4c52c538dd48ecda
0x4a0bc88671c5ae08b865dfb51b145396f2621afce1218a97fa205ded579c24ab
0xe01046f185fa6c1f874b851fbe4798dca0ee490e0e8668419fb2548f29e698cb
0x96353d6ffe022c28fb90d008cdf130991566b08117e0c69adaeaecce97e7926a

Functions
Getter at block 21998236
 
contractURI(view returns (string)
currentTokenId(view returns (uint256)
2265
 
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)
BASED MOON Vol1
owner(view returns (address)
0x5c23ed6da75a583b579459e744f05a65cb51d8fd
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
BMV
totalSupply(view returns (uint256)
2264
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