#pragma once #include #include int modulo(int x,int N); double getSupplyAtBlock(uint blockNr); std::string formatNumberWithSuffix(int64_t num);