// Market Logs
Function InitializePrivate() Uint64
10 initSetup()
20 RETURN 0
End Function
Function SmartLOG(contract String) Uint64
10 dim index,min_post,max_post,active as…
// Logs
Function InitializePrivate() Uint64
10 initSetup()
20 RETURN 0
End Function
Function SmartLOG(contract String) Uint64
10 dim index,min_post,max_post,active as Uint64…
// Work
Function InitializePrivate() Uint64
10 initSetup()
20 RETURN 0
End Function
Function SmartWORK(entry String) Uint64
10 dim index,min_post,max_post,active as Uint64
…
// Logs
Function InitializePrivate() Uint64
10 initSetup()
20 RETURN 0
End Function
Function SmartLOG(contract String) Uint64
10 dim index,min_post,max_post,active as Uint64…
// Logs
Function InitializePrivate() Uint64
10 initSetup()
20 RETURN 0
End Function
Function SmartLOG(contract String) Uint64
10 dim index,min_post,max_post,active as Uint64…
// Data
Function InitializePrivate() Uint64
10 STORE("owner", SIGNER())
20 initGroupA ()
30 initGroupB ()
40 initGroupC ()
50 RETURN 0
End Function
Function initGrou…
// Data
Function InitializePrivate() Uint64
10 STORE("owner", SIGNER())
20 initGroupA ()
30 initGroupB ()
40 initGroupC ()
50 RETURN 0
End Function
Function initGrou…