other notable tidbits: - the C version used tail recursion, I changed it to a while loop - this is a pure function because it takes any timestamp as an argument - to support calling the contract with no argument, the fallback function grabs the current timestamp and invokes the pure function - no floating point operations so it works out of the box on solc!
karma
karma15.8. klo 05.48
solidity version, deployed to mainnet
1,04K