Sun Rorschach

Unverified contract

Proxy

Active on Base with 1,522 txns
Deployed by via 0x4b5d810f at 21236549
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 "Sun Rorschach "

0xb1df5f592349059bbbcfd762305295f0aa16161b0de78f069ad6ff6cb9e3e155
0x5f3d5290be60f25582b09742dae0e0346f283d0c17fbdee799fd8eaff131237e
0x644aaa2314c76210163170490356935dd7a8796e8ae8b21f058b096ba9665cb0
0x446eafbeef7f773ae42dd4668ed3dfeba1919e84ce55430cfa062ada42467e63
0x0d0a2352b935c83366e65c7e677c852bfbb1235b91dfe78dde5076b24720027f
0xc37f60c586265ee39c0f9f25459115ccdf269ab99d7729fb776ada18ec07dae0
0xef57d2d9f987565031a44a4835776fa96311ec581631c3b59a0a28993b0ddab5
0x77e24a112b5905b442433d4d8e69d9f6b4b885fd02bc146879b80430b3d7a24c
0x71657f382dece73ebaca60856f01e55af1abab1f26c0f6e819201bb97b49e87e
0x98cfa37926badbb84770210dcaaa5718234a30f146d9dbeb13ac33efadde81d7

Functions
Getter at block 22030810
 
contractURI(view returns (string)
currentTokenId(view returns (uint256)
1570
 
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)
Sun Rorschach
owner(view returns (address)
0xcce762df2943f617d705e612245de544d410b465
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
SR
totalSupply(view returns (uint256)
1569
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