tx · 53VES1FUEVLHxFRxwAPrHvsip7sv52btrymxXqFH2X17
3N6hWLSyZ3bE3Se2bMT62NXrfSTSyTd2pLU: -0.01400000 Waves
2019.10.18 20:29 [725749] smart account 3N6hWLSyZ3bE3Se2bMT62NXrfSTSyTd2pLU > SELF 0.00000000 Waves
{
"type": 13,
"id": "53VES1FUEVLHxFRxwAPrHvsip7sv52btrymxXqFH2X17",
"fee": 1400000,
"feeAssetId": null,
"timestamp": 1571419740947,
"version": 1,
"sender": "3N6hWLSyZ3bE3Se2bMT62NXrfSTSyTd2pLU",
"senderPublicKey": "GTePTTkBQhCZX4bufttmY6Hz9DSwd5JybG1NyrosrEC1",
"proofs": [
"4VMEGZdAVuUGSt1AkZosK4C5ECUQUJkdjNg1yr16rK7jNBAtPp2sD9emvR81S9yr77QKZhtd4RYuQe5DsQd7A973"
],
"script": "base64:AAIDAAAAAAAAAAQIARIAAAAAAAAAAAEAAAABaQEAAAAKaGVsbG93b3JsZAAAAAAJAQAAAAhXcml0ZVNldAAAAAEJAARMAAAAAgkBAAAACURhdGFFbnRyeQAAAAICAAAABnNlbmRlcgkABCUAAAABCAUAAAABaQAAAAZjYWxsZXIFAAAAA25pbAAAAAAjqNtD",
"chainId": 84,
"height": 725749,
"spentComplexity": 0
}
View: original | compacted
Prev: 3VSE1iHaPTdXnt4xK1z8R21ymBZWN6k31wmbMN8ujVoX
Next: FJzF2Qf85uLwZqYKqmPBZv7eJ8FumwcnYfUgrtSHdjFx
Diff:
Old | New | | Differences |
---|
4 | 4 | | |
---|
5 | 5 | | |
---|
6 | 6 | | @Callable(i) |
---|
7 | | - | func helloworld () = WriteSet([DataEntry("current_height", toString(height))]) |
---|
| 7 | + | func helloworld () = WriteSet([DataEntry("sender", toString(i.caller))]) |
---|
8 | 8 | | |
---|
9 | 9 | | |
---|
Full:
Old | New | | Differences |
---|
1 | 1 | | {-# STDLIB_VERSION 3 #-} |
---|
2 | 2 | | {-# SCRIPT_TYPE ACCOUNT #-} |
---|
3 | 3 | | {-# CONTENT_TYPE DAPP #-} |
---|
4 | 4 | | |
---|
5 | 5 | | |
---|
6 | 6 | | @Callable(i) |
---|
7 | | - | func helloworld () = WriteSet([DataEntry("current_height", toString(height))]) |
---|
| 7 | + | func helloworld () = WriteSet([DataEntry("sender", toString(i.caller))]) |
---|
8 | 8 | | |
---|
9 | 9 | | |
---|