tx · 592EgoazUHqTCDJ6KT2wFcyjdnbXP2r1JnhAG3kbqTTF
3NAfrN5xp6G6o34pzEhDwKDjz37NUaEpi8E: -0.00100000 Waves
2024.11.11 05:38 [3366190] smart account 3NAfrN5xp6G6o34pzEhDwKDjz37NUaEpi8E > SELF 0.00000000 Waves
{
"type": 13,
"id": "592EgoazUHqTCDJ6KT2wFcyjdnbXP2r1JnhAG3kbqTTF",
"fee": 100000,
"feeAssetId": null,
"timestamp": 1731292742182,
"version": 1,
"sender": "3NAfrN5xp6G6o34pzEhDwKDjz37NUaEpi8E",
"senderPublicKey": "4Hyg7NjV4cswejcnGeMvk6x68P2RLt9Y1ontHkWtTcEQ",
"proofs": [
"35bxosswHrge4gYm1DSQoUUazZSPLV2awU6iqrTzTZ4ebbZgtqiWW88EHYtWWnLUrdXQWpm8m8yzsPyTogmcN1Ho"
],
"script": "base64:BgIECAISAAABAWkBDW51bGxpZnlTY3JpcHQABA10YXJnZXRBZGRyZXNzCQEHQWRkcmVzcwEBGgFUmcdFrQw1qSNbFgeZ6tW41ICzXwdjp0IVCQDMCAIJAQxCb29sZWFuRW50cnkCAg9zY3JpcHRfZGlzYWJsZWQGCQDMCAIJAQtTdHJpbmdFbnRyeQICEWRpc2FibGVfdGltZXN0YW1wCQCkAwEIBQlsYXN0QmxvY2sJdGltZXN0YW1wBQNuaWwAJvz5rA==",
"chainId": 84,
"height": 3366190,
"applicationStatus": "succeeded",
"spentComplexity": 0
}
View: original | compacted
Prev: HKfeQf9ng2DzM9iaxzL7nV5yUqmXDcRuPgZdaxH2fy4q
Next: mzVHyT7uHpWxPzc1HnJ9WdJrNLYZN8zrCdu5LAsyUwP
Diff:
Old | New | | Differences |
---|
6 | 6 | | @Callable(i) |
---|
7 | 7 | | func nullifyScript () = { |
---|
8 | 8 | | let targetAddress = Address(base58'3N3wBswhGGLLvVmd6KAA7hH8tZsu2iSY5Yx') |
---|
9 | | - | let scriptTx = invoke(targetAddress, "setScript", [unit], nil) |
---|
10 | | - | if ((scriptTx == scriptTx)) |
---|
11 | | - | then nil |
---|
12 | | - | else throw("Strict value is not equal to itself.") |
---|
| 9 | + | [BooleanEntry("script_disabled", true), StringEntry("disable_timestamp", toString(lastBlock.timestamp))] |
---|
13 | 10 | | } |
---|
14 | 11 | | |
---|
15 | 12 | | |
---|
Full:
Old | New | | Differences |
---|
1 | 1 | | {-# STDLIB_VERSION 6 #-} |
---|
2 | 2 | | {-# SCRIPT_TYPE ACCOUNT #-} |
---|
3 | 3 | | {-# CONTENT_TYPE DAPP #-} |
---|
4 | 4 | | |
---|
5 | 5 | | |
---|
6 | 6 | | @Callable(i) |
---|
7 | 7 | | func nullifyScript () = { |
---|
8 | 8 | | let targetAddress = Address(base58'3N3wBswhGGLLvVmd6KAA7hH8tZsu2iSY5Yx') |
---|
9 | | - | let scriptTx = invoke(targetAddress, "setScript", [unit], nil) |
---|
10 | | - | if ((scriptTx == scriptTx)) |
---|
11 | | - | then nil |
---|
12 | | - | else throw("Strict value is not equal to itself.") |
---|
| 9 | + | [BooleanEntry("script_disabled", true), StringEntry("disable_timestamp", toString(lastBlock.timestamp))] |
---|
13 | 10 | | } |
---|
14 | 11 | | |
---|
15 | 12 | | |
---|