Skip to content

Instantly share code, notes, and snippets.

@jcatama
Created May 15, 2024 16:29
Show Gist options
  • Save jcatama/d77a3f40b78da134f5cd42837c885eae to your computer and use it in GitHub Desktop.
Save jcatama/d77a3f40b78da134f5cd42837c885eae to your computer and use it in GitHub Desktop.
(define-private (airdrop (id uint) (recipient principal))
(begin
(try! (contract-call? 'SP2XMGYYTA1KRBKBYJHTW8CFWB2QYZKZE4BMHG3PJ.blobs-airdrop claim))
(try! (contract-call? 'SP2XMGYYTA1KRBKBYJHTW8CFWB2QYZKZE4BMHG3PJ.blobs-airdrop transfer id tx-sender recipient))
(ok true)
)
)
(airdrop u1 'SPFBZVVVN43EF1TFES2PTSYWFT5827GCPV3TZ7ZY)
(airdrop u2 'SP2NHANKC8ENVBC788X7WJRA411TW293EVFMX5NFK)
(airdrop u3 'SP3WBND6QBPX9V9G9W7W0X2BMAW1ZRGQ09K3DYJV4)
(airdrop u4 'SP1DED2GN8CRRT6A29NTEP16BW15VC8VVGHVS9973)
(airdrop u5 'SP1QPDY8KDJZA86E8DK0CAFZ90DNYSTDJ8DK0SPJV)
(airdrop u6 'SP161VKTTXKPF2MCNTTZR4455WAZFFAMM8VAFW9XX)
(airdrop u7 'SP161VKTTXKPF2MCNTTZR4455WAZFFAMM8VAFW9XX)
(airdrop u8 'SPXCHF753FXEPQTN1B0C6TCY8Q1MA5TQ8X89V5J3)
(airdrop u9 'SPXCHF753FXEPQTN1B0C6TCY8Q1MA5TQ8X89V5J3)
(airdrop u10 'SPXCHF753FXEPQTN1B0C6TCY8Q1MA5TQ8X89V5J3)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment