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
8 months ago
Creator
dReam Tables (+11 more) (1385328)
/// dReam Tables Holdero v1.1.0 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("Player:"…
Length
19 825
Date
1.5 years ago
Creator
dReam Tables (+11 more) (1385328)
// dDice7, adapted from newvcas8372/dDice Function InitializePrivate() Uint64 1 IF EXISTS("owner") == 0 THEN GOTO 3 2 RETURN 1 3 STORE("owner", SIGNER()) 5 STORE("live", 1) 6 STORE("min", 5000) 7 STOR…
Length
9 977
Date
1.5 years ago
Creator
dReam Tables (+11 more) (1385328)
// Grokked Function InitializePrivate() Uint64 10 IF EXISTS("owner") == 0 THEN GOTO 30 20 RETURN 1 30 STORE("owner", SIGNER()) 35 STORE("start", 0) 40 STORE("v", 1) 60 RETURN 0 End Functio…
Length
4 392
Date
1.7 years ago
Creator
dReam Tables (+11 more) (1385328)
// Grokked Function InitializePrivate() Uint64 10 IF EXISTS("owner") == 0 THEN GOTO 30 20 RETURN 1 30 STORE("owner", SIGNER()) 35 STORE("start", 0) 40 STORE("v", 1) 60 RETURN 0 End Functio…
Length
4 392
Date
1.7 years ago
Creator
dReam Tables (+11 more) (1385328)
Function InitializePrivate(b String) Uint64 1 IF EXISTS("owner") == 0 THEN GOTO 3 2 RETURN 1 3 STORE("owner", SIGNER()) 4 STORE("refs", 1) 5 STORE("live", 1) 6 STORE("init", 0) 7 STORE("rds", 0) 8 STO…
Length
10 069
Date
1.7 years ago
Creator
dReam Tables (+11 more) (1385328)
// Grokked Function InitializePrivate() Uint64 10 IF EXISTS("owner") == 0 THEN GOTO 30 20 RETURN 1 30 STORE("owner", SIGNER()) 35 STORE("start", 0) 40 STORE("v", 1) 60 RETURN 0 End Functio…
Length
4 090
Date
2.0 years ago
Creator
dReam Tables (+11 more) (1385328)
// 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 401
Date
2.0 years ago
Creator
dReam Tables (+11 more) (1385328)
// 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 400
Date
2.0 years ago
Creator
dReam Tables (+11 more) (1385328)
// 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 400
Date
2.0 years ago
Creator
dReam Tables (+11 more) (1385328)
// 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 400