Sun Rorschach

Unverified contract

Proxy

Active on Base with 2,330 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 "

0xc8dd9f6feda6d26110fefa8461e8f4fc93f8dbda20336a135506017a24cd9a0c
0xed3c8375f1882b498b9fbc9e2b7876d2758efd8677eb61e7f5a29bd732ec402b
0xf85c7f28fb472b03cb41ece22362fc0d513bc2418b838e97d1526527709bfd6b
0xe24fd9368562a3c571be6ef3d94d989923f09a737c2c35b1f3aa909dcba7e3b7
0x2e9f8c938626bc1d58e96eef085e6435c82b8533dee3b84fb668765ad4f623cf
0xf45023c47d329bde90e6cffec708ecc5fdab970a5a6e3505a4192df64d806cb4
0x1e265b6ac1bcd9debeea72346906bfa70a4f3b162be55228db1f7ca93405e624
0x37581f807abdc423f1c46761458ed6de088631c09a30ea47312279d7006ab75c
0x26c4af71af5a3c4b3658384a8bee9f4f7ff9d80174fca3b79dee7936677cd753
0x0e72dfee7375b520d4cf10081427df9b2d1a7242387c3604d9c7642dc5517550

Functions
Getter at block 23748902
 
contractURI(view returns (string)
currentTokenId(view returns (uint256)
2387
 
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)
2386
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