Timestamp: 1649044754050 | Timestamp [UTC]: 2022-04-04 04:59:14 | Age [y:d:h:m:s]: 29582:28:2.293 |
Block: 169488 | Fee: 0.00736 | Tx size: 2.069 kB |
Tx version: 1 | No of confirmations: 5643657 | Signature type: DERO_HOMOMORPHIC |
Extra: |
address |
dero1qyq0p4nvm9druqzjljajf9m225vhupsaqn7n5ecl487ess7mz9c26qq4xk7a4 |
dero1qy0mywp9mt97t996xpre6suy9xhspahwefx7gmkvmc5zmfl5epggjqgndknel |
SC Balance: 0.00000 DERO |
SC CODE:// This function is used to initialize parameters during install time // InitializePrivate initializes a private SC Function InitializePrivate() Uint64 10 STORE("owner", SIGNER()) // Store in DB ["owner"] = address 30 SEND_ASSET_TO_ADDRESS(SIGNER(), 20000000000000, SCID()) // Gives initial encrypted balance of 200000000. 40 RETURN 0 End Function |
SC Arguments: [Name:SC_ACTION Type:uint64 Value:'1' Name:SC_CODE Type:string Value:' // This function is used to initialize parameters during install time // InitializePrivate initializes a private SC Function InitializePrivate() Uint64 10 STORE("owner", SIGNER()) // Store in DB ["owner"] = address 30 SEND_ASSET_TO_ADDRESS(SIGNER(), 20000000000000, SCID()) // Gives initial encrypted balance of 200000000. 40 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 |