Skip to content

FreeTON Timer contract based on TickTock messages

License

Notifications You must be signed in to change notification settings

Vodkashot28/TickTockContract

 
 

Repository files navigation

TiсkTockContract

Updated for compiler version 0.42.0

This is a prototype of future wake up contract for other contracts.

To wake up a contract, it must implement certain interface which is defined inside of TickTockContract.sol.
This interface has one function - wakeMeUp() that accepts TvmCell as parameter.
This cell may contrain any useful information that may be required for contract logic.

Old Solidity support

FreeTON created a new version of the compiler, which requires specifying a different compiler version in the pragma. For older compilers use TickTockContractOldSlidity.sol

Authors

About

FreeTON Timer contract based on TickTock messages

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Solidity 100.0%