Staked Plot
Verified contract
Proxy
Active on
Ethereum with 1,744 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 48 additional slots
Balances ($0.00)
No balances found for "Staked Plot"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20669555 | 3 months ago | | | 0 | 0.00011670436 | |
| 20617719 | 3 months ago | | | 0 | 0.000048132715 | |
| 20609878 | 3 months ago | | | 0 | 0.000048404111 | |
| 19994944 | 6 months ago | | | 0 | 0.00024166851 | |
| 19750103 | 7 months ago | | | 0 | 0.00021586000 | |
| 19444754 | 9 months ago | | | 0 | 0.00095743761 | |
| 19401033 | 9 months ago | | | 0 | 0.0032511155 | |
| 19298795 | 9 months ago | | | 0 | 0.0024874280 | |
| 19149820 | 10 months ago | | | 0 | 0.00050670912 | |
| 19093223 | 10 months ago | | | 0 | 0.00052529067 |
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)
0x2d6827d2da135e3578a983b72315534f1e2b9be9
name() view returns (string)
Staked Plot
owner() view returns (address)
0x72847c8bdc54b338e787352bcec33ba90cd7afe0
symbol() view returns (string)
sPLOT
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 admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
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)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
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)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.