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
3.4 years ago
Creator
// The $CLAP will serve the world to make $CLAPCLAP memes love // Issue tokens after depositing DERO (Convert DERO to TOKENX) Function IssueTOKENX() Uint64 10 SEND_ASSET_TO_ADDRESS(SIGNER(…
Length
2 341
Date
3.4 years ago
Creator
// The $CLAP will serve the world to make $CLAPCLAP memes love // Issue tokens after depositing DERO (Convert DERO to TOKENX) Function IssueTOKENX() Uint64 10 SEND_ASSET_TO_ADDRESS(SIGNER(…
Length
2 341
Date
3.4 years ago
Creator
data:image/jpeg;base64,/9j/4AAQSkZJRgABAQEAYABgAAD/4SfGRXhpZgAATU0AKgAAAAgABgALAAIAAAAmAAAIYgESAAMAAAABAAEAAAExAAIAAAAmAAAIiAEyAAIAAAAUAAAIrodpAAQAAAABAAAIwuocAAcAAAgMAAAAVgAAEUYc6gAAAAgAAAAAAAAAAAAAA…
Length
65 319
Date
3.4 years ago
Creator
// The $CLAP will serve the world to make $CLAPCLAP memes love // Issue tokens after depositing DERO (Convert DERO to TOKENX) Function IssueTOKENX() Uint64 10 SEND_ASSET_TO_ADDRESS(SIGNER(…
Length
2 341
Date
3.4 years ago
Creator
// The $CLAP will serve the world to make $CLAPCLAP memes love // Issue tokens after depositing DERO (Convert DERO to TOKENX) Function IssueTOKENX() Uint64 10 SEND_ASSET_TO_ADDRESS(SIGNER(…
Length
2 341
Date
3.4 years ago
Creator
Ez3kiel (+2 more) (111)
/* Black Diamond Token Only 1000 black diamonds in the world. Super Rare Anonymous Token powered by DERO platform. By Ez3kiel */ Function Initialize() Uint64 10 STORE("owner", SIGNER()) 20…
Length
1 936
Date
3.4 years ago
Creator
Ez3kiel (+2 more) (111)
/* Black Diamond Token Only 1000 black diamonds in the world. Super Rare Anonymous Token powered by DERO platform. By Ez3kiel */ Function Initialize() Uint64 10 STORE("owner", SIGNER()) 20…
Length
1 923
Date
3.4 years ago
Creator
Joshy [special+9] (41)
/* Name Service SMART CONTRACT in DVM-BASIC. Allows a user to register names which could be looked by wallets for easy to use name while transfer */ // This function is …
Length
1 190
Date
3.4 years ago
Creator
/* Private Token Smart Contract Example in DVM-BASIC. DERO Smart Contracts Tokens privacy can be understood just like banks handle cash. Once cash is out from the bank, bank is not aware about it…
Length
2 840
Date
3.4 years ago
Creator
Nelbert442 (+30 more) (2)
Function InitializePrivate() Uint64 10 STORE("owner", SIGNER()) 20 RETURN 0 End Function Function InputStr(input String, varname String) Uint64 10 STORE(varname, input) 20 RETU…
Length
218