PropertyNFT

Verified contract

Proxy

Active on Ethereum with 10,583 txns
Deployed by via 0xb66d1647 at 13765147
Slot
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 48 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 43 additional slots
-
variable spans 45 additional slots
24 additional variables

No balances found for "PropertyNFT"

0x15a43abfd11cbbb708b82451e4dbadcc6d541f3c7436234145f9ce0a73b4475f
0xeb28aaba1de1b304e84012a1e4e40becf340d6fad5784f5c89f37d93dfe77640
0x09b4148cad48f945ab326a8c13fbe7597c2dd02bbb7d43ea7556f2a82cb931e9
0xdd461cbaaa3dd8bd2f4b095a8b9b36bf73549a97d2ac57cf754d16ca27deefe6
0x134dd067aab28ae61442e1f47911702d75aed9d2bcdfa2cc1fccea7946f0a751
0xb25d93a3bdaaa77cec474673de674b9dbbef9256a54a2f28541fbebe03ea830b
From
0xda6998478e878f97ae9b554a228653a0c123a60bbaf6ddcaefaec71bb7f47985
0xdd79b025bab66d47e0e1dc84f4e40f257eab5ce091cb545b1e80c378af28f02b
0x1d70545cd4d7000ca8975b3ae9044f9dd829b6a359b164fa11c13f967ed54c5b
0xf0abacfd54538aea6251de89a9d4e86a1aa26d116129f04f41627661144eb634

Functions
Getter at block 20854199
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
LAUNCH_PRICE(view returns (uint256)
90000000000000000
MAX_QUANTITY(view returns (uint8)
8
MAX_SUPPLY(view returns (uint256)
6000
PARTNER_SALE_PRICE(view returns (uint256)
80000000000000000
PRIVATE_SALE_START(view returns (uint256)
1639148400
PUBLIC_SALE_START(view returns (uint256)
1639321200
RESERVED(view returns (uint256)
200
TREASURY(view returns (address)
0x75dd8773c3dbc4e3346838fffd526043e07f59bd
WALLET_LIMIT_PUBLIC(view returns (uint8)
16
baseTokenURI(view returns (string)
https://propertys-nft.mypinata.cloud/ipfs/QmXpXugo9YSwaDaidzcVMaVB77XbNniTryrfaRveWp7fgZ/
 
getAvailable(view returns (uint32[])
isPresaleOpen(view returns (bool)
false
isPublicSaleOpen(view returns (bool)
true
name(view returns (string)
PropertyNFT
notRevealedURI(view returns (string)
https://propertys-nft.mypinata.cloud/ipfs/QmdW3CDs4kfG6gfn7oMNHtgor9C9gQQcdF3xYHJL41K6r7
owner(view returns (address)
0xc72fb98100997e2847340c9d6770d3af5557dedd
paused(view returns (bool)
false
revealed(view returns (bool)
true
symbol(view returns (string)
PP
totalSupply(view returns (uint256)
6000
Read-only
PRIVATE_SALE_PRICES(uint256view returns (uint256)
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getPostalCode(uint256 tokenIdview returns (bytes)
getRoleAdmin(bytes32 roleview returns (bytes32)
getRoleMember(bytes32 roleuint256 indexview returns (address)
getRoleMemberCount(bytes32 roleview returns (uint256)
getWhitelistPrice(uint8 tierview returns (uint256)
hasRole(bytes32 roleaddress accountview returns (bool)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
parsePostalCode(bytes postalCodepure returns (uint8[4])
privateSaleMintCount(address userview returns (uint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenByIndex(uint256 indexview returns (uint256)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256)
tokenURI(uint256 tokenIdview returns (string)
walletOfOwner(address _ownerview returns (uint256[])
walletOfOwnerShuffled(address _ownerview returns (uint32[])
whitelistedPartners(addressview returns (bool)
State-modifying
admin(returns (address)
implementation(returns (address)
upgradeTo(address newImplementation
upgradeToAndCall(address newImplementationbytes datapayable 
__PropertyNFT_init(string _notRevealedUriaddress _owneraddress _treasuryuint256 _privateSaleStartuint256 _publicSaleStartaddress _vrfCoordinatoraddress _linkbytes32 _keyHashuint256 _feeaddress _signerAddress
__VRFConsumableBase_init(address _vrfCoordinatoraddress _link
airdrop(address[] addressList
approve(address touint256 tokenId
grantRole(bytes32 roleaddress account
initializeRandomness(returns (bytes32 requestId)
partnerMint(bytes noncebytes signaturepayable 
pause(
presaleMint(uint8 _mintAmountuint8 tierbytes noncebytes signaturepayable 
publicMint(uint8 _mintAmountpayable 
pushAvailable(uint32[] _available
rawFulfillRandomness(bytes32 requestIduint256 randomness
renounceOwnership(
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setPostalCodeProvider(address postalCodeProviderAddress
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
unpause(
updateBaseURI(string _newBaseURI
updatePresaleStart(uint256 _startTime
updatePublicSaleStart(uint256 _startTime
withdrawToTreasury(
Events
Upgraded(address indexed implementation
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Unpaused(address account
Constructor
constructor(address initialLogicaddress initialAdminbytes _data
Fallback and receive
fallback(
receive(
Errors

This contract contains no error objects.