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)

1b5aec9f...f5aa8aab

851,279

Metadata

view raw data
class
🇿ed's Dropship v1

Activity

TypeFromToTxDate
Inscribed
bc1pe8ls...8szwjn8s1b5aec9f...f5aa8aabJul 8, 2024, 5:03 PM