RGBytes

Verified contract

Proxy

Active on Ethereum with 5,860 txns
Deployed by via 0x377b4eb8 at 19196849
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 49 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots

No balances found for "RGBytes"

0xcd5ae316b7efa1f47990224df3bf57b9587040e7853f186fbf3f3b46e8f49278
0x50ad00df0b1f7e8dbc9c3cd02eff4bee0d2073d1cc6fd77fdd380438b015b93f
0xbe2872edf34eb260f69fef9d72affd8093953e8901bf86a1337d8c5dbb95699e
0x4b06be1e53d6f0a4cd8bfc61131b04facc666bd84a0cd2ab66a9026b988fd6dc
0xfa572b9141ce43e09a3cd6a92dd5d89855d26d7287454cbf3d2adc463d5fe134
0x0e230934cf8d193f26c7fda8f72402c3f690baccf99d0b5b3e4bad17f91efe5f
0x9769a5362ad4564fb3063b47e79d8d4ee696a117058bbb4d6b276330bf05b742
0x2ef279c25f0070b195389921f2de8dae293d551df7db97f45596d0f416cac1f1
0xa4b4a8feeaf0cf1fe7ed7787dc4c7a83c89dd0b25545ff8f4a77682dc73533ac
0x38638037b425209599fad21add4c80055bb82348d1437222677b1ad1b8bf10ea

Functions
Getter at block 21201011
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
baseURI(view returns (string)
https://api.revolvinggames.com/metadata/nft/rgbyte/revealed/
contractURI(view returns (string)
 
getAllowedOperators(view returns (address[])
maxSupply(view returns (uint256)
4999
name(view returns (string)
RGBytes
owner(view returns (address)
0xbe34c5e37c9d8f49b81ab84839a3bf088d192cc2
provenanceHash(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
 
proxiableUUID(view returns (bytes32)
royaltyAddress(view returns (address)
0x820581ef1a5adb1e862cd6deff6d38018c986330
royaltyBasisPoints(view returns (uint256)
500
symbol(view returns (string)
$RGBT
totalSupply(view returns (uint256)
4999
Read-only
allowedOperators(uint256view returns (address)
balanceOf(address ownerview returns (uint256)
batchBalanceOf(address[] ownersview returns (uint256[])
batchOwnerOf(uint256[] tokenIdsview returns (address[])
getApproved(uint256 tokenIdview returns (address)
getMintStats(address minterview returns (uint256 minterNumMinteduint256 currentTotalSupplyuint256 maxSupply)
getRoleAdmin(bytes32 roleview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256uint256 _salePriceview returns (address receiveruint256 royaltyAmount)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
acceptOwnership(
approve(address operatoruint256 tokenId
cancelOwnershipTransfer(
emitBatchMetadataUpdate(uint256 fromTokenIduint256 toTokenId
grantRole(bytes32 roleaddress account
initialize(string name_string symbol_address[] allowedSeaDrop_address[] allowedOperators_
mintSeaDrop(address minteruint256 quantity
multiConfigure(struct ERC721SeaDropStructsErrorsAndEventsUpgradeableMultiConfigureStruct config
renounceOwnership(
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setBaseURI(string newBaseURI
setContractURI(string newContractURI
setMaxSupply(uint256 newMaxSupply
setProvenanceHash(bytes32 newProvenanceHash
setRoyaltyInfo(struct ISeaDropTokenContractMetadataUpgradeableRoyaltyInfo newInfo
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newPotentialOwner
updateAllowList(address seaDropImplstruct AllowListData allowListData
updateAllowedFeeRecipient(address seaDropImpladdress feeRecipientbool allowed
updateAllowedOperators(address[] _allowedOperators
updateAllowedSeaDrop(address[] allowedSeaDrop
updateCreatorPayoutAddress(address seaDropImpladdress payoutAddress
updateDropURI(address seaDropImplstring dropURI
updatePayer(address seaDropImpladdress payerbool allowed
updatePublicDrop(address seaDropImplstruct PublicDrop publicDrop
updateSignedMintValidationParams(address seaDropImpladdress signerstruct SignedMintValidationParams signedMintValidationParams
updateTokenGatedDrop(address seaDropImpladdress allowedNftTokenstruct TokenGatedDropStage dropStage
upgradeTo(address newImplementation
upgradeToAndCall(address newImplementationbytes datapayable 
Events
AdminChanged(address previousAdminaddress newAdmin
BeaconUpgraded(address indexed beacon
Upgraded(address indexed implementation
AdminChanged(address previousAdminaddress newAdmin
AllowedSeaDropUpdated(address[] allowedSeaDrop
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
BatchMetadataUpdate(uint256 _fromTokenIduint256 _toTokenId
BeaconUpgraded(address indexed beacon
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
ContractURIUpdated(string newContractURI
Initialized(uint8 version
MaxSupplyUpdated(uint256 newMaxSupply
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
PotentialOwnerUpdated(address newPotentialAdministrator
ProvenanceHashUpdated(bytes32 previousHashbytes32 newHash
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoyaltyInfoUpdated(address receiveruint256 bps
SeaDropTokenDeployed(
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Upgraded(address indexed implementation
Constructor
constructor(address _logicbytes _data
Fallback and receive
fallback(
receive(
Errors
AlreadyInitialized(
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
CannotExceedMaxSupplyOfUint64(uint256 newMaxSupply
InvalidRoyaltyBasisPoints(uint256 basisPoints
MintERC2309QuantityExceedsLimit(
MintQuantityExceedsMaxSupply(uint256 totaluint256 maxSupply
MintToZeroAddress(
MintZeroQuantity(
NewOwnerIsZeroAddress(
NotNextOwner(
OnlyAllowedSeaDrop(
OnlyOwner(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
ProvenanceHashCannotBeSetAfterMintStarted(
RoyaltyAddressCannotBeZeroAddress(
SignersMismatch(
TokenGatedMismatch(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(