PoorLandMaterialNFT
Verified contract
Active on
Ethereum with 1,456 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($489.94)
Native
Value
$489.94
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.1432 | $3,421.40 |
$489.94 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17887020 | a year ago | | | 0 | 0.0011429861 | |
| 16272419 | 2 years ago | | | 0 | 0.00051679236 | |
| 15908173 | 2 years ago | | | 0 | 0.00051536778 | |
| 15908172 | 2 years ago | | | 0 | 0.00048294733 | |
| 15744413 | 2 years ago | | | 0 | 0.0010318255 | |
| 15427111 | 2 years ago | | | 0 | 0.00029328531 | |
| 15228956 | 2 years ago | | | 0 | 0.00046559185 | |
| 15223727 | 2 years ago | | | 0 | 0.00036903600 | |
| 15221565 | 2 years ago | | | 0 | 0.00068416782 | |
| 15204803 | 2 years ago | | | 0 | 0.00031318183 |
ABI
ABI objects
Getter at block 21256428
BATCH_MINT_LIMIT() view returns (uint256)
10
MINT_PRICE() view returns (uint256)
100000000000000
PER_ADDR_LIMIT() view returns (uint256)
100
POORLAND_MATERIAL() view returns (uint256)
0
STORAGE() view returns (uint256)
100000000
owner() view returns (address)
0x0a1de910f4704a95645fe0487e90c67a3363f29f
totalBurned() view returns (uint256)
102810
totalSupply() view returns (uint256 supply)
100000000
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
isApprovedForAll(address account, address operator) view returns (bool)
materialBalance(address _owner) view returns (uint256 _balance)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256 _tokenId) view returns (string)
State-modifying
Events batchMint(address wallet, uint256 amount)
mint(uint256 mintAmount) payable
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
spendMaterialToBuild(address tokenOwner, uint256 spend)
toggleSale()
transferOwnership(address newOwner)
updateBuilder(address builder_)
updatePath(string path_)
updateURI(string uri_)
updateURL(string uri_, string path_)
withdrawLimit(address targetAddress, uint256 amount)
withdrawTo(address targetAddress)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.