Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 10000 additional slots
Balances ($0.00)
No balances found for "NFTWRental"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "NFTWRental"
ABI
ABI objects
Getter at block 21396036
owner() view returns (address)
0x505cda4e0911db1e47218dcac21ba21d9324ed84
Read-only
getTenant(uint256 tokenId) view returns (address)
isRentActive(uint256 tokenId) view returns (bool)
isRentable(uint256 tokenId) view returns (bool state)
rentCount(address) view returns (uint256)
rentalPaidUntil(uint256 tokenId) view returns (uint256 paidUntil)
rentedByIndex(address tenant, uint256 index) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
worldRentInfo(uint256) view returns (address tenant, uint32 rentStartTime, uint32 rentalPaid, uint32 paymentAlert)
State-modifying
Events payRent(uint256 tokenId, uint32 payment)
renounceOwnership()
rentWorld(uint256 tokenId, uint32 _paymentAlert, uint32 initialPayment)
rescueERC20(address token, uint256 amount)
terminateRental(uint256 tokenId)
transferOwnership(address newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RentalPaid(uint256 indexed tokenId, address indexed tenant, uint256 payment)
RentalTerminated(uint256 indexed tokenId, address indexed tenant)
WorldRented(uint256 indexed tokenId, address indexed tenant, uint256 payment)
constructor(address wrld, address escrow)
This contract contains no fallback and receive objects.
This contract contains no error objects.