Timestamp: 1706807854847 | Timestamp [UTC]: 2024-02-01 17:17:34 | Age [y:d:h:m:s]: 14220:4:19.822 |
Block: 3240644 | Fee: 0.01323 | Tx size: 2.495 kB |
Tx version: 1 | No of confirmations: 2701237 | Signature type: DERO_HOMOMORPHIC |
Extra: |
address |
dero1qytygwq00ppnef59l6r5g96yhcvgpzx0ftc0ctefs5td43vkn0p72qqlqrn8z |
dero1qyhatqtf5qnc54e9htdccnrgt7985f2vt2n0zakl7j9cfejy5tqx5qqlep5a5 |
SC Balance: 0.00000 DERO |
SC CODE:// Issue Asset after depositing DERO (Convert DERO to TOKENX) Function IssueAsset() Uint64 10 SEND_ASSET_TO_ADDRESS(SIGNER(), DEROVALUE(),SCID()) // send asset without knowing original balance, this is done homomorphically 20 RETURN 0 End Function // This function is used to initialize parameters during install time // InitializePrivate initializes a private SC // Smart contract authors should hardcode their intended address for contract ownership, then add a check within the Initialize() or InitializePrivate() functions to ensure that the caller is the true owner. Function InitializePrivate() Uint64 10 IF SIGNER() == address_raw("dero1qynmz4tgkmtmmspqmywvjjmtl0x8vn5ahz4xwaldw0hu6r5500hryqgptvnj8") THEN GOTO 40 //Exit unless smart contract owner. 20 RETURN 0 // exit 40 RETURN 0 End Function |
SC Arguments: [Name:SC_ACTION Type:uint64 Value:'1' Name:SC_CODE Type:string Value:'// Issue Asset after depositing DERO (Convert DERO to TOKENX) Function IssueAsset() Uint64 10 SEND_ASSET_TO_ADDRESS(SIGNER(), DEROVALUE(),SCID()) // send asset without knowing original balance, this is done homomorphically 20 RETURN 0 End Function // This function is used to initialize parameters during install time // InitializePrivate initializes a private SC // Smart contract authors should hardcode their intended address for contract ownership, then add a check within the Initialize() or InitializePrivate() functions to ensure that the caller is the true owner. Function InitializePrivate() Uint64 10 IF SIGNER() == address_raw("dero1qynmz4tgkmtmmspqmywvjjmtl0x8vn5ahz4xwaldw0hu6r5500hryqgptvnj8") THEN GOTO 40 //Exit unless smart contract owner. 20 RETURN 0 // exit 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 |