Source Code

(define-public (pay (id uint) (price uint))
    (begin
        (try! (stx-transfer? (/ (* price u500) u10000) tx-sender 'SP1RYXGJP8R1CCMTDHJJQSP93ECDKPP9A0YWYZTGZ))
        (try! (stx-transfer? (/ (* price u200) u10000) tx-sender 'SPNWZ5V2TPWGQGVDR6T7B6RQ4XMGZ4PXTEE0VQ0S))
        (ok true)))

Functions (1)

FunctionAccessArgs
paypublicid: uint, price: uint