swap-helper-stx-susdt
SP3K8BC0PPEVCV7NZ6QSRWPQ2JE9E5B6N3PA0KBR9Source Code
(define-constant ONE_8 u100000000)
(define-public (swap-helper-stx-susdt (dx uint) (min-dy (optional uint)))
(ok (try! (contract-call? .amm-swap-pool swap-helper .token-wstx .token-wbtc ONE_8 dx min-dy)))
)Functions (1)
| Function | Access | Args |
|---|---|---|
| swap-helper-stx-susdt | public | dx: uint, min-dy: (optional uint |