pub type Femtos = u128;
Type to use for storing femtoseconds
In webassembly, using u128 results in exceedingly slow runtimes, so we use u64 instead which is enough for 5 hours of simulation time.