Settings

Blockchain
Network
Unit
Language
Theme
Sound New Block

Transaction

dec6289d4178ef9102d76b4165a5d50861b6285e7b2908803021e0014bcdb266
Timestamp (utc)
2021-05-02 14:35:53
Fee Paid
0.00002230 BSV
(
0.00022753 BSV
-
0.00020523 BSV
)
Fee Rate
1,001 sat/KB
Version
1
Confirmations
308,557
Size Stats
2,227 B

4 Outputs

Total Output:
0.00020523 BSV
  • jrunM{"in":1,"ref":["8e10364312773524b1de2ca7c65e22afc1a3d4edd6f042483766fadf79450c73_o3","f97d4ac2a3d6f5ed09fad4a4f341619dc5a3773d9844ff95c99c5d4f8388de2f_o1"],"out":["9266786407b3c22bf8806973b678a8896516258f44b192ae3e02cc979f1115fe","953802c3d24813423593cb7cd3afd3e031babdf3b75766d4922da3dea8b0103b"],"del":[],"cre":["mu97FuDfo5pg7w7rufebTJdfFKBekSkLJA"],"exec":[{"op":"DEPLOY","data":["class PublicListingBoard extends Jig {\n init(props) {\n const { name, description, categories, } = props;\n expect(name).toBeString();\n expect(name.length).toBeGreaterThan(3);\n expect(description).toBeString();\n expect(categories).toBeArray();\n this.data = {\n name,\n description,\n isModerated: true,\n categories,\n approvedListings: [],\n };\n }\n setModeration(isModerated) {\n this.data.isModerated = isModerated;\n }\n addListing(listing) {\n expect(listing).toBeInstanceOf(ListingPost);\n if (listing.data.approved) {\n return;\n }\n if (this.data.approvedListings.some(l => l.origin === listing.origin)) {\n return;\n }\n listing.setApproved(true);\n this.data.approvedListings.push(listing);\n }\n async removeListing(listing) {\n expect(listing).toBeInstanceOf(ListingPost);\n this.data.approvedListings = this.data.approvedListings.filter(l => listing.origin !== l.origin);\n listing.setApproved(false);\n await listing.destroy();\n }\n setName(name) {\n this.data.name = name;\n }\n setDescription(description) {\n this.data.description = description;\n }\n}",{"deps":{"Jig":{"$jig":0},"ListingPost":{"$jig":1},"expect":{"$jig":2}}}]}]}
    https://whatsonchain.com/tx/dec6289d4178ef9102d76b4165a5d50861b6285e7b2908803021e0014bcdb266