byzantion-satoshibles-commission
SP2KAF9RF86PVX3NEE27DFV1CQX0T4WGR41X3S45CSource Code
(define-public (pay (id uint) (price uint))
(begin
(try! (stx-transfer? (/ (* price u400) u10000) tx-sender 'SP2P3SD0QRKMWSJTW06375CMJXW7DFANGRXKQMN7X))
(try! (stx-transfer? (/ (* price u250) u10000) tx-sender 'SP2KAF9RF86PVX3NEE27DFV1CQX0T4WGR41X3S45C))
(ok true)))Functions (1)
| Function | Access | Args |
|---|---|---|
| pay | public | id: uint, price: uint |