gitextract_dkcixdu1/ ├── .gitignore ├── README.md ├── bs-config.json ├── contracts/ │ ├── Divies.sol │ ├── F3Devents.sol │ ├── F3DexternalSettings.sol │ ├── FoMo3Dlong.sol │ ├── Hourglass.sol │ ├── JIincForwarder.sol │ ├── PlayerBook.sol │ ├── TeamJust.sol │ ├── interface/ │ │ ├── DiviesInterface.sol │ │ ├── F3DexternalSettingsInterface.sol │ │ ├── HourglassInterface.sol │ │ ├── JIincForwarderInterface.sol │ │ ├── JIincInterfaceForForwarder.sol │ │ ├── PlayerBookInterface.sol │ │ ├── PlayerBookReceiverInterface.sol │ │ ├── TeamJustInterface.sol │ │ └── otherFoMo3D.sol │ ├── library/ │ │ ├── F3DKeysCalcLong.sol │ │ ├── F3Ddatasets.sol │ │ ├── MSFun.sol │ │ ├── NameFilter.sol │ │ ├── SafeMath.sol │ │ └── UintCompressor.sol │ └── modularLong.sol ├── flattener.sh ├── migrations/ │ ├── 1_initial_migration.js │ ├── 2_deploy_petcore.js │ └── 3_deploy_gene.js ├── package.json └── truffle.js