Nemo Land Kingdom
Verified contract
Proxy
Active on
Ethereum with 4,407 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
0x0000…0000
2 additional
variables
Balances ($105.99)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 105.883559 | $1.001 |
$105.99 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20646185 | 3 months ago | | | 0 | 0.000023520157 | |
| 20404993 | 4 months ago | | | 0 | 0.00012374564 | |
| 20404992 | 4 months ago | | | 0 | 0.00035098917 | |
| 20404992 | 4 months ago | | | 0 | 0.000068007089 | |
| 20404992 | 4 months ago | | | 0 | 0.00011955459 | |
| 20404992 | 4 months ago | | | 0 | 0.00010088900 | |
| 20090283 | 5 months ago | | | 0 | 0.0012235930 | |
| 20090237 | 5 months ago | | | 0 | 0.0012199068 | |
| 20090205 | 5 months ago | | | 0 | 0.0013609410 | |
| 20083320 | 5 months ago | | | 0 | 0.0019103501 |
ABI
ABI objects
Getter at block 21256659
MAX_SUPPLY() view returns (uint256)
6553610
commission() view returns (uint256)
5
getAdmin() view returns (address)
0x2ba04bca9c2ff9af75c1d75e4338c91980eb3c88
helper() view returns (address)
0x0000000000000000000000000000000000000000
name() view returns (string)
Nemo Land Kingdom
receivingWallet() view returns (address)
0x2ba04bca9c2ff9af75c1d75e4338c91980eb3c88
symbol() view returns (string)
NLK
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 admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
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 previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
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)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.