Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 838 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 838 Bytes

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