Skoolverse
Verified contract
Proxy
Active on
Ethereum with 3,946 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
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
0xdd67…897c
10 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SCZ | ERC-721 | 1 | -- | -- | |
SCZ | ERC-721 | 1 | -- | -- | |
SCZ | ERC-721 | 1 | -- | -- | |
SCZ | ERC-721 | 1 | -- | -- | |
SCZ | ERC-721 | 1 | -- | -- | |
SCZ | ERC-721 | 1 | -- | -- | |
SCZ | ERC-721 | 1 | -- | -- | |
SCZ | ERC-721 | 1 | -- | -- | |
SCZ | ERC-721 | 1 | -- | -- | |
SCZ | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19999276 | 6 months ago | | | 0 | 0.00026034483 | |
| 19896826 | 6 months ago | | | 0 | 0.00015746650 | |
| 19703831 | 7 months ago | | | 0 | 0.00043950074 | |
| 19111320 | 10 months ago | | | 0 | 0.0024080137 | |
| 18613056 | a year ago | | | 0 | 0.0034132800 | |
| 18387226 | a year ago | | | 0 | 0.0026033920 | |
| 18002173 | a year ago | | | 0 | 0.00059339358 | |
| 18002172 | a year ago | | | 0 | 0.0015216300 | |
| 17917983 | a year ago | | | 0 | 0.00071733546 | |
| 17894498 | a year ago | | | 0 | 0.0024769075 |
ABI
ABI objects
Getter at block 21301333
activationTime() view returns (uint256)
86400
claimStarted() view returns (bool)
true
name() view returns (string)
Skoolverse
openHouse() view returns (bool)
true
owner() view returns (address)
0x7a2708b9cb7951ddc8f7b800a2a22d035cc391ae
paused() view returns (bool)
false
symbol() view returns (string)
SKV
totalClaimed() view returns (uint256)
2124
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 admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
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()
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
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)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.