The Summer Shield

Unverified contract

Proxy

Active on Base with 6,803 txns
Deployed by via 0xccd75510 at 19157611
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 "The Summer Shield"

0x47f8367c05e2ab20ccb646eeab6fae462dbc5dd87199ddcbd13b561bf5c3b941
0x6d75d1b5cb86961467a324db7ddbc1028dd6943f584ef224c804abb2eeee5af3
0xd477276f7fb60c67d3b300ba62e6c2673111784770b1dbac9ed130b3af5c94ef
0x5ff926651eee40a7c8c316f7d17df52780bc816bd645b1dc012770f19711b0d6
0x2d3cd106093d354b31fe67e59f02894f7a760b31306a0356ab33dbf334e4cd1a
0xd936299b28f2932db940f7d85ee0dd4caa4971750bf116f14664a274872ab2e6
0x5690150b9d455e36a2309030d176f0a19a740efed7c1ff8cddb1ddda672664b5
0x11948473f5a88dad8624a5dcf8215ffa101b0a3cc7a3520c5261a1dbc7d4315c
0x1c96df9306e1befc33c8f121eccdd5b95bb3322deaa1569b97eee655463ae790
0x1130200ec49376984613d59200010fb540f5abed3e0ef8ec81ac43b517f8579d

Functions
Getter at block 23659364
 
contractURI(view returns (string)
currentTokenId(view returns (uint256)
7893
 
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)
The Summer Shield
owner(view returns (address)
0x8a8cf36700457b27678cc4e40e67b7ec29df029d
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
TSS
totalSupply(view returns (uint256)
7892
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