PoorLandMetaverse
Verified contract
Active on
Ethereum with 130 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "PoorLandMetaverse"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15711238 | 2 years ago | | | 0 | 0.0011884418 | |
| 15658514 | 2 years ago | | | 0 | 0.00021272095 | |
| 15645815 | 2 years ago | | | 0 | 0.00043821443 | |
| 15359908 | 2 years ago | | | 0 | 0.00063255370 | |
| 15244660 | 2 years ago | | | 0 | 0.023946799 | |
| 15224148 | 2 years ago | | | 0 | 0.015064912 | |
| 15204926 | 2 years ago | | | 0 | 0.0070588392 | |
| 15204774 | 2 years ago | | | 0 | 0.0070648278 | |
| 15204632 | 2 years ago | | | 0 | 0.0065631491 | |
| 15204610 | 2 years ago | | | 0 | 0.010122217 |
ABI
ABI objects
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 nftType) view returns (bool)
_buildingSize(uint256 nftType) view returns (int32 width, int32 height)
_mapExists(int32 mapIndex) view returns (bool)
_typeSupport(uint256 nftType) view returns (bool)
balanceOf(address owner) view returns (uint256)
calculatePayment(uint256 nftType) view returns (uint256 poorlandMaterial)
getApproved(uint256 tokenId) view returns (address)
getMapInfo(int32 mapIndex) view returns (int32 x1, int32 y1, int32 x2, int32 y2)
isApprovedForAll(address owner, address operator) view returns (bool)
listMyNFT(address owner) view returns (uint256[] tokens)
minted(address addr) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
build(int32 mapIndex, uint256 nftType, int32 x, int32 y) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBuildingDisable(int32 mapIndex, uint256 nftType, uint256 flag)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateBuildStatus(bool build_)
updateBuildType(uint256 nftType, uint256 fragmentNeeded, int32 w, int32 h)
updateMapBuildFee(int32 mapIndex_, uint256 buildFee_)
updateMapIndex(int32 mapIndex_, int32 x1, int32 y1, int32 x2, int32 y2)
updatePasscard(address contract_, bool require_)
updatePath(string path_)
updateURI(string uri_)
withdrawLimit(address targetAddress, uint256 amount)
withdrawTo(address targetAddress)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BuildEvent(address indexed builder, bytes buildingInfo, uint256 buildTime)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()