Skoolverse
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
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 43 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
6 additional
variables
Balances ($0.00)
No balances found for "Skoolverse"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "Skoolverse"
ABI
ABI objects
Getter at block 20858990
activationTime() view returns (uint256)
0
claimStarted() view returns (bool)
false
name() view returns (string)
openHouse() view returns (bool)
false
owner() view returns (address)
0x0000000000000000000000000000000000000000
paused() view returns (bool)
false
symbol() view returns (string)
totalClaimed() view returns (uint256)
0
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
homeOf(uint256) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
isClaimed(uint256 _landId) view returns (bool)
landActive(uint256) view returns (bool)
lastStayDuration(uint256 _scholarzId) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
placedAt(uint256) view returns (uint256)
placedBy(uint256) view returns (address)
removedAt(uint256) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tenantOf(uint256) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
usedKey(bytes32) view returns (bool)
State-modifying
Events activateMultiple(bytes32 key, bytes signature, uint256[] _landIds, uint256 timestamp)
approve(address to, uint256 tokenId)
claimMultiple(bytes32 key, bytes signature, uint256[] _tokenIds, uint256 timestamp)
initialize()
leaveTogether(uint256[] _scholarzIds)
pause()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setActivationTime(uint256 _seconds)
setApprovalForAll(address operator, bool approved)
setBaseURI(string URI)
setScholarzAddress(address _address)
setSignerAddress(address _address)
stayTogether(uint256[] _scholarzIds, uint256[] _landIds)
toggleClaimStart()
toggleStakeStart()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
Activated(address indexed from, bytes32 indexed key, uint256[] LandIds, uint256 timestamp)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Claimed(address indexed from, bytes32 indexed key, uint256[] TokenIds, uint256 timestamp)
Leave(address indexed from, uint256 indexed TenantId, uint256 timestamp)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Stay(address indexed from, uint256 indexed TenantId, uint256 timestamp)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.