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.7 years ago
Creator
apollo (+13 more) (1385522)
Function Initialize() Uint64 10 SEND_ASSET_TO_ADDRESS(SIGNER(),1,SCID()) 20 STORE("metadata","{\"photos\":[\"bafkreih4lhakbiigmoly77bhbvhed35ej4pdwmdyidhjkrqy75jzsve7vy\",\"bafkreifxatxhixpqemwen6m4k3…
Length
597
Date
2.7 years ago
Creator
apollo (+13 more) (1385522)
Function Initialize() Uint64 10 RETURN 0 End Function Function ListProperty(scid String, price Uint64, damage_deposit Uint64) Uint64 10 IF ASSETVALUE(HEXDECODE(scid))!=1 THEN GOTO 100 20 STORE(scid+"…
Length
6 775
Date
2.7 years ago
Creator
apollo (+13 more) (1385522)
Function Initialize() Uint64 10 SEND_ASSET_TO_ADDRESS(SIGNER(),1,SCID()) 20 STORE("metadata","{\"photos\":[\"bafkreihvsxghuzt2aukihhzkqzrrlbswl5gwlfxig7w3pfru5gwdbb7mdm\",\"bafkreihf37nz2zhtid4vfyqd2k…
Length
393
Date
2.7 years ago
Creator
apollo (+13 more) (1385522)
Function Initialize() Uint64 10 SEND_ASSET_TO_ADDRESS(SIGNER(),1,SCID()) 20 STORE("metadata","{\"photos\":[\"bafkreigezotxxcb6bdl5upmpw7geetcfdh2bbimad6p362hi4qxgktuoui\",\"bafkreibgtl4j2teg45ejqzepi5…
Length
393
Date
3.0 years ago
Creator
apollo (+13 more) (1385522)
Function Initialize() Uint64 10 IF EXISTS("owner") THEN GOTO 99 15 STORE("symbol","COCO") 20 STORE("decimals",0) 30 STORE("name","Coconuts") 40 STORE("total_supply",1000000000) 50 STORE("circulating_s…
Length
580
Date
3.0 years ago
Creator
apollo (+13 more) (1385522)
/// dReam Tables Holdero Poker Contract v1.0.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 …
Length
19 881
Date
3.0 years ago
Creator
apollo (+13 more) (1385522)
Function Initialize() Uint64 10 STORE("symbol","COCO") 20 STORE("decimals",0) 30 STORE("name","Coconuts") 40 STORE("total_supply",1000000000) 50 STORE("circulating_supply",0) 60 STORE("owner", SIGNER(…
Length
546
Date
3.0 years ago
Creator
apollo (+13 more) (1385522)
//privateislands.fund Function Initialize() Uint64 10 IF EXISTS("O") THEN GOTO 99 20 STORE("O",SIGNER()) 99 RETURN 0 End Function Function AOMT(Am Uint64, I Uint64, L Uint64, Ad String, H String, i U…
Length
9 283
Date
3.0 years ago
Creator
apollo (+13 more) (1385522)
//privateislands.fund 10 IF EXISTS("O") THEN GOTO 99 20 STORE("O",SIGNER()) 99 RETURN 0 End Function Function AOMT(Am Uint64, I Uint64, L Uint64, Ad String, H String, i Uint64, W Uint64, M String, j …
Length
9 254
Date
3.0 years ago
Creator
apollo (+13 more) (1385522)
// https://privateislands.fund //This is v4 contract for Patreon/GoFundMe for Dero. //Contract written by apollo //should add removesupporter function which can be invoked by either user in question, …
Length
9 556