Rumble

Unverified contract

Proxy

Active on Base with 10 txns
Deployed by via 0x672f2b6b at 5413301
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 49 additional slots
-
variable spans 48 additional slots
15 additional variables

No balances found for "Rumble"

0x127071a58569b15095eb25565f1acd249f97c9c3d9dadd7eeba688ff2950f3e8
0xb622f2b03fd0ade153b0dc134b5c4f17d8763d6a8cfb2c7afb72e348d44b463b
0x11b6bd384f1d25f017eb78bae121a3e4b67705bfe4a39757546ec1f867c1e84e
0x56dba8565e07b16b8556ce03cb6531acd32cdfa23b6cef706b2a73fbcd72e6d5
0x157627efbb5f9ad41f61574bbffb5cf777ff59d976d5a6c0ad1151a9ed7c0dea
0xea208280938be1a7a88d365ad1ab260f4feecd98a0e6e0cae327adc3abfc4444
0x58bb363fbb4bce429e135765d030564c71cc4f9fb09b2ad7ce85183506380f06
0x950195a182c02a6fb4a6b13cad4de40a7870b19f37ac6503a87d90b7110bfe27
0x8ab30635bf1879c28c42ac5ec5aec097310a3a33d4a65dc0d7821ab60e3958cd
0xc2865f0f943c23c1cbdd957d2630f7771b4eed36c4700c5af1bfec25f90ae834

Functions
Getter at block 22383090
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
claimCondition(view returns (uint256 currentStartIduint256 count)
(currentStartId=0, count=1)
contractType(pure returns (bytes32)
0x44726f7045524337323100000000000000000000000000000000000000000000
contractURI(view returns (string)
ipfs://QmexGcjaUeQ2UqVqsEtPC7eocTotPNZHTQcyeYMu6JcW34/0
contractVersion(pure returns (uint8)
4
getActiveClaimConditionId(view returns (uint256)
0
getBaseURICount(view returns (uint256)
4
getDefaultRoyaltyInfo(view returns (addressuint16)
(0xbc8ac0b88bfae25bd57f444d526bbb065898228f, 0)
getFlatPlatformFeeInfo(view returns (addressuint256)
(0xbc8ac0b88bfae25bd57f444d526bbb065898228f, 0)
getPlatformFeeInfo(view returns (addressuint16)
(0xbc8ac0b88bfae25bd57f444d526bbb065898228f, 0)
getPlatformFeeType(view returns (uint8)
0
maxTotalSupply(view returns (uint256)
0
name(view returns (string)
Rumble
nextTokenIdToClaim(view returns (uint256)
4
nextTokenIdToMint(view returns (uint256)
4
owner(view returns (address)
0xbc8ac0b88bfae25bd57f444d526bbb065898228f
primarySaleRecipient(view returns (address)
0xcd756ebe40a959094fdd56cfbc8178ae9d1fb72f
symbol(view returns (string)
Rmb
totalMinted(view returns (uint256)
4
totalSupply(view returns (uint256)
4
Read-only
balanceOf(address ownerview returns (uint256)
batchFrozen(uint256view returns (bool)
encryptDecrypt(bytes databytes keypure returns (bytes result)
encryptedData(uint256view returns (bytes)
getApproved(uint256 tokenIdview returns (address)
getBatchIdAtIndex(uint256 _indexview returns (uint256)
getClaimConditionById(uint256 _conditionIdview returns (struct IClaimConditionClaimCondition condition)
getRevealURI(uint256 _batchIdbytes _keyview returns (string revealedURI)
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)
isEncryptedBatch(uint256 _batchIdview 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 touint256 tokenId
burn(uint256 tokenId
claim(address _receiveruint256 _quantityaddress _currencyuint256 _pricePerTokenstruct IDropAllowlistProof _allowlistProofbytes _datapayable 
freezeBatchBaseURI(uint256 _index
grantRole(bytes32 roleaddress account
initialize(address _defaultAdminstring _namestring _symbolstring _contractURIaddress[] _trustedForwardersaddress _saleRecipientaddress _royaltyRecipientuint128 _royaltyBpsuint128 _platformFeeBpsaddress _platformFeeRecipient
lazyMint(uint256 _amountstring _baseURIForTokensbytes _datareturns (uint256 batchId)
multicall(bytes[] datareturns (bytes[] results)
renounceRole(bytes32 roleaddress account
reveal(uint256 _indexbytes _keyreturns (string revealedURI)
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
setMaxTotalSupply(uint256 _maxTotalSupply
setOwner(address _newOwner
setPlatformFeeInfo(address _platformFeeRecipientuint256 _platformFeeBps
setPlatformFeeType(uint8 _feeType
setPrimarySaleRecipient(address _saleRecipient
setRoyaltyInfoForToken(uint256 _tokenIdaddress _recipientuint256 _bps
transferFrom(address fromaddress touint256 tokenId
updateBatchBaseURI(uint256 _indexstring _uri
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
BatchMetadataUpdate(uint256 _fromTokenIduint256 _toTokenId
ClaimConditionsUpdated(struct IClaimConditionClaimCondition[] claimConditionsbool resetEligibility
ContractURIUpdated(string prevURIstring newURI
DefaultRoyalty(address indexed newRoyaltyRecipientuint256 newRoyaltyBps
FlatPlatformFeeUpdated(address platformFeeRecipientuint256 flatFee
Initialized(uint8 version
MaxTotalSupplyUpdated(uint256 maxTotalSupply
MetadataFrozen(
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
TokenURIRevealed(uint256 indexed indexstring revealedURI
TokensClaimed(uint256 indexed claimConditionIndexaddress indexed claimeraddress indexed receiveruint256 startTokenIduint256 quantityClaimed
TokensLazyMinted(uint256 indexed startTokenIduint256 endTokenIdstring baseURIbytes encryptedBaseURI
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(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(