Timestamp: 1683922641836 | Timestamp [UTC]: 2023-05-12 21:17:21 | Age [y:d:h:m:s]: 20461:44:6.285 |
Block: 2037354 | Fee: 0.01023 | Tx size: 2.254 kB |
Tx version: 1 | No of confirmations: 3882730 | Signature type: DERO_HOMOMORPHIC |
Extra: |
address |
dero1qy345n6mqlwvh6p53352cmkr0q8zx00mfn4f4pl3yy4swnlduyy52qg7etlqg |
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 |