Smart Contracts

Help
  • You can enter multiple Creator IDs separated by commas (e.g., 1,2,3).
  • The Code filter requires a minimum of 3 characters.
Reset Filter
Date
2.1 years ago
Creator
Alumno (+3 more) (1770896)
Function Initialize() Uint64 10 RETURN 0 End Function // Store c in A Function Test1(c String) Uint64 10 STORE("A", c) 20 RETURN 0 End Function // Hex decode c, store c in A Function Test2(c String)…
Length
1 838