Timestamp: 1680880417104 | Timestamp [UTC]: 2023-04-07 16:13:37 | Age [y:d:h:m:s]: 20242:41:34.245 |
Block: 1876421 | Fee: 0.00933 | Tx size: 2.201 kB |
Tx version: 1 | No of confirmations: 3843062 | Signature type: DERO_HOMOMORPHIC |
Extra: |
address |
dero1qyvqpdftj8r6005xs20rnflakmwa5pdxg9vcjzdcuywq2t8skqhvwqglt6x0g |
dero1qy46kv4dxu3x0nte734kl3pt4ht25jg2xqwdgnw0u09lmk8n893pyqqwf9xtf |
SC Balance: 0.00000 DERO |
SC CODE:Function InitializePrivate() Uint64 10 IF SIGNER() == address_raw("dero1qyvqpdftj8r6005xs20rnflakmwa5pdxg9vcjzdcuywq2t8skqhvwqglt6x0g") THEN GOTO 40 //Exit unless smart contract owner. 20 RETURN 0 // exit 40 RETURN 0 End Function Function Factorial(s Uint64) Uint64 10 DIM result,scopy as Uint64 15 LET scopy = s 20 LET result = 1 30 LET result = result * s 40 LET s = s - 1 50 IF s >= 2 THEN GOTO 30 70 RETURN result End Function |
SC Arguments: [Name:SC_ACTION Type:uint64 Value:'1' Name:SC_CODE Type:string Value:'Function InitializePrivate() Uint64 10 IF SIGNER() == address_raw("dero1qyvqpdftj8r6005xs20rnflakmwa5pdxg9vcjzdcuywq2t8skqhvwqglt6x0g") THEN GOTO 40 //Exit unless smart contract owner. 20 RETURN 0 // exit 40 RETURN 0 End Function Function Factorial(s Uint64) Uint64 10 DIM result,scopy as Uint64 15 LET scopy = s 20 LET result = 1 30 LET result = result * s 40 LET s = s - 1 50 IF s >= 2 THEN GOTO 30 70 RETURN result 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 |