Illuvium Land
Verified contract
Proxy
Active on
Ethereum with 116 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 45 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
17 additional
variables
Balances ($0.00)
No balances found for "Illuvium Land"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21101840 | 8 days ago | | | 0 | 0.00089058495 | |
| 21101722 | 8 days ago | | | 0 | 0.00043534697 | |
| 21099721 | 8 days ago | | | 0 | 0.00019138548 | |
| 20572316 | 3 months ago | | | 0 | 0.000085523780 | |
| 20465083 | 3 months ago | | | 0 | 0.00018175976 | |
| 20465029 | 3 months ago | | | 0 | 0.00041832120 | |
| 20442320 | 3 months ago | | | 0 | 0.00046343916 | |
| 20389229 | 4 months ago | | | 0 | 0.00023174298 | |
| 20387505 | 4 months ago | | | 0 | 0.00018743902 | |
| 20387496 | 4 months ago | | | 0 | 0.00015190184 |
ABI
ABI objects
Getter at block 21160314
FEATURE_BURNS_ON_BEHALF() view returns (uint32)
16
FEATURE_OWN_BURNS() view returns (uint32)
8
FEATURE_TRANSFERS() view returns (uint32)
1
FEATURE_TRANSFERS_ON_BEHALF() view returns (uint32)
2
ROLE_ACCESS_MANAGER() view returns (uint256)
57896044618658097711785492504343953926634992332820282019728792003956564819968
ROLE_METADATA_PROVIDER() view returns (uint32)
4194304
ROLE_OWNER_MANAGER() view returns (uint32)
2097152
ROLE_RESCUE_MANAGER() view returns (uint32)
524288
ROLE_ROYALTY_MANAGER() view returns (uint32)
1048576
ROLE_TOKEN_CREATOR() view returns (uint32)
65536
ROLE_TOKEN_DESTROYER() view returns (uint32)
131072
ROLE_UPGRADE_MANAGER() view returns (uint256)
28948022309329048855892746252171976963317496166410141009864396001978282409984
ROLE_URI_MANAGER() view returns (uint32)
262144
TOKEN_UID() view returns (uint256)
58060573368892529154462611163091366630542237688593895429329158043085112461265
baseURI() view returns (string)
contractURI() view returns (string)
features() view returns (uint256)
3
getImplementation() view returns (address)
0x0b361141b59373d647f7d266dbeaf3e22be33275
landDescriptor() view returns (address)
0x466c6f80e8fc1f0f3015ac34a5c0ce9cd52b4cf9
name() view returns (string)
Illuvium Land
owner() view returns (address)
0xbc83a1dcc9352f4c9aa7e9cf5a47e01d369df87a
royaltyPercentage() view returns (uint16)
0
royaltyReceiver() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
ILLUVIUM
totalSupply() view returns (uint256)
66
Read-only
balanceOf(address owner) view returns (uint256)
evaluateBy(address operator, uint256 target, uint256 desired) view returns (uint256)
exists(uint256 _tokenId) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
getMetadata(uint256 _tokenId) view returns (struct LandLibPlotStore)
hasMetadata(uint256 _tokenId) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
isFeatureEnabled(uint256 required) view returns (bool)
isOperatorInRole(address operator, uint256 required) view returns (bool)
isOwner(address _addr) view returns (bool)
isSenderInRole(uint256 required) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
plotLocations(uint256) view returns (uint256)
royaltyInfo(uint256, uint256 _salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 _tokenId) view returns (string)
userRoles(address) view returns (uint256)
viewMetadata(uint256 _tokenId) view returns (struct LandLibPlotView)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 _tokenId)
mint(address _to, uint256 _tokenId)
mintFor(address _to, uint256 _quantity, bytes _mintingBlob)
mintWithMetadata(address _to, uint256 _tokenId, struct LandLibPlotStore _plot)
postConstruct(string _name, string _symbol)
removeMetadata(uint256 _tokenId)
rescueErc20(address _contract, address _to, uint256 _value)
safeMint(address _to, uint256 _tokenId)
safeMint(address _to, uint256 _tokenId, bytes _data)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string __baseURI)
setContractURI(string _contractURI)
setLandDescriptor(address _landDescriptor)
setMetadata(uint256 _tokenId, struct LandLibPlotStore _plot)
setRoyaltyInfo(address _royaltyReceiver, uint16 _royaltyPercentage)
setTokenURI(uint256 _tokenId, string _tokenURI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address _owner)
updateFeatures(uint256 _mask)
updateRole(address operator, uint256 role)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
AdminChanged(address previousAdmin, address newAdmin)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BaseURIUpdated(address indexed _by, string oldVal, string newVal)
BeaconUpgraded(address indexed beacon)
Burnt(address indexed _by, address indexed _from, uint256 indexed _tokenId)
ContractURIUpdated(address indexed _by, string _value)
LandDescriptorUpdated(address indexed _by, address indexed _oldImpl, address indexed _newImpl)
MetadataRemoved(address indexed _by, uint256 indexed _tokenId, struct LandLibPlotStore _plot)
MetadataUpdated(address indexed _by, uint256 indexed _tokenId, struct LandLibPlotStore _plot)
Minted(address indexed _by, address indexed _to, uint256 indexed _tokenId)
OwnerUpdated(address indexed _by, address indexed _oldVal, address indexed _newVal)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RoleUpdated(address indexed _by, address indexed _to, uint256 _requested, uint256 _actual)
RoyaltyInfoUpdated(address indexed _by, address indexed _receiver, uint16 _percentage)
TokenURIUpdated(address indexed _by, uint256 tokenId, string oldVal, string newVal)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Upgraded(address indexed implementation)
constructor(address _logic, bytes _data)
fallback()
receive()
This contract contains no error objects.