Posted on c/ElrondDevelopers 2 seb301684971c/ElrondDevelopers 2 years ago is there any way if a deadline is passed to activate a function automatic? Comment 2 Comments mwf81318617 2years ago You can have a function that checks the deadline in storage and compare it to the current block timestamp and then conditionally fail the call. Should be very easy to do :) mih8927320960 2years ago Not from the contract, somebody has to trigger it
You can have a function that checks the deadline in storage and compare it to the current block timestamp and then conditionally fail the call. Should be very easy to do :)
Not from the contract, somebody has to trigger it