Decentraland LAND
Verified contract
Proxy
Active on
Ethereum with 68,266 txns
Unified storage
Map
Table
Raw
Constants and immutables
3
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
12 additional
variables
Balances ($14,034.85)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MANA | ERC-20 | 24.081364K | $0.582809 |
$14,034.84 | |
USDC | ERC-20 | 0.01027 | $1.002 |
$0.01 | |
Shiryo-Inu | ERC-20 | 9.069045T | -- | -- | |
| ERC-20 | 88.888888M | -- | -- | |
| ERC-20 | 21M | -- | -- | |
| ERC-20 | 7.777777M | -- | -- | |
| ERC-20 | 8.889K | -- | -- | |
C4Y | ERC-20 | 3.7K | -- | -- | |
LAND | ERC-20 | 31.35 | -- | -- | |
OLE | ERC-20 | 10 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21274696 | 3 hours ago | | | 0 | 0.0011538065 | |
| 21274690 | 3 hours ago | | | 0 | 0.0010326316 | |
| 21274685 | 3 hours ago | | | 0 | 0.0012290760 | |
| 21274669 | 3 hours ago | | | 0 | 0.0012889683 | |
| 21274662 | 3 hours ago | | | 0 | 0.0013325788 | |
| 21274650 | 3 hours ago | | | 0 | 0.0012807680 | |
| 21274631 | 3 hours ago | | | 0 | 0.0012195901 | |
| 21274624 | 3 hours ago | | | 0 | 0.0011525785 | |
| 21274609 | 3 hours ago | | | 0 | 0.0011574007 | |
| 21274606 | 3 hours ago | | | 0 | 0.0010488010 |
ABI
ABI objects
Getter at block 21275443
currentContract() view returns (address)
0x554bb6488ba955377359bed16b84ed0822679cdc
owner() view returns (address)
0xfe95e04a628087fcdd5f278e61f148b47471af4a
proxyOwner() view returns (address)
0x9a6ebe7e2a7722f8200d0ffb63a1f6406a0d7dce
GET_METADATA() view returns (bytes4)
0xa574cea4
currentContract() view returns (address)
0x554bb6488ba955377359bed16b84ed0822679cdc
decimals() pure returns (uint256)
0
description() view returns (string)
Contract that stores the Decentraland LAND registry
estateRegistry() view returns (address)
0x959e104e1a4db6317fa58f8295f586e1a978c297
landBalance() view returns (address)
0x20dfe381ca71ade2582094cf569a8cb020af5ab1
name() view returns (string)
Decentraland LAND
owner() view returns (address)
0xfe95e04a628087fcdd5f278e61f148b47471af4a
proxyOwner() view returns (address)
0x9a6ebe7e2a7722f8200d0ffb63a1f6406a0d7dce
symbol() view returns (string)
LAND
totalSupply() view returns (uint256)
92598
Read-only
authorizedDeploy(address) view returns (bool)
balanceOf(address owner) view returns (uint256)
decodeTokenId(uint256 value) pure returns (int256, int256)
encodeTokenId(int256 x, int256 y) pure returns (uint256)
exists(int256 x, int256 y) view returns (bool)
exists(uint256 assetId) view returns (bool)
getApproved(uint256 assetId) view returns (address)
getApprovedAddress(uint256 assetId) view returns (address)
isApprovedForAll(address assetHolder, address operator) view returns (bool)
isAuthorized(address operator, uint256 assetId) view returns (bool)
isUpdateAuthorized(address operator, uint256 assetId) view returns (bool)
landData(int256 x, int256 y) view returns (string)
landOf(address owner) view returns (int256[], int256[])
latestPing(address) view returns (uint256)
ownerOf(uint256 assetId) view returns (address)
ownerOfLand(int256 x, int256 y) view returns (address)
ownerOfLandMany(int256[] x, int256[] y) view returns (address[])
registeredBalance(address) view returns (bool)
supportsInterface(bytes4 _interfaceID) view returns (bool)
tokenMetadata(uint256 assetId) view returns (string)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256 assetId)
tokensOf(address owner) view returns (uint256[])
updateManager(address, address) view returns (bool)
updateOperator(uint256) view returns (address)
State-modifying
Events transferOwnership(address _newOwner)
upgrade(address newContract, bytes data)
approve(address operator, uint256 assetId)
assignMultipleParcels(int256[] x, int256[] y, address beneficiary)
assignNewParcel(int256 x, int256 y, address beneficiary)
authorizeDeploy(address beneficiary)
createEstate(int256[] x, int256[] y, address beneficiary) returns (uint256)
createEstateWithMetadata(int256[] x, int256[] y, address beneficiary, string metadata) returns (uint256)
forbidDeploy(address beneficiary)
initialize(bytes)
ping()
registerBalance()
safeTransferFrom(address from, address to, uint256 assetId)
safeTransferFrom(address from, address to, uint256 assetId, bytes userData)
setApprovalForAll(address operator, bool authorized)
setEstateRegistry(address registry)
setLandBalanceToken(address _newLandBalance)
setLatestToNow(address user)
setManyUpdateOperator(uint256[] _assetIds, address _operator)
setUpdateManager(address _owner, address _operator, bool _approved)
setUpdateOperator(uint256 assetId, address operator)
transferFrom(address from, address to, uint256 assetId)
transferLand(int256 x, int256 y, address to)
transferLandToEstate(int256 x, int256 y, uint256 estateId)
transferManyLand(int256[] x, int256[] y, address to)
transferManyLandToEstate(int256[] x, int256[] y, uint256 estateId)
transferOwnership(address _newOwner)
unregisterBalance()
updateLandData(int256 x, int256 y, string data)
updateManyLandData(int256[] x, int256[] y, string data)
OwnerUpdate(address _prevOwner, address _newOwner)
Upgrade(address indexed newContract, bytes initializedWith)
Approval(address indexed owner, address indexed operator, uint256 indexed assetId)
ApprovalForAll(address indexed holder, address indexed operator, bool authorized)
DeployAuthorized(address indexed _caller, address indexed _deployer)
DeployForbidden(address indexed _caller, address indexed _deployer)
EstateRegistrySet(address indexed registry)
OwnerUpdate(address _prevOwner, address _newOwner)
SetLandBalanceToken(address indexed _previousLandBalance, address indexed _newLandBalance)
Transfer(address indexed from, address indexed to, uint256 indexed assetId)
Transfer(address indexed from, address indexed to, uint256 indexed assetId, address operator, bytes userData)
Transfer(address indexed from, address indexed to, uint256 indexed assetId, address operator, bytes userData, bytes operatorData)
Update(uint256 indexed assetId, address indexed holder, address indexed operator, string data)
UpdateManager(address indexed _owner, address indexed _operator, address indexed _caller, bool _approved)
UpdateOperator(uint256 indexed assetId, address indexed operator)
This contract contains no constructor objects.
fallback()
This contract contains no error objects.