test-simple
SP2PEBKJ2W1ZDDF2QQ6Y4FXKZEDPT9J9R2NKD9WJBSource Code
;; Simplest possible contract
(define-constant greeting "Hello Stacks!")
(define-read-only (say-hello)
greeting)
(define-public (do-nothing)
(ok true))
Functions (2)
| Function | Access | Args |
|---|---|---|
| say-hello | read-only | |
| do-nothing | public |