constants-v1
SP3WSPZZW5AEBK9BQ19TF4G4ZDTYCH521X16YNDPWSource Code
;; Contract to hold the constants
(define-constant SCALING-FACTOR u100000000)
(define-read-only (get-scaling-factor) SCALING-FACTOR)
(define-constant MARKET-TOKEN-DECIMALS u8)
(define-read-only (get-market-token-decimals) MARKET-TOKEN-DECIMALS)
(define-constant STACKS_BLOCK_TIME u5)
(define-read-only (get-stacks-block-time) STACKS_BLOCK_TIME)
Functions (3)
| Function | Access | Args |
|---|---|---|
| get-scaling-factor | read-only | |
| get-market-token-decimals | read-only | |
| get-stacks-block-time | read-only |