Shielded Serenity

Unverified contract

Proxy

Active on Base with 12,839 txns
Deployed by via 0x75ae8ea6 at 18950668
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 "Shielded Serenity"

0x073095118ca43185146727a9e847b190b00a7c082f4a0ec70a52fcaf2f8f333a
0xe3a81a3cb75d0d4858c541d88b5e19fc940cf80a3ab0e8385e225e5c07f48106
0xe2cc06af7dcba7bf6840afaedbfff1b8f0524419da7342d4bfaf0592c3c30425
0x26b6c66a02dd5319367429f60e41163a5c716487b9ec0bab2402ee544fa1e2c8
0x6907f38fb4f9e6ebe8e6fed27d50a3f9e67b735f4075da44210d69101bca20c0
0xa8691fc1454327edb8d3730f8e664d7625c741953c3f7f1e5844ed445fd3d5d1
0xc84eb1c18495bc766a2bcffe45924102790fbbd453dbebf396f95e00d84d1529
0x485931a1ff19937036a8e333bf562f61ae85669ffd3dd586b79bf03d67ebf999
0xb2df3b553f4514634eb3a635a382610fca0c271d925d0eba54fdadd5efcd4a61
0x1801b389a1a8fa3da1a9db624968e4139affb318d7ae6274f50c8d54cd3b0c04

Functions
Getter at block 22065956
 
contractURI(view returns (string)
currentTokenId(view returns (uint256)
12862
 
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)
Shielded Serenity
owner(view returns (address)
0x300db63d96b5b5061560e4f1ba7a04277ba14917
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
SS
totalSupply(view returns (uint256)
12861
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