Timestamp: 1683843262351 | Timestamp [UTC]: 2023-05-11 23:14:22 | Age [y:d:h:m:s]: 19860:6:16.457 |
Block: 2033198 | Fee: 0.00796 | Tx size: 2.116 kB |
Tx version: 1 | No of confirmations: 3769327 | Signature type: DERO_HOMOMORPHIC |
Extra: |
address |
dero1qyzh34cl9a4u2nm2fsslxnuqzxm6c3y03epgjlsaapxhtnsytapuvqg2hc5nu |
dero1qyw4fl3dupcg5qlrcsvcedze507q9u67lxfpu8kgnzp04aq73yheqqg2ctjn4 |
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 |