Rainbow Reverie II

Unverified contract

Proxy

Active on Base with 5 txns
Deployed by via 0xb1e00c31 at 11549053
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 47 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots

No balances found for "Rainbow Reverie II"

0x30df9c2dd29ab50cc0c7b2106e31aadeb46ac71480127eba06a98e2cc11d0a7d
0xe890df12b65e4b612d77166a6d76601ef0f3eae1aa48a0b2363b57e62ed9fa88
0xaca7760c96fcc3919ad990485aa2f1c97b1a7a4ba294ce9d6d06e3a07f0b0263
0x869f9d7fb7a12e68091db1387d4e43c950893285a5843b4d5ad912e802209b2e
0xfc1ad0b2c908a38aa76216b0ae0009f0f8a704a0643521acb48b8f73382c172e

Functions
Getter at block 21844408
DERIVATIVE_FEE(view returns (uint256)
999000000000000
contractURI(view returns (string)
ipfs://QmdrzHWk6298KQvFp9tj5vWEWoXonjVSQ3Wnn99gm2h8o3
creatorProceedRecipient(view returns (address)
0x104180101cec19274c10294bb418584d06c28b83
derivativeFeeRecipient(view returns (address)
0x8a8f86b9d5c65ce125b119dc9ce88c26a962c4a2
maxSupply(view returns (uint256)
0
mintLimitPerWallet(view returns (uint256)
0
name(view returns (string)
Rainbow Reverie II
owner(view returns (address)
0x5b10d7201020cc1dd6bf13df667a2af41dfeae3a
price(view returns (uint256)
0
saleEndTime(view returns (uint256)
1712479448
symbol(view returns (string)
TITLES
totalSupply(view returns (uint256)
4
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 tokenIduint256 salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address operatoruint256 tokenIdpayable 
initialize(address _creatorstring _namestring _symbolstring _uriaddress _creatorProceedRecipientaddress _derivativeFeeRecipientuint256 _priceuint256 _maxSupplyuint256 _mintLimitPerWalletuint256 _saleEndTimeuint96 _secondaryRoyaltyBps
purchase(uint256 quantitypayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes datapayable 
setApprovalForAll(address operatorbool approved
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
withdrawETH(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
DerivativeFeePayout(uint256 valueaddress recipient
FundsWithdrawal(address indexed withdrawnByuint256 amount
Initialized(uint8 version
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
ProceedsPayout(uint256 valueaddress recipient
Sale(address touint256 quantityuint256 pricePerTokenuint256 firstTokenId
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor

This contract contains no constructor objects.

Fallback and receive
receive(
Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(