Settings

Blockchain
Network
Unit
Language
Theme
Sound New Block

Transaction

3bf47bc5308ccef8f912a7daf4200f7abafc78f52a722c67fcd6d1ae1d64f736
Timestamp (utc)
2021-06-06 16:44:08
Fee Paid
0.00001231 BSV
(
0.06965807 BSV
-
0.06964576 BSV
)
Fee Rate
500.4 sat/KB
Version
1
Confirmations
295,981
Size Stats
2,460 B

5 Outputs

Total Output:
0.06964576 BSV
  • jrunM`{"in":0,"ref":["native://Jig","f97d4ac2a3d6f5ed09fad4a4f341619dc5a3773d9844ff95c99c5d4f8388de2f_o1"],"out":["ecdf8b1e6ede59d8f9e47d95a92ed085b8a6ff2d9f8a254d658d94a9cd9ebd77","c08e4270592b779beac478f22a5d7e599701be21646de779b39060410e11830b","2d4b87ce2e5357970d2f8cf9dd8a3c3320d5221b67acefc8aa34db0a88a18611"],"del":[],"cre":["msAXM71862dM6CuQKYZQDoQ8zybhikeVBC","msAXM71862dM6CuQKYZQDoQ8zybhikeVBC","msAXM71862dM6CuQKYZQDoQ8zybhikeVBC"],"exec":[{"op":"DEPLOY","data":["class Purchase extends Jig {\n init (event, buyer) {\n expect(event).toBeInstanceOf(Event)\n this.event = event\n // The buyer is who is going to own the purchase ticket after redeem the purchase\n this.buyer = buyer\n\n // The owner of the purchase is the owner of the event, because they\n // have to actually transform this into a ticket\n this.owner = event.owner\n\n // The amount of satoshis has to be at least the price of the event + the\n // cost of the transaction needed to create the ticket.\n this.satoshis = event.priceSatoshis + Event.txCost\n }\n}",{"deps":{"Event":{"$jig":3},"Jig":{"$jig":0},"expect":{"$jig":1}}},"class Event extends Jig {\n init (name, priceSatoshis) {\n this.name = name\n this.priceSatoshis = priceSatoshis\n this.ticketsEmited = 0\n }\n\n /**\n * This method takes a purchase. It uses that purchase to create\n * a ticket and then destroys the purchase.\n */\n emitTicket (purchase) {\n expect(purchase.owner).toEqual(this.owner)\n expect(purchase.satoshis).toBeGreaterThanOrEqualTo(this.priceSatoshis + Event.txCost)\n expect(purchase.event).toEqual(this)\n\n this.ticketsEmited = this.ticketsEmited + 1\n const ticket = new Ticket(this, purchase.buyer, this.ticketsEmited)\n purchase.destroy()\n return ticket\n }\n}",{"deps":{"Jig":{"$dup":["1","deps","Jig"]},"Ticket":{"$jig":4},"expect":{"$dup":["1","deps","expect"]}},"txCost":600},"class Ticket extends Jig {\n init (event, owner, id) {\n this.event = event\n this.owner = owner\n this.id = id\n }\n\n send (to) {\n this.owner = to\n }\n}",{"deps":{"Jig":{"$dup":["1","deps","Jig"]}}}]}]}
    https://whatsonchain.com/tx/3bf47bc5308ccef8f912a7daf4200f7abafc78f52a722c67fcd6d1ae1d64f736