tx · FcryaCoahW5e22t3uX2QHZ9vf8LPXTCvnPcJuSL2mcGZ
3MwM6T7jThVeL6pRcTNCWDx22cP4SxySTmb: -0.01000000 Waves
2022.03.31 08:34 [1987680] smart account 3MwM6T7jThVeL6pRcTNCWDx22cP4SxySTmb > SELF 0.00000000 Waves
{
"type": 13,
"id": "FcryaCoahW5e22t3uX2QHZ9vf8LPXTCvnPcJuSL2mcGZ",
"fee": 1000000,
"feeAssetId": null,
"timestamp": 1648704928458,
"version": 2,
"chainId": 84,
"sender": "3MwM6T7jThVeL6pRcTNCWDx22cP4SxySTmb",
"senderPublicKey": "Qnf5xCfhhzEUq9hg3VyNPA66JDcyQkdmhF34Xq6BRgt",
"proofs": [
"2SHap7x8j5HL3rvbXU8rpBMShdu1Cwxqf2igRBpymSKR7qx7qkoWSA6KbRyFdwb6yqjrCeGRpujqsgxo88JeWARX"
],
"script": "base64:AAIFAAAAAAAAAAcIAhIDCgEIAAAAAAAAAAEAAAABaQEAAAAGdGFobWluAAAAAQAAAAZrZWxpbWUEAAAAA3RpYwMJAABmAAAAAgkAAZAAAAABCAUAAAABaQAAAAhwYXltZW50cwAAAAAAAAAAAAkAAZEAAAACCAUAAAABaQAAAAhwYXltZW50cwAAAAAAAAAAAAkAAAIAAAABAgAAABwwLjAxIFdBVkVTIHZlcmluaXogbHV0ZmVuIDopAwMJAAAAAAAAAggFAAAAA3RpYwAAAAZhbW91bnQAAAAAAAAPQkAJAAAAAAAAAggFAAAAA3RpYwAAAAdhc3NldElkBQAAAAR1bml0BwkABEwAAAACCQEAAAALU3RyaW5nRW50cnkAAAACCQAEJQAAAAEIBQAAAAFpAAAABmNhbGxlcgUAAAAGa2VsaW1lBQAAAANuaWwJAAACAAAAAQIAAAAcMC4wMSBXQVZFUyB2ZXJpbml6IGx1dGZlbiA6KQAAAADjzFgm",
"height": 1987680,
"applicationStatus": "succeeded",
"spentComplexity": 0
}
View: original | compacted
Prev: 4PnToes7R3vJ4fhi6VDPSkbZMWhWRWbtRG2NG2cCpkdD
Next: 5L2J7YxaWqjVWa4nUtnF22DgCXoddR5wbGiccDxBwK96
Diff:
Old | New | | Differences |
---|
7 | 7 | | func tahmin (kelime) = { |
---|
8 | 8 | | let tic = if ((size(i.payments) > 0)) |
---|
9 | 9 | | then i.payments[0] |
---|
10 | | - | else throw("0.1 WAVES veriniz lutfen :)") |
---|
11 | | - | if (if ((tic.amount == 10000000)) |
---|
| 10 | + | else throw("0.01 WAVES veriniz lutfen :)") |
---|
| 11 | + | if (if ((tic.amount == 1000000)) |
---|
12 | 12 | | then (tic.assetId == unit) |
---|
13 | 13 | | else false) |
---|
14 | 14 | | then [StringEntry(toString(i.caller), kelime)] |
---|
15 | | - | else throw("0.1 WAVES veriniz lutfen :)") |
---|
| 15 | + | else throw("0.01 WAVES veriniz lutfen :)") |
---|
16 | 16 | | } |
---|
17 | 17 | | |
---|
18 | 18 | | |
---|
Full:
Old | New | | Differences |
---|
1 | 1 | | {-# STDLIB_VERSION 5 #-} |
---|
2 | 2 | | {-# SCRIPT_TYPE ACCOUNT #-} |
---|
3 | 3 | | {-# CONTENT_TYPE DAPP #-} |
---|
4 | 4 | | |
---|
5 | 5 | | |
---|
6 | 6 | | @Callable(i) |
---|
7 | 7 | | func tahmin (kelime) = { |
---|
8 | 8 | | let tic = if ((size(i.payments) > 0)) |
---|
9 | 9 | | then i.payments[0] |
---|
10 | | - | else throw("0.1 WAVES veriniz lutfen :)") |
---|
11 | | - | if (if ((tic.amount == 10000000)) |
---|
| 10 | + | else throw("0.01 WAVES veriniz lutfen :)") |
---|
| 11 | + | if (if ((tic.amount == 1000000)) |
---|
12 | 12 | | then (tic.assetId == unit) |
---|
13 | 13 | | else false) |
---|
14 | 14 | | then [StringEntry(toString(i.caller), kelime)] |
---|
15 | | - | else throw("0.1 WAVES veriniz lutfen :)") |
---|
| 15 | + | else throw("0.01 WAVES veriniz lutfen :)") |
---|
16 | 16 | | } |
---|
17 | 17 | | |
---|
18 | 18 | | |
---|