SPlot
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
7
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 48 additional slots
Balances ($0.00)
No balances found for "SPlot"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "SPlot"
ABI
ABI objects
Getter at block 21315553
BURN_ROLE() view returns (uint256)
2
DEFAULT_LOCK_DURATION() view returns (uint256)
604800
LOCK_ROLE() view returns (uint256)
8
MINT_ROLE() view returns (uint256)
1
TRANSFER_ROLE() view returns (uint256)
4
metadataAddress() view returns (address)
0x0000000000000000000000000000000000000000
name() view returns (string)
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
Read-only
balanceOf(address owner) view returns (uint256)
delegates(address) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getLease(uint256 tokenId) view returns (struct ERC721StakedLease lease)
getLockDuration(uint256 tokenId) view returns (uint256 lockDuration)
hasRoles(address delegate, uint256 roles) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
lockDurations(uint256) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
initialize(address _metadataAddress)
mint(address to, uint256 tokenId)
renounceOwnership()
replaceDelegate(address oldDelegate, address newDelegate)
revoke(uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setLockDuration(uint256 tokenId, uint256 lockDuration)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateDelegate(address delegate, uint256 roles)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
DelegateUpdated(address indexed delegate, uint256 indexed roles)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.