| Timestamp: 1649047617661 | Timestamp [UTC]: 2022-04-04 05:46:57 | Age [y:d:h:m:s]: 31267:52:43.34 |
| Block: 169643 | Fee: 0.00720 | Tx size: 2.064 kB |
| Tx version: 1 | No of confirmations: 5961003 | Signature type: DERO_HOMOMORPHIC |
| Extra: | ||
| address |
| dero1qyq0p4nvm9druqzjljajf9m225vhupsaqn7n5ecl487ess7mz9c26qq4xk7a4 |
| dero1qyd90akhyru78ulkj3hugvauu5uyzhuzl3ywyljsj2xkm34smwcngqg6plha4 |
| 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(), 2000000000000, SCID()) // Gives encrypted balance of 20000000.
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(), 2000000000000, SCID()) // Gives encrypted balance of 20000000. 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 |