Pocket Dimension Earth

Verified contract

Active on Ethereum with 1,176 txns
Deployed by via 0xcb9b3ab3 at 14596181
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
5 additional variables
ERC-20
Value $19.6
0xd5304abc5f66d9f7c5a220dadae96b3a304bcf12b4da4300cf83f77200505623
0xe23c8eed323d6dd5903eec3b752b8fed2afd48d80f1d82c98f57fc1f7da9ea2b
0xad5f3625f2da992a7b3a77f034ce641ba9f078521d4bfe0f2a0119045d83f4d1
0x809a840fceda85e9d17a4ce8f77c40e65bcd420baa8a045499331602a71a0c16
0xbc1b6f9eeb7ba4b7796347a16396cea7db899f14a63295bc927aaa70d7d9abca
0x6e1548b41b996c7006da66d9e37a0d804057e7c28ceaaea5aa71f3a0e2a83a2b
0xdd643eabf9433aa17128469979a2c7cab473608e6de01e78ee435b13b12ca8b5
0xf3e0201f6031a03a0a931c0d757f5934e776c7321453f8861bbf6250630a609e
0x7fc871f26fdec075f8dbdb5d516780ef03f50817165b684a7e0fada3e8d45afc
0x0c7490df840ada834dec4e2524f6b4acdf6cd27e43e5a4025f1a2d77e8ad5987

Functions
Getter at block 20860453
BASE(view returns (uint16)
10000
BOTTOM_PRICE(view returns (uint256)
1000000000000000000
MAX_INTERNAL_SUPPLY(view returns (uint256)
235
MAX_PRIVATE_SALE_SUPPLY(view returns (uint256)
10000
MAX_TOKENS(view returns (uint256)
10000
MINT_BATCH_LIMIT(view returns (uint256)
5
PUBLIC_SALE_PERIOD(view returns (uint256)
13500
SALE_PRICE_STEP(view returns (uint256)
200000000000000000
STARTING_PRICE(view returns (uint256)
2000000000000000000
TICK_PERIOD(view returns (uint256)
2700
contractURI(view returns (string)
https://hok.mypinata.cloud/ipfs/QmXmCcyvFrvK7bQhcXX7EfoZAXbvDSasKWCGsU4QkH4W6Bcontract.json
getCurrentPrice(view returns (uint256)
1000000000000000000
getRemPrivateSaleSupply(view returns (uint256)
9275
getRemPublicSaleSupply(view returns (uint256)
9275
getSaleStatus(view returns (bool)
false
name(view returns (string)
Pocket Dimension Earth
owner(view returns (address)
0x7630e02a43ebfd73101f4c9b0f9986d6cd83a48e
paused(view returns (bool)
false
privatesaleEndsAt(view returns (uint256)
1650211200
privatesaleStartsAt(view returns (uint256)
1650124800
publicsaleEndsAt(view returns (uint256)
1650297600
publicsaleStartsAt(view returns (uint256)
1650211200
saleActive(view returns (bool)
false
saleStartsAt(view returns (uint256)
1650124800
symbol(view returns (string)
PDE
totalSupply(view returns (uint256)
725
Read-only
_landTypeCounter(uint256view returns (uint256)
_memberslist(addressview returns (uint8 balancebool existsbool redeemeduint8 minted)
_tokens(uint256view returns (uint256)
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getPrivateRemLandType(uint256 landTypeview returns (uint256)
getPublicRemLandType(uint256 landTypeview returns (uint256)
isApprovedForAll(address owneraddress operatorview returns (bool)
isWhitelisted(address _addressview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256uint256 _salePriceview returns (address receiveruint256 royaltyAmount)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
changeHoKMinterAddress(address _minterAdress
changeSaleStatus(
changeWithdrawAddress(address _newAddress
mintAfterSale(uint8 landTypeuint256 numTokens
mintInternal(uint8 landTypeuint256 numTokens
mintPrivateSale(uint8 landTypeuint256 numTokenspayable 
mintPublicSale(uint8 landTypeuint256 numTokenspayable 
removeWhitelistMembers(address[] users
renounceOwnership(
safeTransferFrom(address fromaddress touint256 id
safeTransferFrom(address fromaddress touint256 idbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseContractURI
setRoyalty(uint16 _royalty
transferFrom(address fromaddress touint256 id
transferOwnership(address newOwner
whitelistMembers(address[] usersuint8[] balances
withdraw(uint256 _amount
withdrawTokens(address _tokenContract
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ContractWithdraw(address indexed initiatoraddress indexed hokWithdrawAddressuint256 amount
MinterAddressChanged(address indexed initiatoraddress indexed previousAddressaddress indexed newAddress
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
SaleAddressChanged(address indexed initiatoraddress indexed previousAddressaddress indexed newAddress
SaleStatusChange(address indexed issuerbool indexed status
TokenMinted(address indexed owneruint256 indexed landTypeuint256 indexed quantity
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Unpaused(address account
WithdrawAddressChanged(address indexed initiatoraddress indexed previousAddressaddress indexed newAddress
Constructor
constructor(string _baseContractURIstring _tokenSuffixURIuint256 _saleStartTime
Fallback and receive

This contract contains no fallback and receive objects.

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