RegistryDiamond
Summary
The RegistryDiamond
is the facade contract that delegatecall
s the facets that comprise the Geo Web's digital land registry. It holds the state of the digital land registry in contract storage.
The RegistryDiamond
's facets are modular, upgradable, and serve distinct purposes:
Name | Type | Description |
---|---|---|
PCOERC721Facet | Core | Implements the ERC721 NFT standard |
GeoWebParcelFacet | Core | Defines the rules and structure of Geo Web land parcels |
PCOLicenseClaimerFacet | Action | Used to claim new Geo Web land parcels |
PCOLicenseParamsFacet | Parameters | Sets global parameters for the Geo Web land market |
Code
The Geo Web's RegistryDiamond.sol
contract is an implementation of SolidStateDiamond.sol
.