ERC165
supportsInterface
Inputs
Parameter | Type | Description |
---|---|---|
interfaceId | bytes4 |
Outputs
Type | Description |
---|---|
bool |
LandSectorAsset
Inputs
Outputs
ERC721
safeTransferFrom
Inputs
Parameter | Type | Description |
---|---|---|
from | address | |
to | address | |
tokenId | uint256 | |
_data | bytes |
Outputs
safeTransferFrom
Inputs
Parameter | Type | Description |
---|---|---|
from | address | |
to | address | |
tokenId | uint256 |
Outputs
isApprovedForAll
Inputs
Parameter | Type | Description |
---|---|---|
owner | address | |
operator | address |
Outputs
Type | Description |
---|---|
bool |
balanceOf
Inputs
Parameter | Type | Description |
---|---|---|
owner | address |
Outputs
Type | Description |
---|---|
uint256 |
ownerOf
Inputs
Parameter | Type | Description |
---|---|---|
tokenId | uint256 |
Outputs
Type | Description |
---|---|
address |
getApproved
Inputs
Parameter | Type | Description |
---|---|---|
tokenId | uint256 |
Outputs
Type | Description |
---|---|
address |
ERC721Enumerable
tokenByIndex
Inputs
Parameter | Type | Description |
---|---|---|
index | uint256 |
Outputs
Type | Description |
---|---|
uint256 |
tokenOfOwnerByIndex
Inputs
Parameter | Type | Description |
---|---|---|
owner | address | |
index | uint256 |
Outputs
Type | Description |
---|---|
uint256 |
totalSupply
Inputs
Outputs
Type | Description |
---|---|
uint256 |
ERC721Metadata
symbol
Inputs
Outputs
Type | Description |
---|---|
string |
name
Inputs
Outputs
Type | Description |
---|---|
string |
ERC721Mintable
mint
Inputs
Parameter | Type | Description |
---|---|---|
to | address | |
tokenId | uint256 |
Outputs
Type | Description |
---|---|
bool |
ERC721Pausable
setApprovalForAll
Inputs
Parameter | Type | Description |
---|---|---|
to | address | |
approved | bool |
Outputs
IERC721
ApprovalForAll
Inputs
Parameter | Type | Description |
---|---|---|
owner | address | |
operator | address | |
approved | bool |
Outputs
Approval
Inputs
Parameter | Type | Description |
---|---|---|
owner | address | |
approved | address | |
tokenId | uint256 |
Outputs
Transfer
Inputs
Parameter | Type | Description |
---|---|---|
from | address | |
to | address | |
tokenId | uint256 |
Outputs
LandSectorAsset
setTokenURIPrefix
Inputs
Parameter | Type | Description |
---|---|---|
_tokenURIPrefix | string |
Outputs
setSupplyAndSector
Inputs
Parameter | Type | Description |
---|---|---|
_landType | uint16 | |
_totalVolume | uint256 | |
_sectorSupplyLimit | uint256 | |
legendarySupply | uint256 | |
epicSupply | uint256 | |
rareSupply | uint256 | |
uncommonSupply | uint256 | |
commonSupply | uint256 |
Outputs
unLockToken
Inputs
Parameter | Type | Description |
---|---|---|
_tokenId | uint256 |
Outputs
mintLandSector
Inputs
Parameter | Type | Description |
---|---|---|
_owner | address | |
_landSector | uint256 | |
_eventHash | bytes32 |
Outputs
transferFrom
Inputs
Parameter | Type | Description |
---|---|---|
_from | address | |
_to | address | |
_tokenId | uint256 |
Outputs
approve
Inputs
Parameter | Type | Description |
---|---|---|
_to | address | |
_tokenId | uint256 |
Outputs
getTotalVolume
Inputs
Parameter | Type | Description |
---|---|---|
_landType | uint16 |
Outputs
Type | Description |
---|---|
uint256 |
getMintedSectorCountByRarity
Inputs
Parameter | Type | Description |
---|---|---|
_landType | uint16 | |
_rarity | uint16 |
Outputs
Type | Description |
---|---|
uint256 |
tokenURI
Inputs
Parameter | Type | Description |
---|---|---|
_tokenId | uint256 |
Outputs
Type | Description |
---|---|
string |
getSectorSupplyLimit
Inputs
Parameter | Type | Description |
---|---|---|
_landType | uint16 |
Outputs
Type | Description |
---|---|
uint256 |
isAlreadyMinted
Inputs
Parameter | Type | Description |
---|---|---|
_tokenId | uint256 |
Outputs
Type | Description |
---|---|
bool |
isValidLandSector
Inputs
Parameter | Type | Description |
---|---|---|
_tokenId | uint256 |
Outputs
Type | Description |
---|---|
bool |
getMintedSectorList
Inputs
Parameter | Type | Description |
---|---|---|
_landType | uint16 |
Outputs
Type | Description |
---|---|
uint256[] |
getMintedSectorCount
Inputs
Parameter | Type | Description |
---|---|---|
_landType | uint16 |
Outputs
Type | Description |
---|---|
uint256 |
canTransfer
Inputs
Parameter | Type | Description |
---|---|---|
_tokenId | uint256 |
Outputs
Type | Description |
---|---|
bool |
getRarity
Inputs
Parameter | Type | Description |
---|---|---|
_landSector | uint256 |
Outputs
Type | Description |
---|---|
uint16 |
getLandType
Inputs
Parameter | Type | Description |
---|---|---|
_landSector | uint256 |
Outputs
Type | Description |
---|---|
uint16 |
getSectorSupplyByRarity
Inputs
Parameter | Type | Description |
---|---|---|
_landType | uint16 | |
_rarity | uint16 |
Outputs
Type | Description |
---|---|
uint256 |
getSectorVolumeByRarity
Inputs
Parameter | Type | Description |
---|---|---|
_rarity | uint16 |
Outputs
Type | Description |
---|---|
uint256 |
MintEvent
Inputs
Parameter | Type | Description |
---|---|---|
assetOwner | address | |
tokenId | uint256 | |
at | uint256 | |
eventHash | bytes32 |
Outputs
MinterRole
addMinter
Inputs
Parameter | Type | Description |
---|---|---|
account | address |
Outputs
renounceMinter
Inputs
Outputs
isMinter
Inputs
Parameter | Type | Description |
---|---|---|
account | address |
Outputs
Type | Description |
---|---|
bool |
MinterRemoved
Inputs
Parameter | Type | Description |
---|---|---|
account | address |
Outputs
MinterAdded
Inputs
Parameter | Type | Description |
---|---|---|
account | address |
Outputs
Pausable
pause
Inputs
Outputs
unpause
Inputs
Outputs
paused
Inputs
Outputs
Type | Description |
---|---|
bool |
Unpaused
Inputs
Parameter | Type | Description |
---|---|---|
account | address |
Outputs
Paused
Inputs
Parameter | Type | Description |
---|---|---|
account | address |
Outputs
PauserRole
addPauser
Inputs
Parameter | Type | Description |
---|---|---|
account | address |
Outputs
renouncePauser
Inputs
Outputs
isPauser
Inputs
Parameter | Type | Description |
---|---|---|
account | address |
Outputs
Type | Description |
---|---|
bool |
PauserRemoved
Inputs
Parameter | Type | Description |
---|---|---|
account | address |
Outputs
PauserAdded
Inputs
Parameter | Type | Description |
---|---|---|
account | address |
Outputs
RARE_RARITY
Inputs
Outputs
Type | Description |
---|---|
uint16 |
EPIC_RARITY
Inputs
Outputs
Type | Description |
---|---|
uint16 |
tokenURIPrefix
Inputs
Outputs
Type | Description |
---|---|
string |
LEGENDARY_RARITY
Inputs
Outputs
Type | Description |
---|---|
uint16 |
COMMON_RARITY
Inputs
Outputs
Type | Description |
---|---|
uint16 |
SHARE_RATE_DECIMAL
Inputs
Outputs
Type | Description |
---|---|
uint256 |
NO_LAND
Inputs
Outputs
Type | Description |
---|---|
uint16 |
UNCOMMON_RARITY
Inputs
Outputs
Type | Description |
---|---|
uint16 |