Timestamp: 1680889089922 | Timestamp [UTC]: 2023-04-07 18:38:09 | Age [y:d:h:m:s]: 21269:3:39.395 |
Block: 1876887 | Fee: 0.00969 | Tx size: 2.238 kB |
Tx version: 1 | No of confirmations: 4036521 | Signature type: DERO_HOMOMORPHIC |
Extra: |
address |
dero1qyvqpdftj8r6005xs20rnflakmwa5pdxg9vcjzdcuywq2t8skqhvwqglt6x0g |
dero1qyv78hxfnhpn8haszve2kjpp5a50yh2h8mn48etqkj7harvnn43zzqq44phs7 |
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("s",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("s",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 |