PUMA RB Access Token

Verified contract

Active on Ethereum with 1,520 txns
Deployed by via 0xae0f0649 at 17425465
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 8 additional slots
-
variable spans 6 additional slots

No balances found for "PUMA RB Access Token"

0xe8389b7fc2d25e50c3368c60b4247d383ea6ad38a33e5e2d9c55572e8f16a8ac
From
0x9fa853ef91082d6c430df81155688310865ae7f5ef20a0f785d1264f4e392a94
0x24820ae162f3084d837c93d2599286c879e5d515fb1497fab68b7fe0657fad99
0xec92bc308f3ba114876127ac37c4f8b8de83f57e15bedb6a343eb73b17c044f0
0x08d3d6cfdce29488c96bb20dd94d95cc9896066756c04338d5a5cba63bf8f862
0x7bb73d0bc98e07af5a281b5b1deff26fe54c005776adbb522fbb5d6508004c14
0x03a9051869c4ac22171b178b496f63e0f5f7b3ffb4939169628ce4491b7f4cae
0x14d985cc5d8a24c1b6a9d93dee1ff6a33ebd61866caf9505e466e3eba41bfdcf
0x5bdf12520638ce822b4b5badc78ff38fb6e4c2530a78cccc5258b38c2d562fab
0xc8b60f6dc48db09080dcad147a26ef6756d7bd72b27c2346b6a22d6e626c0cf2

Functions
Getter at block 20915849
addresses(view returns (address recoveryAddressaddress collectionOwnerAddressaddress authorisationAddressaddress purchaseTokenAddressaddress managerPrimaryRoyaltyAddressaddress customerPrimaryRoyaltyAddressaddress secondaryRoyaltyAddress)
(recoveryAddress=0x4b26bdf68ac9abfb19f6146313428e7f8b6041f4, collectionOwnerAddress=0x8fb9f0baefa3265167918af66142bbcd7ffa8099, authorisationAddress=0x30d0d567c1931d31821c969fced8446ac3730047, purchaseTokenAddress=0x0000000000000000000000000000000000000000, managerPrimaryRoyaltyAddress=0x62d516276381042016b38b65c89c05ea59ccb13b, customerPrimaryRoyaltyAddress=0x8a7ed01063ab022e97b5cf9808dfa5258292965a, secondaryRoyaltyAddress=0x87d4635a3be20df4c640ff727cd234a78ae25f15)
contractManager(view returns (address)
0xb4a8955a0e3e447f6e223db7d03a911e25280d6c
contractURI(view returns (string uri)
https://api.hypermint.com/metadata/8794ef5b-1c47-4bfa-82b5-46a6e35663d6
 
generalConfig(view returns (string namestring symbolstring contractMetadataUrlstring tokenMetadataUrlbool allowBuybool allowPublicTransferbool enableOpenSeaOperatorFilterRegistryuint256 publicSaleDateuint256 saleCloseDateuint256 primaryRoyaltyFeeuint256 secondaryRoyaltyFee)
getSupplies(view returns (uint256[] tokenSupplies)
[3998]
getTokenConfigs(view returns (struct TokenConfig[] configs)
[(0, 4000, 0)]
name(view returns (string collectionName)
PUMA RB Access Token
owner(view returns (address)
0x8fb9f0baefa3265167918af66142bbcd7ffa8099
symbol(view returns (string collectionSymbol)
RBTOKEN
version(view returns (string)
2.2.0
Read-only
balanceOf(address accountuint256 idview returns (uint256)
balanceOfBatch(address[] accountsuint256[] idsview returns (uint256[])
isApprovedForAll(address accountaddress operatorview returns (bool)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (address royaltyAddressuint256 royaltyAmount)
supplies(uint256view returns (uint256)
supportsInterface(bytes4 _interfaceIdview returns (bool result)
tokenConfigs(uint256view returns (uint256 priceuint256 maxSupplyuint256 maxPerTransaction)
uri(uint256view returns (string)
State-modifying
addTokens(struct TokenConfig[] _tokens
burn(address accountuint256 iduint256 value
burnBatch(address accountuint256[] idsuint256[] values
buy(uint256 _iduint256 _amountpayable 
buyAuthorised(uint256 _iduint256 _amountuint256 _totalPriceuint256 _maxPerAddressuint256 _expiresbytes _signaturepayable 
mintBatch(address[] _touint256[][] _idsuint256[][] _amounts
recoverContract(
renounceOwnership(
safeBatchTransferFrom(address fromaddress touint256[] idsuint256[] amountsbytes data
safeTransferFrom(address fromaddress touint256 iduint256 amountbytes data
setAddresses(struct Addresses _addresses
setAllowBuy(bool _allowBuy
setAllowPublicTransfer(bool _allowPublicTransfer
setApprovalForAll(address operatorbool approved
setDates(uint256 _publicSaleuint256 _saleClosed
setEnableOpenSeaOperatorFilterRegistry(bool _enable
setMetadataURIs(string _contractURIstring _tokenURI
setNameAndSymbol(string _newNamestring _newSymbol
setRoyalty(uint256 _primaryFeeuint256 _secondaryFee
setTokenConfig(uint256 _iduint256 _priceuint256 _maxSupplyuint256 _maxPerTransaction
transferAuthorised(address _fromaddress _touint256 _tokenIduint256 _amountuint256 _expiresbytes _signature
transferContractManager(address newContractManager
transferOwnership(address newOwner
Events
ApprovalForAll(address indexed accountaddress indexed operatorbool approved
ContractManagerTransferred(address indexed previousContractManageraddress indexed newContractManager
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
TransferBatch(address indexed operatoraddress indexed fromaddress indexed touint256[] idsuint256[] values
TransferSingle(address indexed operatoraddress indexed fromaddress indexed touint256 iduint256 value
URI(string valueuint256 indexed id
Constructor
constructor(struct GeneralConfig _generalConfigstruct Addresses _addresses
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ArrayLengthMismatch(
BuyDisabled(
ContractCallBlocked(
ImmutableRecoveryAddress(
InsufficientPaymentValue(
MaxPerTransactionsExceeded(
MaxSupplyExceeded(
NewSupplyTooLow(
NotAuthorised(
OperatorNotAllowed(address operator
PayoutToCustomerFailed(
PayoutToManagerFailed(
PublicSaleClosed(
SaleClosed(
SignatureExpired(
TransfersDisabled(