text/javascript
/*🇿ed's Dropship v1 */ export class ZedDropshipV1 { constructor(rec) { this.rec = new rec(); } /*harvest*/ async harvest(bgn, inc, end) { if (!end) end = parseInt(await this.rec.text("/blockheight"), 10); let hsh = []; for (let i = bgn; i <= end; i += inc) { const h = await this.rec.text("/blockhash/" + i); hsh.push(h); } return hsh; } }
Share this inscription:
Inscription #72,409,333
Parent inscription
#155,057
PNG
Inscription info
308 bytes
Jul 8, 2024, 5:03 PM(10 months ago)
Metadata
view raw dataclass
🇿ed's Dropship v1
Activity
Type | From | To | Tx | Date |
---|---|---|---|---|
Inscribed | bc1pe8ls...8szwjn8s | 1b5aec9f...f5aa8aab | Jul 8, 2024, 5:03 PM |