This contract is being backfilled. You may encounter incomplete storage history.

Habbo Rooms

Verified contract

Active on Ethereum with 1,628 txns
Deployed by via 0xefca6ba7 at 16148887
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Habbo Rooms"

0x07c3b34e73c5d01da77eb4aad09f8d4226ec48c1633708567fea765c3aa98f96
0x673da7ffed8561a221753a7648dbcef473741da42ec417e6ff90cd16f7cdf9ea
0x12728093f34e7e00883c8f0d77da216d197fa1a6a8c8f11f2a262226fab5f519
0x2203e5399643e9f90a5600c47f8a729ae53159f3697e8e7e0dad54fdab6f2c38
0x99b08d961ce0e857a614eac5113c1c785e98a8964cccf311eebbd801623ee259
0x87f9c2cd6c2419a45afb0abf951e88dae1fb1fc008302dd2e0c1186f9d985ae7
0x11b0e35f04bf89999b9c0a616ea1aa28628e09614132a7b23695d8c4326e7293
0xd0b8d408f0739af94e5f1fe000a042e3eed2c18803df560c5bdf1c1bbedb0688
0x626f299840d07be96b4bec33c95025b370a07e52f6a256e9ebfdf52cc0c40459
0x1753076086344074171886b41cb511448b1ffa5cfcc59149e6155540c3f089c7

Functions
Getter at block 20801050
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MINTER_ROLE(view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
OPERATOR_FILTER_REGISTRY(view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
listingsLength(view returns (uint256 count)
20
name(view returns (string)
Habbo Rooms
owner(view returns (address)
0xe3e7f66bf53603d65223caccd483291dbcc4fd1f
symbol(view returns (string)
HABXROOM
totalSupply(view returns (uint256)
1300
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getPriceByListing(struct HabboRoomsListing lview returns (uint256)
getPriceByListingAtTimestamp(struct HabboRoomsListing luint256 timestampview returns (uint256)
getPriceByListingId(uint256 indexview returns (uint256)
getPriceByListingIdAtTimestamp(uint256 indexuint256 timestampview returns (uint256)
getRoleAdmin(bytes32 roleview returns (bytes32)
getTransactionHash(address touint256 listingIdview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
isApprovedForAll(address owneraddress operatorview returns (bool)
listingGroups(stringview returns (uint256 totalMintLimituint256 totalMinteduint256 purchaseLimitbool valid)
listingPurchasedAmounts(uint256addressview returns (uint256)
listings(uint256view returns (string roomKeystring groupKeyuint256 startTimeuint256 endTimeuint256 startPriceuint256 finalPriceuint256 intervalsuint256 purchaseListingLimituint256 orderLimitbool valid)
ownerOf(uint256 tokenIdview returns (address)
purchasedAmounts(stringaddressview returns (uint256)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
addListing(string roomKeystring groupKeyuint256 startTimeuint256 endTimeuint256 startPriceuint256 finalPriceuint256 intervalsuint256 purchaseListingLimituint256 orderLimitreturns (struct HabboRoomsListing luint256 listingId)
approve(address operatoruint256 tokenIdpayable 
burn(uint256 tokenId
createListingGroup(string groupKeyuint256 totalMintLimituint256 purchaseLimitreturns (struct HabboRoomsListingGroup lg)
grantRole(bytes32 roleaddress account
markListingGroupInvalid(string groupKey
markListingInvalid(uint256 listingId
mint(uint256 quantityuint256 listingIdbytes signaturepayable 
ownerMint(uint256 quantityaddress tostring roomKey
renounceOwnership(
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes datapayable 
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setRoyaltyInfo(address receiveruint96 numerator
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
withdrawFunds(
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
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoomMinted(uint256 startTokenIduint256 endTokenIdstring roomKey
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string baseURIaddress mintSigner
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
EndTimeIsInThePast(
ExceededListingPurchaseLimit(
ExceededMintLimit(
ExceededOrderLimit(
ExceededPurchaseLimit(
GroupKeyCanNotBeEmpty(
IntervalCanNotBeZero(
InvalidEthAmount(
InvalidListingId(
InvalidSignature(
ListingGroupMarkedInvalid(
ListingHasFinished(
ListingMarkedInvalid(
ListingNotStarted(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OperatorNotAllowed(address operator
OrderLimitCanNotBeZero(
OrderLimitOverPurchaseListingLimit(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
PriceShouldBeSameOrLower(
PurchaseLimitCanNotBeZero(
PurchaseLimitOverTotalMintLimit(
PurchaseListingLimitCanNotBeZero(
QuantityCanNotBeZero(
RoomKeyCanNotBeEmpty(
StartTimeIsHigherThanEndTime(
TotalCanNotBeZero(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(