NFT Contract
Verified Contract:
https://etherscan.io/address/0x51369E8C482763089b0b90009C2A79C98244168E#code
Unifriends.sol
ERC721Enumerable w/ optimization tweaks
On-chain metadata for properties and stats
Off-chain image asset stored in IPFS
UnifriendsRenderer.sol
Logic for deriving properties from a seed
On-chain metadata
Pseudo-randomness for properties for gas cost savings. Chainlink VRF was about 3x gas to run
Last updated