Timestamp: 1683922876379 | Timestamp [UTC]: 2023-05-12 21:21:16 | Age [y:d:h:m:s]: 20318:7:46.384 |
Block: 2037366 | Fee: 0.01023 | Tx size: 2.256 kB |
Tx version: 1 | No of confirmations: 3855622 | Signature type: DERO_HOMOMORPHIC |
Extra: |
address |
dero1qyytmhj28nfuxx6tpgn5uadlqz23svj9spt0xlp8lct0ddjtz8zfyqghany3t |
dero1qyw4fl3dupcg5qlrcsvcedze507q9u67lxfpu8kgnzp04aq73yheqqg2ctjn4 |
SC Balance: 0.00000 DERO |
SC CODE:// This is a nice attempt Function InitializePrivate() Uint64 01 RETURN 0 End Function Function NewAcct() Uint64 // initialize variables 01 dim signer,reg as string // initialize TXID as a HEX version of SIGNER 02 LET reg = HEX(TXID()) // initialize SIGNER( as a HEX version of SIGNER 03 LET signer = HEX(SIGNER()) // check if signer exists 04 IF EXISTS(signer) THEN GOTO 40 // store NewAcct 10 STORE(signer,reg) // store Bal 15 STORE(reg,0) 30 RETURN 0 40 RETURN 1 End Function |
SC Arguments: [Name:SC_ACTION Type:uint64 Value:'1' Name:SC_CODE Type:string Value:'// This is a nice attempt Function InitializePrivate() Uint64 01 RETURN 0 End Function Function NewAcct() Uint64 // initialize variables 01 dim signer,reg as string // initialize TXID as a HEX version of SIGNER 02 LET reg = HEX(TXID()) // initialize SIGNER( as a HEX version of SIGNER 03 LET signer = HEX(SIGNER()) // check if signer exists 04 IF EXISTS(signer) THEN GOTO 40 // store NewAcct 10 STORE(signer,reg) // store Bal 15 STORE(reg,0) 30 RETURN 0 40 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 |