constants-v1
SP3Y6GFKWN50HPA8RKRXMY0EXAJR9VXPY899P88JNSource 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? 'SP3Y2ZSH8P7D50B0VBTSX11S7XSG24M1VB9YFQA4K.token-aeusdc 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 |