MetaCityRealEstate
Verified contract
Active on
Ethereum with 3,647 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
-
variable spans 1 additional slot
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
HOTM | ERC-20 | 3.94494M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20884833 | 2 months ago | | | 0 | 0.00022137892 | |
| 20884812 | 2 months ago | | | 0 | 0.00025408332 | |
| 20884808 | 2 months ago | | | 0 | 0.00025283228 | |
| 20884774 | 2 months ago | | | 0 | 0.00020047028 | |
| 20884757 | 2 months ago | | | 0 | 0.00022064919 | |
| 20884746 | 2 months ago | | | 0 | 0.00021106330 | |
| 20884413 | 2 months ago | | | 0 | 0.00034254409 | |
| 20884155 | 2 months ago | | | 0 | 0.00025107815 | |
| 20884154 | 2 months ago | | | 0 | 0.00025922632 | |
| 20884151 | 2 months ago | | | 0 | 0.00025689101 |
ABI
ABI objects
Getter at block 21266245
name() view returns (string)
MetaCityRealEstate
owner() view returns (address)
0xa7cc24240c4709209185c5232d873307d6055a21
paused() view returns (bool)
false
symbol() view returns (string)
MCRE
tokenAddress() view returns (address)
0x68b1b0b89e52440df04237a21751331ae9e87a23
totalSupply() view returns (uint256)
1798
Read-only
balanceOf(address owner) view returns (uint256)
calculateLandPrice(struct HumansOfTheMetaverseRealEstateCoordinate[] _coordinates) view returns (uint256)
calculateRealEstatePrice(uint256[] _tokenIds, uint16[] _realEstateTypes) view returns (uint256)
computeAmount(uint256 amount) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getTokensCoordinates(uint256[] _tokenIds) view returns (struct HumansOfTheMetaverseRealEstateCoordinate[])
getTokensEnrolments(uint256[] _tokenIds) view returns (uint256[][])
getTokensOwners(uint256[] _tokenIds) view returns (address[])
getTokensType(uint256[] _tokenIds) view returns (uint256[])
isApprovedForAll(address owner, address operator) 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 tokenId)
tokenURI(uint256 _tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
validateCoordinates(struct HumansOfTheMetaverseRealEstateCoordinate[] _coordinates) view
State-modifying
Events addAllowedModifiers(address[] _modifierAddresses)
addCollection(address _collection)
approve(address to, uint256 tokenId)
buyLand(struct HumansOfTheMetaverseRealEstateCoordinate[] _coordinates) payable
changeRealEstate(uint256[] _tokenIds, uint16[] _realEstateNewTypes) payable
enrollInOffice(uint256[] _workers, uint256 _office, address _collection)
externalChangeRealEstate(uint256[] _tokenIds, uint16[] _realEstateNewTypes, address owner, uint256 amount)
lockCoordinates(struct HumansOfTheMetaverseRealEstateCoordinate[] _coordinates)
pause()
removeAllowedModifiers(address[] _modifierAddresses)
removeCollection(address _collection)
removeLayerTypesPricing(int32 _layer, uint16[] realEstateTypes)
renounceOwnership()
reserveCoordinates(struct HumansOfTheMetaverseRealEstateCoordinate[] _coordinates)
retrieveHuman(uint256[] _workers, uint256 _office, address _collection)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setLayerConfiguration(int32 _layer, uint256 _length, uint16[] _realEstateTypes, uint32[] _realEstatePrices, uint8[] _slots, uint256[] _landPrices)
setLayerLandPricing(int32 _layer, uint256[] prices)
setLayerLength(int32 _layer, uint256 _length, uint256[] _additionalPrices)
setLayerLock(int32 _layer, bool _lock)
setLayerRealEstateTypeEnrolmentConfig(int32 _layer, uint16[] _realEstateTypes, uint8[] _slots)
setLayerTypesPricing(int32 _layer, uint16[] realEstateTypes, uint32[] realEstatePrices)
setOfficeBoost(uint8 _boost)
setTokenAddress(address _address)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unlockCoordinates(struct HumansOfTheMetaverseRealEstateCoordinate[] _coordinates)
unpause()
withdrawTokens()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
RealEstateChanges(uint256[] tokenIds, uint16[] realEstateTypes, address caller)
RealEstateEnrolment(uint256[] tokenIds, uint256 office, uint256 timestamp, address caller, address collection)
RealEstateEnrolmentRetrieval(uint256[] tokenIds, uint256 office, uint256 timestamp, address caller, address collection)
RealEstateMinted(uint256[] tokenIds, struct HumansOfTheMetaverseRealEstateCoordinate[] coordinates, address caller)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(string _name, string _symbol, string _initBaseURI, address[] _collectionAddresses, address _tokenAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.