Platform View Contract
The platform view contract reads on-chain data and feeds it to the frontend decentralized app (DApp) so that the end-user experiences a data-rich dashboard with their NFT, MFI tokens, MetFier Rewards, and statistics.
Typically, out-of-the-box solutions for reading on-chain data are limited to only a few basic calls. Due to the sheer size and complexity of MetFi DAOs data being stored, processed, and consumed in multiple smart contracts the decision was made to combine all of the retrievable data into one, master data smart contract, simplifying and speeding up the retrieval of data from the chain to the end-user screen. It combines data from multiple building blocks and serves them over its own functions. It has view-only functions and cannot be written to.
Platform View Contract: https://www.bscscan.com/address/0xFC25bCe67762584402D1e1a9C040D468c527E820#code