| Timestamp: 1680892180604 | Timestamp [UTC]: 2023-04-07 19:29:40 | Age [y:d:h:m:s]: 22853:16:11.222 |
| Block: 1877049 | Fee: 0.00960 | Tx size: 2.213 kB |
| Tx version: 1 | No of confirmations: 4335515 | Signature type: DERO_HOMOMORPHIC |
| Extra: | ||
| address |
| dero1qy56353vszykeanhza0rekvnq97lj0yekt5828f66lq0c6ugcsqnvqgu62ah7 |
| dero1qyvqpdftj8r6005xs20rnflakmwa5pdxg9vcjzdcuywq2t8skqhvwqglt6x0g |
| 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
80 STORE 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 80 STORE 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 |