Settings

Blockchain
Network
Unit
Language
Theme
Sound New Block

Transaction

e4f8a5ded33bc08f3e7b7b1343a71dee4f97bba131ea0d587bbd43ad3003f286
Timestamp (utc)
2020-09-21 21:56:20
Fee Paid
0.00001603 BSV
(
0.00645606 BSV
-
0.00644003 BSV
)
Fee Rate
500.3 sat/KB
Version
1
Confirmations
340,643
Size Stats
3,204 B

3 Outputs

Total Output:
0.00644003 BSV
  • jrunMŒ {"in":0,"ref":["native://Jig","beb1965f715838a05cb8d6eb03ad31b566a8a3119189d23f0c506b6e6e9b91ce_o2"],"out":["4effad60284539c296e0395e3b15e7854a8ff25b649622a347385f46ec8801fe"],"del":[],"cre":["mop1HxhZsnC6pCupyXyP9vdjt9qAUCGd3C"],"exec":[{"op":"DEPLOY","data":["class MultList extends Jig {\n init(timestamp) {\n this.classname = \"MultList: \";\n const function_id = this.classname + \" init(): \";\n if (!timestamp) throw function_id + \"timestamp missing: \" + timestamp;\n\n this._checkTimestamp(timestamp);\n\n this.list = [];\n this.timestamps = [];\n this.list_action_numbers = []; //init with a 1.0 value to make it easier to use\n\n this.list.push(1.0);\n this.action_count = 0;\n this.list_action_numbers.push(this.action_count); //this.publish(1.0, timestamp) // initial value // BEWARE THIS WILL NOT WORK because this isn't deployed yet (no owner & location)\n }\n\n linkAdminCounter(admincounter) {\n if (this.admincounter) throw this.classname + \": already an admincounter linked \" + this.admincounter;\n this.admincounter = admincounter;\n }\n\n publish(newmult, timestamp) {\n const function_id = this.classname + \"publish(): \";\n expect(this.owner).toBe(this.constructor.owner, function_id + \": Only \" + this.classname + \"'s owner may publish\");\n if (!timestamp) throw this.classname + \": publish: timestamp missing: \" + timestamp;\n\n this._checkTimestamp(timestamp);\n\n this._checkNum(newmult); //now test if float that is not NaN nor Infinite\n\n\n if (!isNaN(newmult) && isFinite(newmult)) {\n if (!this.admincounter) {\n throw function_id + \" no admincounter contract found, please link one before publishing\";\n } else {\n //this.action_count = this.admincounter.get_count() // for run 0.5\n this.admincounter.auth(); // for run 0.6\n\n this.action_count = this.admincounter.nonce; // for run 0.6\n }\n\n this.list_action_numbers.push(this.action_count); // as an array for practicality\n\n this.list.push(newmult);\n this.timestamps.push(timestamp);\n } else {\n throw this.classname + \": Error: newmult is NaN or Infinite\";\n }\n }\n\n _checkNum(number) {\n expect(number).toBeNumber(this.classname + ': _checkNum: not a number : ' + number);\n expect(number).toBeGreaterThan(0, this.classname + ': _checkNum: number must be positive : ' + number);\n expect(number).toBeLessThanOrEqualTo(Number.MAX_SAFE_INTEGER, this.classname + ': _checkNum: number too large : ' + number);\n }\n\n _checkTimestamp(timestamp) {\n this._checkNum(timestamp); // applies as well to timestamp\n\n\n expect(timestamp).toBeInteger(this.classname + ': timestamp must be an integer : ' + timestamp);\n expect(timestamp).toBeGreaterThan(1593026831, this.classname + ': timestamp must be older than 1593026831 : ' + timestamp);\n }\n\n}",{"deps":{"expect":{"$jig":1},"Jig":{"$jig":0}}}]}]}
    https://whatsonchain.com/tx/e4f8a5ded33bc08f3e7b7b1343a71dee4f97bba131ea0d587bbd43ad3003f286