Anatomy of a Plot
The Plot NFT is a built by the coordination of a series of different smart contracts.
Last updated
The Plot NFT is a built by the coordination of a series of different smart contracts.
Last updated
The general structure of a plot is broken up into three main layers, represented by three different smart contracts that interact with each other. All three layers function to provide more functionality and can be improved with minimal impact to other layers.
This is contract that acts as the primary ERC721. This functions to store the base stats of each plot and the ownership.
0x389e11255a78db6c8eddf8b5e112470f026d19e2
This is the contract that changes the harvesting state of the plot. Also it serves as the focal point of any interactions with a plot.
0xC9B265c10840A24230cf103818baeABaF31518AB
Given all the traits of a plot, this constructs the base 64 encoded JSON payload that is used to render the plot metadata. In addition, it provides some aggregations that are useful for Plot Actions layer.
0x90bCfcBf0352E76D60601698a96B4c15e5671815