PoorLandMetaverse

Verified contract

Active on Ethereum with 130 txns
Deployed by via 0xf50081b8 at 15023658
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "PoorLandMetaverse"

0x9bbf4670bff43d0b31a37767e48310a0eafd15c85d70b6e1c45ba5a2aee48208
0xdfcc829ef060cea6445e3fe88724f8d8127c3f5a3ebf64abccaf96573f3b8e4a
0x603ff8dbbc1d19bb436ae1ee144230fd04a268c1f65e257bf64a68de1fc2c28b
0xb28cfde341c581e43b5b6279f96dec3bcbfce827d78fb8b0fd405eb7c4b3f16e
0xa17d3c458c464c78faa7f6fd7330c205af8aa1c3d887a2cfdf7ca97fe4824aac
From
0xe2c35ed6a07701ab940fb4ec15e44cf85b9aaff731167df3d25d721097df7dc9
0xc71f421d25d962ecce9c0d175dd0c90004ed761a4617d1303dd9f161157e1cb3
0xd686b68ba534505c124e9ff56d68c0c5d77b97b62638c6acc0d3ce95bb6db940
0x8395fae1fa43185e1d945d497548f010eac2a9f2d8cf7cb47da1efb264f33115
0xc74ec6c63ae1f4c22b137c5222285038e65e680d876657f01f73e15d6de903d1

Functions
Getter at block 21212764
_poorlandMaterialContract(view returns (address)
0x045737619bb0fe286ffb8c9c81117bc4ab5c997f
name(view returns (string)
PoorLandMetaverse
owner(view returns (address)
0x0a1de910f4704a95645fe0487e90c67a3363f29f
symbol(view returns (string)
PLM
totalSupply(view returns (uint256)
102
Read-only
_availableToBuild(int32 mapIndex_uint256 nftTypeview returns (bool)
_buildingSize(uint256 nftTypeview returns (int32 widthint32 height)
_mapExists(int32 mapIndexview returns (bool)
_typeSupport(uint256 nftTypeview returns (bool)
balanceOf(address ownerview returns (uint256)
calculatePayment(uint256 nftTypeview returns (uint256 poorlandMaterial)
getApproved(uint256 tokenIdview returns (address)
getMapInfo(int32 mapIndexview returns (int32 x1int32 y1int32 x2int32 y2)
isApprovedForAll(address owneraddress operatorview returns (bool)
listMyNFT(address ownerview returns (uint256[] tokens)
minted(address addrview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
build(int32 mapIndexuint256 nftTypeint32 xint32 ypayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBuildingDisable(int32 mapIndexuint256 nftTypeuint256 flag
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
updateBuildStatus(bool build_
updateBuildType(uint256 nftTypeuint256 fragmentNeededint32 wint32 h
updateMapBuildFee(int32 mapIndex_uint256 buildFee_
updateMapIndex(int32 mapIndex_int32 x1int32 y1int32 x2int32 y2
updatePasscard(address contract_bool require_
updatePath(string path_
updateURI(string uri_
withdrawLimit(address targetAddressuint256 amount
withdrawTo(address targetAddress
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
BuildEvent(address indexed builderbytes buildingInfouint256 buildTime
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(