Rainbow Road

Unverified contract

Proxy

Active on Base with 8,647 txns
Deployed by via 0xbe38de93 at 1813529
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 3 additional slots
-
variable spans 3 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
9 additional variables

No balances found for "Rainbow Road"

0x3d3ac0da614285582cd18c9bd0e916d8e6acd0e433070fa38d6775ee473915d8
0x91a5d2580cae6f9e5ef2cdd63f020a42154961f75bad826b765484f7e2059a5e
0x5aa0180726813631ad12293c85241b053a7e221d80029659ff0906121c33c10d
0xed334482037f8aa744883215ef9be9be2f17e5bb77452fefadc4a3e6afd3c746
0x4946ef14b28afddbce998754615f0e87607e2d9e46bb0db87024971e4c07b328
0xa5bf2f79970134f472c034d84c0d8efce660449e003f9ff08644a3186f475833
0xf85f6c403656202eb4e424948f076d43bd19c46ab0244e282ba0a511a6737793
0xdbfba599513dbccc635d459aec9b196f8d84abb420b200974389327a393e5ea6
0x1c4d0944445de2bb81f7b98abe50cf9d871f6c2021b9b0f1c459b99fc0769fd7
0x21d7796a760a55493424f6e18703f59b72a405654261e6492d78b9d86f50cd78

Functions
Getter at block 22710236
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
claimCondition(view returns (uint256 currentStartIduint256 count)
(currentStartId=0, count=0)
contractURI(view returns (string)
ipfs://QmdLPCAEE1U2ZcSYmUWdf6KFSmL7CB6rjNVsNtbronCLgS/0
 
getActiveClaimConditionId(view returns (uint256)
getDefaultRoyaltyInfo(view returns (addressuint16)
(0xede3a75aca635c531b6198c230f3da67949678fe, 500)
getFlatPlatformFeeInfo(view returns (addressuint256)
(0xede3a75aca635c531b6198c230f3da67949678fe, 0)
getPlatformFeeInfo(view returns (addressuint16)
(0xede3a75aca635c531b6198c230f3da67949678fe, 0)
getPlatformFeeType(view returns (uint8)
0
name(view returns (string)
Rainbow Road
nextTokenIdToClaim(view returns (uint256)
58852
nextTokenIdToMint(view returns (uint256)
58852
operatorRestriction(view returns (bool)
true
owner(view returns (address)
0xede3a75aca635c531b6198c230f3da67949678fe
primarySaleRecipient(view returns (address)
0xede3a75aca635c531b6198c230f3da67949678fe
 
sharedMetadata(view returns (string namestring descriptionstring imageURIstring animationURI)
startTokenId(pure returns (uint256)
1
symbol(view returns (string)
totalMinted(view returns (uint256)
58851
totalSupply(view returns (uint256)
58759
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getClaimConditionById(uint256 _conditionIdview returns (struct IClaimConditionClaimCondition condition)
getRoleAdmin(bytes32 roleview returns (bytes32)
getRoleMember(bytes32 roleuint256 indexview returns (address member)
getRoleMemberCount(bytes32 roleview returns (uint256 count)
getRoyaltyInfoForToken(uint256 _tokenIdview returns (addressuint16)
getSupplyClaimedByWallet(uint256 _conditionIdaddress _claimerview returns (uint256 supplyClaimedByWallet)
hasRole(bytes32 roleaddress accountview returns (bool)
hasRoleWithSwitch(bytes32 roleaddress accountview returns (bool)
isApprovedForAll(address owneraddress operatorview returns (bool)
isTrustedForwarder(address forwarderview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 tokenIduint256 salePriceview returns (address receiveruint256 royaltyAmount)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
verifyClaim(uint256 _conditionIdaddress _claimeruint256 _quantityaddress _currencyuint256 _pricePerTokenstruct IDropAllowlistProof _allowlistProofview returns (bool isOverride)
State-modifying
approve(address operatoruint256 tokenId
burn(uint256 tokenId
claim(address _receiveruint256 _quantityaddress _currencyuint256 _pricePerTokenstruct IDropAllowlistProof _allowlistProofbytes _datapayable 
grantRole(bytes32 roleaddress account
initialize(address _defaultAdminstring _namestring _symbolstring _contractURIaddress[] _trustedForwardersaddress _saleRecipientaddress _royaltyRecipientuint128 _royaltyBpsuint128 _platformFeeBpsaddress _platformFeeRecipient
multicall(bytes[] datareturns (bytes[] results)
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setClaimConditions(struct IClaimConditionClaimCondition[] _conditionsbool _resetClaimEligibility
setContractURI(string _uri
setDefaultRoyaltyInfo(address _royaltyRecipientuint256 _royaltyBps
setFlatPlatformFeeInfo(address _platformFeeRecipientuint256 _flatFee
setOperatorRestriction(bool _restriction
setOwner(address _newOwner
setPlatformFeeInfo(address _platformFeeRecipientuint256 _platformFeeBps
setPlatformFeeType(uint8 _feeType
setPrimarySaleRecipient(address _saleRecipient
setRoyaltyInfoForToken(uint256 _tokenIdaddress _recipientuint256 _bps
setSharedMetadata(struct ISharedMetadataSharedMetadataInfo _metadata
subscribeToRegistry(address _subscription
transferFrom(address fromaddress touint256 tokenId
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ClaimConditionsUpdated(struct IClaimConditionClaimCondition[] claimConditionsbool resetEligibility
ContractURIUpdated(string prevURIstring newURI
DefaultRoyalty(address indexed newRoyaltyRecipientuint256 newRoyaltyBps
FlatPlatformFeeUpdated(address platformFeeRecipientuint256 flatFee
Initialized(uint8 version
OperatorRestriction(bool restriction
OwnerUpdated(address indexed prevOwneraddress indexed newOwner
PlatformFeeInfoUpdated(address indexed platformFeeRecipientuint256 platformFeeBps
PlatformFeeTypeUpdated(uint8 feeType
PrimarySaleRecipientUpdated(address indexed recipient
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoyaltyForToken(uint256 indexed tokenIdaddress indexed royaltyRecipientuint256 royaltyBps
SharedMetadataUpdated(string namestring descriptionstring imageURIstring animationURI
TokensClaimed(uint256 indexed claimConditionIndexaddress indexed claimeraddress indexed receiveruint256 startTokenIduint256 quantityClaimed
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(