Timestamp: 1683843436368 | Timestamp [UTC]: 2023-05-11 23:17:16 | Age [y:d:h:m:s]: 20077:25:57.676 |
Block: 2033208 | Fee: 0.00777 | Tx size: 2.094 kB |
Tx version: 1 | No of confirmations: 3810263 | Signature type: DERO_HOMOMORPHIC |
Extra: |
address |
dero1qyw4fl3dupcg5qlrcsvcedze507q9u67lxfpu8kgnzp04aq73yheqqg2ctjn4 |
dero1qyxcsnutntf02eye8m4jxhxyltjjeqsvvj08j7qnasg9ks0t8grpjqqdkdz3l |
SC Balance: 0.00000 DERO |
SC CODE:Function InitializePrivate() Uint64 01 RETURN 0 End Function Function NewUser() Uint64 // register new user 10 LET signer_id = HEX(SIGNER()) 11 LET signer_registration = TXID() 12 STORE(signer_id,signer_registration) // record user_balance 13 LET user_id = HEX(ADDRESS_STRING(SIGNER())) 14 LET user_bal = 0 15 STORE(user_id,user_bal) 25 RETURN 0 End Function |
SC Arguments: [Name:SC_ACTION Type:uint64 Value:'1' Name:SC_CODE Type:string Value:'Function InitializePrivate() Uint64 01 RETURN 0 End Function Function NewUser() Uint64 // register new user 10 LET signer_id = HEX(SIGNER()) 11 LET signer_registration = TXID() 12 STORE(signer_id,signer_registration) // record user_balance 13 LET user_id = HEX(ADDRESS_STRING(SIGNER())) 14 LET user_bal = 0 15 STORE(user_id,user_bal) 25 RETURN 0 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 |