Settings

Blockchain
Network
Unit
Language
Theme
Sound New Block

Transaction

8fe39926f31db7a1c3fb4b889d4fcd94056e4a74c4ff206887cfd6dbc04869e4
Timestamp (utc)
2021-04-05 01:30:27
Fee Paid
0.00001286 BSV
(
0.10000000 BSV
-
0.09998714 BSV
)
Fee Rate
500.3 sat/KB
Version
1
Confirmations
310,452
Size Stats
2,570 B

6 Outputs

Total Output:
0.09998714 BSV
  • jrunM«{"in":0,"ref":["native://Jig"],"out":["6a0712e99fdec0ff980233a7c06560ae6481f72ae164f10f11e68267e99ee90b","fdde3a9143ef75de36d2687548e997ffeee6b60a270458c421b7e0207652d92b","43a72aea228380e7ef846d1b12c0322c66ae813a6c9a6800aa92c32fe5e2ecea","8b9607f008316fe795fcd4f35ff3bc697b4857e0b288cf79503b7ee1d63a7718"],"del":[],"cre":["mnjRjHVnhBnmjLssiay4FGu5qWoWjNMXnz","mnjRjHVnhBnmjLssiay4FGu5qWoWjNMXnz","mnjRjHVnhBnmjLssiay4FGu5qWoWjNMXnz","mnjRjHVnhBnmjLssiay4FGu5qWoWjNMXnz"],"exec":[{"op":"DEPLOY","data":["class Product extends Jig {\n init(uid, nickname) {\n this.uid = uid;\n this.nickname = nickname;\n this.auctions = [];\n }\n\n setDescription(text) {\n this.description = text;\n }\n\n createAuction(price, date) {\n const auction = new Auction(this, price, date);\n this.auctions.push(auction);\n return auction;\n }\n}",{"deps":{"Auction":{"$jig":2},"Jig":{"$jig":0}}},"class Auction extends Jig {\n init(product, initialPrice, endDate) {\n this.product = product;\n this.initialPrice = initialPrice;\n this.endDate = endDate;\n this.bids = []\n this.closed = false\n }\n canBid(){\n return !this.closed\n }\n makeBid(person, amount){\n if (!this.canBid()) {\n throw new Error('Cannot bid: auction is closed')\n }\n if (amount < this.initialPrice) {\n throw new Error('Cannot bid: amount should be greater then the initial price')\n }\n if (this.bids.length > 0 && this.winnerBid().amount >= amount) {\n throw new Error('Cannot bid: amount should be greater then the last bid: > ' + this.winnerBid().amount)\n }\n const bid = new Bid(this, person, amount)\n this.bids.push(bid)\n return bid\n }\n\n winnerBid(){\n return this.bids[this.bids.length - 1]\n }\n\n close(){\n this.closed = true\n }\n\n status(){\n if(this.closed == true)\n return \"closed\"\n return \"open\"\n }\n}",{"deps":{"Bid":{"$jig":3},"Jig":{"$dup":["1","deps","Jig"]}}},"class Bid extends Jig {\n init(auction, person, amount) {\n this.auction = auction;\n this.person = person;\n this.amount = amount;\n }\n}",{"deps":{"Jig":{"$dup":["1","deps","Jig"]}}}]},{"op":"NEW","data":[{"$jig":1},["an Id","nickname"]]}]}
    https://whatsonchain.com/tx/8fe39926f31db7a1c3fb4b889d4fcd94056e4a74c4ff206887cfd6dbc04869e4
Total Output:
0.09998714 BSV