Skip to main content

Contracts

NOTE: These docs are under active development 👷‍♀️👷
pragma solidity 0.8.3;
import "@floatcapital/Legendary.sol";
contract Float is Legendary {    mapping(address => bool) public smartContractProgrammer;
    function getInvolved() external {        if (smartContractProgrammer[msg.sender]) {            // please grab a coffee, sit down, relax and            // scrutinize our smart contracts        }    }}

Check out our video walkthroughs which deep dives into our smart contracts that were prepared for our Code 432n4 audit:


Join our Discord for more details of the current stage of development.📈