NemoLandV3
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
1
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
Balances ($0.00)
No balances found for "NemoLandV3"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "NemoLandV3"
ABI
ABI objects
Getter at block 21206421
MAX_SUPPLY() view returns (uint256)
6553610
commission() view returns (uint256)
0
getAdmin() view returns (address)
0x0000000000000000000000000000000000000000
helper() view returns (address)
0x0000000000000000000000000000000000000000
name() view returns (string)
receivingWallet() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
Read-only
AllowedCrypto(uint256) view returns (uint256 currencyType, address paytoken, bool isReturnsBool)
allLandsOfState(uint256 stateId) view returns (uint256[])
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getZonePrice(uint256 currencyType, uint256 zone) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
landToState(uint256) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
ownerOfState(uint256[] ids) view returns (address, bool)
stateToLands(uint256, uint256) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenIdToPrice(uint256) view returns (uint256 price, address saleOwner, uint256 currencyType)
tokenURI(uint256 id) view returns (string)
State-modifying
Events addCurrency(uint256 _currecyType, address _paytoken, bool _isReturnsBool, uint256[] _zoneValue)
allowBuy(uint256 _id, uint256 amount, uint256 currencyType)
approve(address to, uint256 tokenId)
buy(uint256 _id, uint256 _amount) payable
changeAdmin(address newAdmin)
changeHelper(address newHelper)
changeSigner(address newSigner)
disallowBuy(uint256 _id)
initialize(string _baseURI, string _name, string _symbol, address _receivingWallet, address admin, address signer, address _helper, address[] _currencyAddresses, bool[] _isReturnsBool, uint256 _resaleCom, uint256[][2] zonePricing)
mintLand(bytes _signature, uint256 state, uint256[] lands, uint256[2][] _zoneId, uint256 currencyType, uint256 _amount, uint256 referral, bool applyDiscount) payable
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseTokenURI(string _baseURI)
setReceivingWallet(address newWallet)
setResaleCom(uint256 resaleCom_)
setZonePrice(uint256 currencyType, uint256 zoneId, uint256 amount)
setZonePriceInHZMCoin(uint256 zoneId, uint256 amount)
transferFrom(address from, address to, uint256 tokenId)
withdraw()
AdminChanged(address oldAdmin, address newAdmin)
AllowBuy(address indexed owner, uint256 indexed id, uint256 indexed weiAmount, uint256 currencyType)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Commission(uint256 indexed commission)
CurrencyAdded(uint256 currencyType, address paytoken)
DisallowBuy(address indexed owner, uint256 indexed id)
Initialized(uint8 version)
LandMint(uint256 indexed state, uint256 indexed land, uint256 indexed referral, uint256 currencyType, uint256 orgPrice, uint256 discountedPrice, uint8 discountPercentage)
Resale(uint256 indexed id, uint256 indexed weiPrice, uint256 indexed weiCom, uint256 currencyType)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
ZonePrice(uint256 indexed zone, uint256 indexed weiAmount, uint256 indexed currencyType)
mintDiscount(uint256 indexed state, uint256 indexed land, uint256 indexed orignalPrice, uint256 discountedPrice, uint256 currencyType, uint8 discountPercentage)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.