summer dreams in blue

Unverified contract

Proxy

Active on Base with 333 txns
Deployed by via 0x756aec02 at 17833200
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 "summer dreams in blue"

0xa57ea2896f1ba7768429c1b2a0e500d73c1a95c7d499245f471d5a67740c7543
0x28e1d26d9db3659518e6c657fdfae445dc4586313ae6733df24e41ef135bf2fa
0x3ac12deadf23954b0c95688053fb4814916a8fc6164088f152fc099685a0fe2b
0x7b98ac966b6b6cba53b1b7fabc6dc5d6eebcd3379df6916a8836c3f867112503
0xa8e53ed2899d109e8322d916039d3bf3d53ac8f52688d898cbffb417b30dedb2
0xfe84c914a347a274f705ecf47204759364389a76b872eebd04541009322578d7
0xadc056985d2f8d8ccd6023ae310c880a027151fdfea3c57beabd0b4d63563a11
0xc5b44df1a7718f2639ace937090bb4d3f9a15db839b4eeaf0b7b2632bd652cb2
0x19a5d23b8ef99d63221b0a8dee9ff7ccd8b0826c55b263132ac45e9347e69c14
0x445183280aa9b35d100cfd66feb5e61d6fefb5572d14516baf6720212c9f1d7f

Functions
Getter at block 22528855
 
contractURI(view returns (string)
currentTokenId(view returns (uint256)
338
 
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)
0x52d443855e4d15dc47d323fa94e7d92342d3eb57
name(view returns (string)
summer dreams in blue
owner(view returns (address)
0x862464bbd83d5743f9cf873c6ea3d187d0f909bf
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
SDI
totalSupply(view returns (uint256)
337
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