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 months ago
Creator
feed_dev (2052261)
// FEED v0.2 // The Mind of the Decentralized Web Function Initialize() Uint64 10 IF EXISTS("owner") THEN GOTO 99 20 STORE("owner", ADDRESS_STRING(SIGNER())) 21 STORE("population", 0) 22 STORE…
Length
3 810
Date
1 months ago
Creator
feed_dev (2052261)
/* FEED v0.1 The Mind of the Decentralized Web */ Function Initialize() Uint64 10 IF EXISTS("owner") THEN GOTO 99 20 STORE("owner", ADDRESS_STRING(SIGNER())) 21 STORE("population", 0) …
Length
3 805
Date
1 months ago
Creator
feed_dev (2052261)
Function InitializePrivate() Uint64 10 IF init() == 0 THEN GOTO 30 20 RETURN 1 30 STORE("var_header_name", "FEED") 31 STORE("var_header_description", "The Mind of the Decentralized Web") 32 STORE("var…
Length
1 699
Date
1 months ago
Creator
feed_dev (2052261)
Function InitializePrivate() Uint64 10 IF init() == 0 THEN GOTO 30 20 RETURN 1 30 STORE("var_header_name", "FEED") 31 STORE("var_header_description", "The Mind of the Decentralized Web") 32 STORE("var…
Length
1 699
Date
1 months ago
Creator
feed_dev (2052261)
/* FEED v0.1 The Mind of the Decentralized Web */ Function Initialize() Uint64 10 IF EXISTS("owner") THEN GOTO 99 20 STORE("owner", ADDRESS_STRING(SIGNER())) 21 STORE("population", 0) …
Length
3 763