Timestamp: 1735749073829 | Timestamp [UTC]: 2025-01-01 17:31:13 | Age [y:d:h:m:s]: 118:29:10.312 |
Block: 4790635 | Fee: 0.00964 | Tx size: 2.256 kB |
Tx version: 1 | No of confirmations: 22427 | Signature type: DERO_HOMOMORPHIC |
Extra: |
address |
dero1qydkj6dznyk5njmzr96hjcr5uj74anqqqv90mg39mtzm4d2dcpwsqqqk6zvve |
dero1qy3ad5aujhpw9a2h6mrrs95vlwqxg5fvq36cl8sht3kn82kurew0kqg3g6ml5 |
SC Balance: 0.00000 DERO |
SC CODE:/* dShout v1 */ Function Initialize() Uint64 10 STORE("height", BLOCK_HEIGHT()) 20 RETURN 0 End Function /* KISS */ Function Store(data String) Uint64 /* 94 bytes = pubkey (32 bytes) + enc. shared keys (32 bytes each) + 2 seperators (1 byte each) + enc. msg. (at least 28 bytes) */ 10 IF STRLEN(data) < 94 THEN GOTO 100 20 DIM h as Uint64 30 LET h = BLOCK_HEIGHT() 40 IF h == LOAD("height") THEN GOTO 70 50 STORE("msg",data) 60 GOTO 80 70 STORE("msg",LOAD("msg")+"+"+data) 80 STORE("height",h) 90 RETURN 0 100 RETURN 1 End Function |
SC Arguments: [Name:SC_ACTION Type:uint64 Value:'1' Name:SC_CODE Type:string Value:'/* dShout v1 */ Function Initialize() Uint64 10 STORE("height", BLOCK_HEIGHT()) 20 RETURN 0 End Function /* KISS */ Function Store(data String) Uint64 /* 94 bytes = pubkey (32 bytes) + enc. shared keys (32 bytes each) + 2 seperators (1 byte each) + enc. msg. (at least 28 bytes) */ 10 IF STRLEN(data) < 94 THEN GOTO 100 20 DIM h as Uint64 30 LET h = BLOCK_HEIGHT() 40 IF h == LOAD("height") THEN GOTO 70 50 STORE("msg",data) 60 GOTO 80 70 STORE("msg",LOAD("msg")+"+"+data) 80 STORE("height",h) 90 RETURN 0 100 RETURN 1 End Function '] |
Prove to someone that you have sent them DERO in this transaction |
proof can be obtained using wallet
command in dero-wallet-cli or from the statement
Note: proof is sent to the server, as the calculations are done on the server side |