PropertyNFT
Verified contract
Implementation
Active on
Ethereum with 1 txns
Storage
Map
Table
Raw
Constants and immutables
8
Slot
XX
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
21 additional
variables
Balances ($0.00)
No balances found for "PropertyNFT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13790988 | 3 years ago | | | 0.72 | 0.0046336480 |
ABI
ABI objects
Getter at block 21204664 getAvailable() view returns (uint32[])
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)
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(uint256) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getPostalCode(uint32 tokenId) pure returns (bytes)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
getWhitelistPrice(uint8 tier) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
parsePostalCode(bytes postalCode) pure returns (uint8[4])
privateSaleMintCount(address user) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
walletOfOwner(address _owner) view returns (uint256[])
whitelistedPartners(address) view returns (bool)
State-modifying
Events __PropertyNFT_init(string _notRevealedUri, address _owner, address _treasury, uint256 _privateSaleStart, uint256 _publicSaleStart, address _vrfCoordinator, address _link, bytes32 _keyHash, uint256 _fee, address _signerAddress)
__VRFConsumableBase_init(address _vrfCoordinator, address _link)
airdrop(address[] addressList)
approve(address to, uint256 tokenId)
grantRole(bytes32 role, address account)
initializeRandomness() returns (bytes32 requestId)
partnerMint(bytes nonce, bytes signature) payable
pause()
presaleMint(uint8 _mintAmount, uint8 tier, bytes nonce, bytes signature) payable
publicMint(uint8 _mintAmount) payable
pushAvailable(uint32[] _available)
rawFulfillRandomness(bytes32 requestId, uint256 randomness)
renounceOwnership()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
updateBaseURI(string _newBaseURI)
updatePresaleStart(uint256 _startTime)
updatePublicSaleStart(uint256 _startTime)
withdrawToTreasury()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.