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