constants-v1
SP1CC2ZYSRQP2J6E5JBR7VES2RK1N9HK9737QSCEBSource Code
;; SPDX-License-Identifier: BUSL-1.1
;; Contract to hold the constants
(define-constant SCALING-FACTOR u100000000)
(define-read-only (get-scaling-factor) SCALING-FACTOR)
(define-constant MARKET-TOKEN-DECIMALS (unwrap-panic (contract-call? 'SP120SBRBQJ00MCWS7TM5R8WJNTTKD5K0HFRC2CNE.usdcx get-decimals)))
(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 |