stxnft-audioresin-commission
SPNWZ5V2TPWGQGVDR6T7B6RQ4XMGZ4PXTEE0VQ0SSource Code
(define-public (pay (id uint) (price uint))
(begin
(try! (stx-transfer? (/ (* price u200) u10000) tx-sender 'SP21C4YMBBN87AWZVRRC1G2VRM5J3PXKHZ4N4XDR4))
(try! (stx-transfer? (/ (* price u300) u10000) tx-sender 'SP3J05S9NZBXTEA6F5R398TV6ZE104QSV39DFYWKE))
(try! (stx-transfer? (/ (* price u200) u10000) tx-sender 'SPNWZ5V2TPWGQGVDR6T7B6RQ4XMGZ4PXTEE0VQ0S))
(ok true)))Functions (1)
| Function | Access | Args |
|---|---|---|
| pay | public | id: uint, price: uint |