MOCA ROOMs
Verified contract
Active on
Ethereum with 419 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "MOCA ROOMs"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20688320 | 3 months ago | | | 0 | 0.00010492043 | |
| 20091401 | 6 months ago | | | 0 | 0.0014071225 | |
| 19947201 | 6 months ago | | | 0 | 0.0033164069 | |
| 19945230 | 6 months ago | | | 0 | 0.0026365714 | |
| 19926344 | 6 months ago | | | 0 | 0.0065832329 | |
| 19897118 | 6 months ago | | | 0 | 0.0017774587 | |
| 19891777 | 6 months ago | | | 0 | 0.0016086007 | |
| 19891769 | 6 months ago | | | 0 | 0.0017151329 | |
| 19891749 | 6 months ago | | | 0 | 0.0040938429 | |
| 19891712 | 6 months ago | | | 0 | 0.0024571474 |
ABI
ABI objects
Getter at block 21305101
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
DESIGNER_ROLE() view returns (bytes32)
0x22c69ab406805e70d07fb1a6502af760601d3b977beadb295a9d76d5852e16a3
FloorContract() view returns (address)
0x1b8ab0b410f54ae0a24320e6188e3ec20a6c609a
MINTER_ROLE() view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
contractURI() view returns (string)
ipfs://QmR2Mz8Bpztv8SHpzjnFrS4e6UutFn52C7G9FktMBfxXen
name() view returns (string)
MOCA ROOMs
symbol() view returns (string)
ROOM
Read-only
balanceOf(address owner) view returns (uint256)
designHasRaffle(uint256) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoomByTokenId(uint256 _tokenId) view returns (struct ROOMsROOM room)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
raffleById(uint256) view returns (uint256 id, uint256 room, uint256 timeStart, uint256 timeEnd, struct ROOMsFloor winner)
random(uint256 min, uint256 max) view returns (uint256)
roomById(uint256) view returns (uint256 id, string title, string description, string architect, address architect_address, string image, string model, string series, uint16 slots, address creator, string metadataURI, bool cc0)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenToRoom(uint256) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events addDesigner(address designer)
approve(address to, uint256 tokenId)
closeRoomRaffle(uint256 raffleId)
createRoomDesign(struct ROOMsROOM design)
createRoomRaffle(uint256 roomId, uint256[] allowedFloors, uint256 timeStart, uint256 timeEnd)
enterRoomRaffle(uint256 raffleId, uint256 floorId)
grantRole(bytes32 role, address account)
removeDesigner(address designer)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setContractURIHash(string newContractURIHash)
transferFrom(address from, address to, uint256 tokenId)
updateDesign(uint256 _roomId, struct ROOMsROOM design)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
DesignUpdated(struct ROOMsROOM room)
NewDesign(struct ROOMsROOM room)
NewRaffle(struct ROOMsRaffle raffle)
NewRaffleEntry(struct ROOMsRaffle raffle, struct ROOMsFloor floor)
RaffleClosed(struct ROOMsRaffle raffle)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address _floorToken)
This contract contains no fallback and receive objects.
This contract contains no error objects.