DEGEN-AIRDROP-FOR-1-WALLETS-CB
SP1X4F4PE8ZJ46628482Z6DEC4PQ9J3A5W8S9749DSource Code
(define-private (send-stx (recipient principal) (amount uint))
(begin
(try! (stx-transfer? amount tx-sender (as-contract recipient)))
(ok true)
)
)
(begin
(try! (send-stx 'SP1FQ3DQDR5N9HJX3XC5DNKFCG4DHH48EFJQV6QH0 u1000000))
)
Functions (1)
| Function | Access | Args |
|---|---|---|
| send-stx | private | recipient: principal, amount: uint |