MyCryptoHeroes:Land
Verified contract
Active on
Ethereum with 7,837 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ERC-20 | 88.888888M | -- | -- | ||
ERC-20 | 21M | -- | -- | ||
ERC-20 | 7.777777M | -- | -- | ||
ERC-20 | 8.889K | -- | -- | ||
C4Y | ERC-20 | 4.8K | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21070065 | a month ago | | | 0 | 0.00017439934 | |
| 21070060 | a month ago | | | 0 | 0.00016462662 | |
| 21019336 | a month ago | | | 0 | 0.00016870998 | |
| 20917050 | 2 months ago | | | 0 | 0.00024007964 | |
| 20916726 | 2 months ago | | | 0 | 0.00025695807 | |
| 20900032 | 2 months ago | | | 0 | 0.00019812383 | |
| 20900032 | 2 months ago | | | 0 | 0.00023316864 | |
| 20856793 | 2 months ago | | | 0 | 0.0010865139 | |
| 20704269 | 3 months ago | | | 0 | 0.000075227105 | |
| 20524419 | 3 months ago | | | 0 | 0.000096531169 |
ABI
ABI objects
Getter at block 21286169
COMMON_RARITY() view returns (uint16)
1
EPIC_RARITY() view returns (uint16)
4
LEGENDARY_RARITY() view returns (uint16)
5
NO_LAND() view returns (uint16)
0
RARE_RARITY() view returns (uint16)
3
SHARE_RATE_DECIMAL() view returns (uint256)
1000000000000000000
UNCOMMON_RARITY() view returns (uint16)
2
name() view returns (string)
MyCryptoHeroes:Land
paused() view returns (bool)
false
symbol() view returns (string)
MCHL
tokenURIPrefix() view returns (string)
https://www.mycryptoheroes.net/metadata/landSector/
totalSupply() view returns (uint256)
2658
Read-only
balanceOf(address owner) view returns (uint256)
canTransfer(uint256 _tokenId) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
getLandType(uint256 _landSector) view returns (uint16)
getMintedSectorCount(uint16 _landType) view returns (uint256)
getMintedSectorCountByRarity(uint16 _landType, uint16 _rarity) view returns (uint256)
getMintedSectorList(uint16 _landType) view returns (uint256[])
getRarity(uint256 _landSector) view returns (uint16)
getSectorSupplyByRarity(uint16 _landType, uint16 _rarity) view returns (uint256)
getSectorSupplyLimit(uint16 _landType) view returns (uint256)
getSectorVolumeByRarity(uint16 _rarity) view returns (uint256)
getShareRateWithDecimal(uint256 _landSector) view returns (uint256, uint256)
getTotalVolume(uint16 _landType) view returns (uint256)
isAlreadyMinted(uint256 _tokenId) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
isMinter(address account) view returns (bool)
isPauser(address account) view returns (bool)
isValidLandSector(uint256 _tokenId) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
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)
State-modifying
Events addMinter(address account)
addPauser(address account)
approve(address _to, uint256 _tokenId)
mint(address to, uint256 tokenId) returns (bool)
mintLandSector(address _owner, uint256 _landSector, bytes32 _eventHash)
pause()
renounceMinter()
renouncePauser()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address to, bool approved)
setSupplyAndSector(uint16 _landType, uint256 _totalVolume, uint256 _sectorSupplyLimit, uint256 legendarySupply, uint256 epicSupply, uint256 rareSupply, uint256 uncommonSupply, uint256 commonSupply)
setTokenURIPrefix(string _tokenURIPrefix)
transferFrom(address _from, address _to, uint256 _tokenId)
unLockToken(uint256 _tokenId)
unpause()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
MintEvent(address indexed assetOwner, uint256 tokenId, uint256 at, bytes32 indexed eventHash)
MinterAdded(address indexed account)
MinterRemoved(address indexed account)
Paused(address account)
PauserAdded(address indexed account)
PauserRemoved(address indexed account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.