Timestamp: 1716560843093 | Timestamp [UTC]: 2024-05-24 16:27:23 | Age [y:d:h:m:s]: 4240:9:30.39 |
Block: 3761437 | Fee: 0.01113 | Tx size: 2.327 kB |
Tx version: 1 | No of confirmations: 819805 | Signature type: DERO_HOMOMORPHIC |
Extra: |
address |
dero1qy3dnk8mm8uxkgavkhx0992d7m5kyzcs0v7dlrnhkg0wl63sj6ryyqq3cz0s2 |
dero1qyq2dgpx4rct0c7xg4hkkrnwjwd9j069qsthxfrpulqjcd05zyjn7qq8t886x |
SC Balance: 0.00000 DERO |
SC CODE:// INITIALIZE Function Initialize() Uint64 10 STORE("owner", SIGNER()) 40 RETURN 0 End Function // TRANSFER OWNERSHIP Function TransferOwnership(newowner String) Uint64 10 IF LOAD("owner") == SIGNER() THEN GOTO 30 20 RETURN 1 30 STORE("tmpowner",ADDRESS_RAW(newowner)) 40 RETURN 0 End Function // FINALIZE TRANSFER Function ClaimOwnership() Uint64 10 IF LOAD("tmpowner") == SIGNER() THEN GOTO 30 20 RETURN 1 30 STORE("owner",SIGNER()) 40 RETURN 0 End Function // UPDATE CODE Function UpdateCode( code String) Uint64 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:'// INITIALIZE Function Initialize() Uint64 10 STORE("owner", SIGNER()) 40 RETURN 0 End Function // TRANSFER OWNERSHIP Function TransferOwnership(newowner String) Uint64 10 IF LOAD("owner") == SIGNER() THEN GOTO 30 20 RETURN 1 30 STORE("tmpowner",ADDRESS_RAW(newowner)) 40 RETURN 0 End Function // FINALIZE TRANSFER Function ClaimOwnership() Uint64 10 IF LOAD("tmpowner") == SIGNER() THEN GOTO 30 20 RETURN 1 30 STORE("owner",SIGNER()) 40 RETURN 0 End Function // UPDATE CODE Function UpdateCode( code String) Uint64 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 |