ParcelNFT

Verified contract

Implementation

Active on Ethereum with 1 txns
Deployed by via 0x7e251a48 at 14808613
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "ParcelNFT"

0x535cbf178c4406d6cf86a43b9f213acfa36e94576ae58bed882bb9258c1d3a6e
From

Functions
Getter at block 21171438
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
baseURI(view returns (string)
claimPeriod(view returns (uint256uint256)
(0, 0)
merkleRoot(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
name(view returns (string)
owner(view returns (address)
0x32cad9bd281e156164407357f3d9282ffe9145f7
paused(view returns (bool)
false
proxiableUUID(view returns (bytes32)
0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
symbol(view returns (string)
totalSupply(view returns (uint256)
0
Read-only
alreadyClaimed(address accountview returns (uint256)
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getRoleAdmin(bytes32 roleview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenByIndex(uint256 indexview returns (uint256)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
allowListMint(uint256 amountuint256 allowancebytes32[] proofpayable 
approve(address touint256 tokenId
batchSafeTransferFrom(address _fromaddress _touint256[] _tokenIdsbytes data_
batchTransferFrom(address _fromaddress _touint256[] _tokenIds
deleteDefaultRoyalty(
grantRole(bytes32 roleaddress account
initialize(struct ParcelNFTInitParams initParams
pause(
renounceOwnership(
renounceRole(bytes32 roleaddress account
resetTokenRoyalty(uint256 tokenId
revokeRole(bytes32 roleaddress account
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string __baseURI
setClaimPeriod(uint256 startuint256 end
setDefaultRoyalty(address receiveruint96 feeNumerator
setMerkleRoot(bytes32 _merkleRoot
setTokenRoyalty(uint256 tokenIdaddress receiveruint96 feeNumerator
setTokenURI(uint256 tokenIdstring _tokenURI
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
unpause(
upgradeTo(address newImplementation
upgradeToAndCall(address newImplementationbytes datapayable 
Events
AdminChanged(address previousAdminaddress newAdmin
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
BeaconUpgraded(address indexed beacon
ClaimPeriodChanged(uint256 indexed claimPeriodStartuint256 indexed claimPeriodEnd
DefaultRoyaltyChanged(address indexed receiveruint96 indexed feeNumerator
MerkleRootChanged(bytes32 indexed merkleRoot
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
TokenRoyaltyChanged(uint256 indexed tokenIdaddress indexed receiveruint96 indexed feeNumerator
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Unpaused(address account
Upgraded(address indexed implementation
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.