BOB-AIRDROP-FOR-1-WALLETS-QH

SP2VG7S0R4Z8PYNYCAQ04HCBX1MH75VT11VXCWQ6G

Source Code


(define-private (send-stx (recipient principal) (amount uint))
	(begin
		(try! (stx-transfer? amount tx-sender (as-contract recipient)))
		(ok true)
	)
)
(contract-call? 'SP2VG7S0R4Z8PYNYCAQ04HCBX1MH75VT11VXCWQ6G.built-on-bitcoin-stxcity send-many (list {to: 'SPHZFJCQCR6VWAAZXQ2DX3G3GZPAMCX42GKDK9AN, amount: u10000000, memo: none}))
(begin
	
	(try! (send-stx 'SP1FQ3DQDR5N9HJX3XC5DNKFCG4DHH48EFJQV6QH0 u1000000))
)

Functions (1)

FunctionAccessArgs
send-stxprivaterecipient: principal, amount: uint