Source Code

;; Feather Fall Fund V1
(define-public (process-feather-fall-fund-v1)
  (let ((balance (unwrap! (contract-call? 'SP2ZNGJ85ENDY6QRHQ5P2D4FXKGZWCKTB2T0Z55KS.feather-fall-fund-v1 get-balance tx-sender) (err u19))))
    (try! (contract-call? 'SP2ZNGJ85ENDY6QRHQ5P2D4FXKGZWCKTB2T0Z55KS.feather-fall-fund-v1 remove-liquidity balance))
    (ok true)))

;; Good Karma
(define-public (process-good-karma)
  (let ((balance (unwrap! (contract-call? 'SP2ZNGJ85ENDY6QRHQ5P2D4FXKGZWCKTB2T0Z55KS.good-karma get-balance tx-sender) (err u20))))
    (try! (contract-call? 'SP2ZNGJ85ENDY6QRHQ5P2D4FXKGZWCKTB2T0Z55KS.good-karma remove-liquidity balance))
    (ok true)))

;; Magic Mojo
(define-public (process-magic-mojo)
  (let ((balance (unwrap! (contract-call? 'SP2ZNGJ85ENDY6QRHQ5P2D4FXKGZWCKTB2T0Z55KS.magic-mojo get-balance tx-sender) (err u21))))
    (try! (contract-call? 'SP2ZNGJ85ENDY6QRHQ5P2D4FXKGZWCKTB2T0Z55KS.magic-mojo remove-liquidity balance))
    (ok true)))

;; Outback Stakehouse
(define-public (process-outback-stakehouse)
  (let ((balance (unwrap! (contract-call? 'SP2ZNGJ85ENDY6QRHQ5P2D4FXKGZWCKTB2T0Z55KS.outback-stakehouse get-balance tx-sender) (err u22))))
    (try! (contract-call? 'SP2ZNGJ85ENDY6QRHQ5P2D4FXKGZWCKTB2T0Z55KS.outback-stakehouse remove-liquidity balance))
    (ok true)))

;; Charismatic Corgi
(define-public (process-charismatic-corgi)
  (let ((balance (unwrap! (contract-call? 'SP2ZNGJ85ENDY6QRHQ5P2D4FXKGZWCKTB2T0Z55KS.charismatic-corgi get-balance tx-sender) (err u23))))
    (try! (contract-call? 'SP2ZNGJ85ENDY6QRHQ5P2D4FXKGZWCKTB2T0Z55KS.charismatic-corgi remove-liquidity balance))
    (ok true)))

;; Mr President Pepe
(define-public (process-mr-president-pepe)
  (let ((balance (unwrap! (contract-call? 'SP2ZNGJ85ENDY6QRHQ5P2D4FXKGZWCKTB2T0Z55KS.mr-president-pepe get-balance tx-sender) (err u24))))
    (try! (contract-call? 'SP2ZNGJ85ENDY6QRHQ5P2D4FXKGZWCKTB2T0Z55KS.mr-president-pepe remove-liquidity balance))
    (ok true)))

;; Leo Unchained V1
(define-public (process-leo-unchained-v1)
  (let ((balance (unwrap! (contract-call? 'SP2ZNGJ85ENDY6QRHQ5P2D4FXKGZWCKTB2T0Z55KS.leo-unchained-v1 get-balance tx-sender) (err u25))))
    (try! (contract-call? 'SP2ZNGJ85ENDY6QRHQ5P2D4FXKGZWCKTB2T0Z55KS.leo-unchained-v1 remove-liquidity balance))
    (ok true)))

;; Leo Unchained
(define-public (process-leo-unchained)
  (let ((balance (unwrap! (contract-call? 'SP2ZNGJ85ENDY6QRHQ5P2D4FXKGZWCKTB2T0Z55KS.leo-unchained get-balance tx-sender) (err u26))))
    (try! (contract-call? 'SP2ZNGJ85ENDY6QRHQ5P2D4FXKGZWCKTB2T0Z55KS.leo-unchained remove-liquidity balance))
    (ok true)))

Functions (8)

FunctionAccessArgs
process-feather-fall-fund-v1public
process-good-karmapublic
process-magic-mojopublic
process-outback-stakehousepublic
process-charismatic-corgipublic
process-mr-president-pepepublic
process-leo-unchained-v1public
process-leo-unchainedpublic