Timestamp: 1680890831215 | Timestamp [UTC]: 2023-04-07 19:07:11 | Age [y:d:h:m:s]: 21818:36:54.397 |
Block: 1876976 | Fee: 0.00966 | Tx size: 2.242 kB |
Tx version: 1 | No of confirmations: 4139955 | Signature type: DERO_HOMOMORPHIC |
Extra: |
address |
dero1qyrsw9gn70tlgpq0pymp59njsg03eudh59lfthzz7rcx6zr3v30tgqqcnn636 |
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(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 |