sounds of moon based

Unverified contract

Proxy

Active on Base with 3,974 txns
Deployed by via 0xe578899d at 19951979
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 "sounds of moon based"

0x33442d1f8a467b2a864e21e2a9e6e79e829f2b6f798d98c30256aa543615c354
0x6f49c3e5a4c510a78e0cacb27cdc5df3225254e3a2fa77c070514f7fb0945f24
0xb017f3b6aebd1e77bd1521452b372983a25e3b262083c8a8febc8d28885ae1a8
0xfa3625d77b82dded8dfd0b04602686d1bfbe2a2d10ff875ed58aa7d89018bc3e
0xd53325fc6b3e0ae2f932b9efe66337f5ca7c7ac436ea3be19b1b61c22d32ddc3
0xf468c9ac7801edd11ae20d3b2c2008b5dd4f0ff62290913b945b747df2f0961c
0xe4f645cd2246e987d7d0ccec3a20f705506abd2bfbf263cc8c79706aebb64e4d
0x9c1d2fc8a036149baba6919aa69244168c7a2cf4f31031a254edf100242349c7
0x6709c4aa44e0b01fe08dd8521fe42fbce2aa44ec6c1a0b947d0f3b70e3e1591f
0x4ca3f3a8b53fad3811ebed7535362b6116f9fad47c1fe345ed2b60402391403c

Functions
Getter at block 22924102
 
contractURI(view returns (string)
currentTokenId(view returns (uint256)
3990
 
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)
sounds of moon based
owner(view returns (address)
0xc5f6c6088095c750e695b641b084db9084afab3c
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
SOM
totalSupply(view returns (uint256)
3989
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