Skeletons for lotto, Ponzi and auction

This commit is contained in:
jl777
2018-07-24 08:43:50 -11:00
parent 6f1e714b5a
commit 6982938529
8 changed files with 691 additions and 1 deletions

View File

@@ -42,7 +42,10 @@
EVAL(EVAL_ASSETS, 0xe3) \
EVAL(EVAL_FAUCET, 0xe4) \
EVAL(EVAL_REWARDS, 0xe5) \
EVAL(EVAL_DICE, 0xe6)
EVAL(EVAL_DICE, 0xe6) \
EVAL(EVAL_PONZI, 0xe7) \
EVAL(EVAL_AUCTION, 0xe8) \
EVAL(EVAL_LOTTO, 0xe9)
typedef uint8_t EvalCode;