tx · QLt7pv6zkbQ4B1PPuqLaZxjmxxR556XmfogZERedsUk

3MyY8HWSxxH8SLxnBHgYZQh26FVgybkTTp9:  -0.00100000 Waves

2022.07.29 11:48 [2160891] smart account 3MyY8HWSxxH8SLxnBHgYZQh26FVgybkTTp9 > SELF 0.00000000 Waves

{ "type": 13, "id": "QLt7pv6zkbQ4B1PPuqLaZxjmxxR556XmfogZERedsUk", "fee": 100000, "feeAssetId": null, "timestamp": 1659084554672, "version": 2, "chainId": 84, "sender": "3MyY8HWSxxH8SLxnBHgYZQh26FVgybkTTp9", "senderPublicKey": "69whdb3wz2NxWkDP633fGFWMnqmhZSDPJ5ThCu3x47jU", "proofs": [ "38jrZx31iFhfC5i5jZ3KPcwjZAhpCfEmb7VCDABhj25KNuQUeiy6dNRGnmcGnRvgJ9F4vcDPd6gFgKNtewodmrDK" ], "script": "base64:AAIFAAAAAAAAAAcIAhIDCgEIAAAAAwAAAAAbQ09VUlNfQ0VSVElGSUNBVEVfVElMRV9URVhUAgAAAA9ORlQgQ2VydGlmaWNhdGUAAAAAJkNPVVJTX0NFUlRJRklDQVRFX0RFU0NSSVBUT05fTEVGVF9URVhUAgAAAGBUaGlzIE5GVCBjZXJ0aWZpY2F0ZSBjZXJ0aWZpZXMgdGhlIGNvbXBsZXRpb24gb2YgdGhlIGNvdXJzZSBmb3IgYSB1c2VyIHdpdGggYSB3YWxsZXQgYWRkcmVzcyBvZiAAAAAAJ0NPVVJTX0NFUlRJRklDQVRFX0RFU0NSSVBUT05fUklHSFRfVEVYVAIAAACjLiBUaGUgdXNlciBoYXMgZ2FpbmVkIGluLWRlcHRoIGtub3dsZWRnZSBpbiB1bmRlcnN0YW5kaW5nIHRoZSBvcGVyYXRpb24gb2YgdGhlIGJsb2NrY2hhaW4sIGludGVyYWN0aW5nIHdpdGggdGhlIGV4Y2hhbmdlLCBhbmQgc3VjY2Vzc2Z1bGx5IHBhc3NlZCB0aGUgY291cnNlIGV4YW1zLgAAAAEAAAABaQEAAAAIbXlUb2tlbjQAAAABAAAAB2FkZHJlc3MJAAUUAAAAAgkABEwAAAACCQAEQgAAAAUFAAAAG0NPVVJTX0NFUlRJRklDQVRFX1RJTEVfVEVYVAIAAAADMjEzAAAAAAAAAAABAAAAAAAAAAAABwUAAAADbmlsBQAAAAR1bml0AAAAAObJ8jI=", "height": 2160891, "applicationStatus": "succeeded", "spentComplexity": 0 } View: original | compacted Prev: Ex2LetdE6gX4EPcQ2Vvy7767meB8BBq7N9EgZTw7N94X Next: HSxJuHvJaVqHAVWEJbD9v3y9getbU8F9AXRytorkULVJ Diff:
OldNewDifferences
22 {-# SCRIPT_TYPE ACCOUNT #-}
33 {-# CONTENT_TYPE DAPP #-}
44 let COURS_CERTIFICATE_TILE_TEXT = "NFT Certificate"
5+
6+let COURS_CERTIFICATE_DESCRIPTON_LEFT_TEXT = "This NFT certificate certifies the completion of the course for a user with a wallet address of "
7+
8+let COURS_CERTIFICATE_DESCRIPTON_RIGHT_TEXT = ". The user has gained in-depth knowledge in understanding the operation of the blockchain, interacting with the exchange, and successfully passed the course exams."
59
610 @Callable(i)
711 func myToken4 (address) = $Tuple2([Issue(COURS_CERTIFICATE_TILE_TEXT, "213", 1, 0, false)], unit)
Full:
OldNewDifferences
11 {-# STDLIB_VERSION 5 #-}
22 {-# SCRIPT_TYPE ACCOUNT #-}
33 {-# CONTENT_TYPE DAPP #-}
44 let COURS_CERTIFICATE_TILE_TEXT = "NFT Certificate"
5+
6+let COURS_CERTIFICATE_DESCRIPTON_LEFT_TEXT = "This NFT certificate certifies the completion of the course for a user with a wallet address of "
7+
8+let COURS_CERTIFICATE_DESCRIPTON_RIGHT_TEXT = ". The user has gained in-depth knowledge in understanding the operation of the blockchain, interacting with the exchange, and successfully passed the course exams."
59
610 @Callable(i)
711 func myToken4 (address) = $Tuple2([Issue(COURS_CERTIFICATE_TILE_TEXT, "213", 1, 0, false)], unit)
812
913

github/deemru/w8io/169f3d6 
19.18 ms