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.2 years ago
Creator
/// dReam Tables Holdero v1.1.0 HGC Function InitializePrivate() Uint64 10 IF EXISTS("owner:") == 0 THEN GOTO 30 20 RETURN 1 30 STORE("owner:", SIGNER()) 40 STORE("Deck Count:", 52) 50 STORE("Play…
Length
19 805
Date
2.3 years ago
Creator
// Copyright 2022. Civilware. All rights reserved. // Artificer NFA Market Standard (ART-NFA-MS1) Function InitializePrivate() Uint64 10 IF EXISTS("owner") == 0 THEN GOTO 300 ELSE GOTO 999…
Length
13 655