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
1.4 years ago
Creator
Nodevember (+7 more) (1396841)
/// 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.4 years ago
Creator
Nodevember (+7 more) (1396841)
/// 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
1.5 years ago
Creator
Nodevember (+7 more) (1396841)
/// 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
Nodevember (+7 more) (1396841)
/// 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
Nodevember (+7 more) (1396841)
// 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 683
Date
1.5 years ago
Creator
Nodevember (+7 more) (1396841)
// 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 499
Date
1.5 years ago
Creator
Nodevember (+7 more) (1396841)
// 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 522
Date
2.6 years ago
Creator
Nodevember (+7 more) (1396841)
Function InitializePrivate(collection String, metadataFormat String, metadata String) Uint64 1 IF EXISTS("minter") == 1 THEN GOTO 11 2 STORE("minter", SIGNER()) 3 STORE("type", "G45-NFT") 4 STORE("own…
Length
824
Date
2.6 years ago
Creator
Nodevember (+7 more) (1396841)
Function InitializePrivate(collection String, metadataFormat String, metadata String) Uint64 1 IF EXISTS("minter") == 1 THEN GOTO 11 2 STORE("minter", SIGNER()) 3 STORE("type", "G45-NFT") 4 STORE("own…
Length
824
Date
2.7 years ago
Creator
Nodevember (+7 more) (1396841)
Function InitializePrivate(collection String, metadataFormat String, metadata String) Uint64 1 IF EXISTS("minter") == 1 THEN GOTO 11 2 STORE("minter", SIGNER()) 3 STORE("type", "G45-NFT") 4 STORE("own…
Length
824