PropertyNFT

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0xce99e377 at 13799338
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
22 additional variables

No balances found for "PropertyNFT"

No transactions found for "PropertyNFT"


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)
0
PUBLIC_SALE_START(view returns (uint256)
0
RESERVED(view returns (uint256)
200
TREASURY(view returns (address)
0x0000000000000000000000000000000000000000
WALLET_LIMIT_PUBLIC(view returns (uint8)
16
baseTokenURI(view returns (string)
 
getAvailable(view returns (uint32[])
isPresaleOpen(view returns (bool)
false
isPublicSaleOpen(view returns (bool)
true
name(view returns (string)
notRevealedURI(view returns (string)
owner(view returns (address)
0x0000000000000000000000000000000000000000
paused(view returns (bool)
false
revealed(view returns (bool)
false
symbol(view returns (string)
totalSupply(view returns (uint256)
0
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
__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
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

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors

This contract contains no error objects.