oanmedia-built-with-nft-early-comm

SP1A32MBZDN1B28ZT5DH6MA739VJ0BFH05CJHCM8W

Source Code

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

Functions (1)

FunctionAccessArgs
paypublicid: uint, price: uint