Timestamp: 1707247873246 | Timestamp [UTC]: 2024-02-06 19:31:13 | Age [y:d:h:m:s]: 13602:35:58.181 |
Block: 3263671 | Fee: 0.01054 | Tx size: 2.289 kB |
Tx version: 1 | No of confirmations: 2584799 | Signature type: DERO_HOMOMORPHIC |
Extra: |
address |
dero1qy3a8hw5n9jjderszr0j3w6kr29td4d6jfmvzrjzgt6ps60ynxhfjqg5fl3mr |
dero1qy3fe6x2zpu8l5lhn9h6h8dgm0j2t9z9klgmnqk9e8c7tu6ww7u87qgesh3rs |
SC Balance: 0.00000 DERO |
SC CODE:/* _______ _ _____ _____ |__ __| | | / ____|/ ____| | | ___ ___| |_ | (___ | | | |/ _ \/ __| __| \___ \| | | | __/\__ \ |_ ____) | |____ |_|\___||___/\__| |_____/ \_____| */ Function InitializePrivate() Uint64 10 IF EXISTS("owner") THEN GOTO 999 20 STORE("owner", SIGNER()) 900 RETURN 0 999 RETURN 1 End Function Function UpdateCode(code String) Uint64 /// Update SC 10 IF LOAD("owner") == SIGNER() THEN GOTO 30 20 RETURN 1 30 UPDATE_SC_CODE(code) 40 RETURN 0 End Function |
SC Arguments: [Name:SC_ACTION Type:uint64 Value:'1' Name:SC_CODE Type:string Value:'/* _______ _ _____ _____ |__ __| | | / ____|/ ____| | | ___ ___| |_ | (___ | | | |/ _ \/ __| __| \___ \| | | | __/\__ \ |_ ____) | |____ |_|\___||___/\__| |_____/ \_____| */ Function InitializePrivate() Uint64 10 IF EXISTS("owner") THEN GOTO 999 20 STORE("owner", SIGNER()) 900 RETURN 0 999 RETURN 1 End Function Function UpdateCode(code String) Uint64 /// Update SC 10 IF LOAD("owner") == SIGNER() THEN GOTO 30 20 RETURN 1 30 UPDATE_SC_CODE(code) 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 |