@StephanTual Thanks for the very useful link. I wonder if I could check the blockchain timestamp as users interact with my contract? If the timestamp moves on to the next hour, I could run a function? Do you see any issues with this?
You're correct in assuming it will always be user driven, ie, something 'outside' will need to make a call on a schedule, then the contract can check if it fits within a certain block range and accept/reject requests based on the results.
Comments