tx · AnyuopmZpguoLAhG4z7ST2zedqy8Ughtutfyv3cU1V7B
3NCM2dF5ViAuUpT293JHfwTq3xWbeW3M5dY: -0.01400000 Waves
2019.03.22 00:28 [546587] smart account 3NCM2dF5ViAuUpT293JHfwTq3xWbeW3M5dY > SELF 0.00000000 Waves
{
"type": 13,
"id": "AnyuopmZpguoLAhG4z7ST2zedqy8Ughtutfyv3cU1V7B",
"fee": 1400000,
"feeAssetId": null,
"timestamp": 1553203609292,
"version": 1,
"sender": "3NCM2dF5ViAuUpT293JHfwTq3xWbeW3M5dY",
"senderPublicKey": "5sLYq6CNG2ZRDuN41hTWAxuAVP9SHrDtg2NV8g7yCtkK",
"proofs": [
"3nixTUAfbkCsfXrqhfiJH7G5aLU2FuRr73uRdcSv3KDL52dSZ1nFiwqVEs19VfmXM2xYaMrPSpeLnkjhnS8Y3Qkt",
"4RWbUUbMREvZqAn2gT3H4ZDZcXm19t1t8kTiWr8PYDGrFNU1uzgvCJB5B758adr6JfeTiXQc9CkJUvTpwXDzWFGR",
"58CnKjsydSxA5L7VZ2NfWgBEU1FTe9AHi13ZMQ3qbuRjS8kKuCaNfQhTcH4jnuYuPcuTmZP9ZyXNLDiuxf8JTErR"
],
"script": null,
"chainId": 84,
"height": 546587,
"spentComplexity": 0
}
View: original | compacted
Prev: 8Fi7Ln3QjSDkfALvXoxHqPQdsWbV5RzDbQssAwxNHtVL
Next: 2Sz6qPuAuafMGua9YWs2HjrgFP12jqYFX9dt9FADsSxT
Full:
Old | New | | Differences |
---|
1 | | - | {-# STDLIB_VERSION 2 #-} |
---|
2 | | - | {-# CONTENT_TYPE EXPRESSION #-} |
---|
3 | | - | let pKey0 = base58'8PUyJHGVRUxhY118c4H5isGCGLYgRBmcSzNYooDAqwh' |
---|
4 | | - | let pKey1 = base58'7c4bZ4JEe6e35zhE114V8UwfDtANe3WTeZ8h2bBDgAJM' |
---|
5 | | - | let pKey0Signed = if (sigVerify(tx.bodyBytes, tx.proofs[0], pKey0)) |
---|
6 | | - | then 1 |
---|
7 | | - | else 0 |
---|
8 | | - | let pKey1Signed = if (sigVerify(tx.bodyBytes, tx.proofs[1], pKey1)) |
---|
9 | | - | then 1 |
---|
10 | | - | else 0 |
---|
11 | | - | ((pKey0Signed + pKey1Signed) >= 2) |
---|
| 1 | + | # no script |
---|