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
theburner (+3 more) (1763838)
// 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 716
Date
2.5 years ago
Creator
theburner (+3 more) (1763838)
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(…
Length
852