| Timestamp: 1647427163005 | Timestamp [UTC]: 2022-03-16 10:39:23 | Age [y:d:h:m:s]: 32145:48:0.277 |
| Block: 81322 | Fee: 0.02155 | Tx size: 2.993 kB |
| Tx version: 1 | No of confirmations: 6130597 | Signature type: DERO_HOMOMORPHIC |
| Extra: | ||
| address |
| dero1qyt0dkr839feyes0xelz5wkdrw86w2s7jj6rg0ruapsu36ychxmxsqgt6hnpn |
| dero1qy0282dsgqr5hszfm2utvwyl2atvl28x6e8mqgfttwdjdnu4km4uzqg99yf9m |
| SC Balance: 0.00000 DERO |
SC CODE: /*
_____ _______ ____ _____ __ __ _____
/ ____|__ __/ __ \| __ \ \ \ / /\ | __ \
| (___ | | | | | | |__) | \ \ /\ / / \ | |__) |
\___ \ | | | | | | ___/ \ \/ \/ / /\ \ | _ /
____) | | | | |__| | | \ /\ / ____ \| | \ \
|_____/ __|_| \____/|_|____ _ \/_ \/_/____\_\_| \_\ _____ _ _ ______
| ____| __ \| ____| ____| | | | | |/ / __ \ /\ |_ _| \ | | ____|
| |__ | |__) | |__ | |__ | | | | ' /| |__) | / \ | | | \| | |__
| __| | _ /| __| | __| | | | | < | _ / / /\ \ | | | . ` | __|
| | | | \ \| |____| |____ | |__| | . \| | \ \ / ____ \ _| |_| |\ | |____
|_| |_| \_\______|______| \____/|_|\_\_| \_\/_/ \_\_____|_| \_|______|
*/
Function Initialize() Uint64
10 STORE("owner", SIGNER());
20 RETURN 0
End Function
Function UpdateCode(SC_CODE String) Uint64
10 IF LOAD("owner") == SIGNER() THEN GOTO 30
20 RETURN 1
30 UPDATE_SC_CODE(SC_CODE)
40 RETURN 0
End Function |
| SC Arguments: [Name:SC_ACTION Type:uint64 Value:'1' Name:SC_CODE Type:string Value:'/* _____ _______ ____ _____ __ __ _____ / ____|__ __/ __ \| __ \ \ \ / /\ | __ \ | (___ | | | | | | |__) | \ \ /\ / / \ | |__) | \___ \ | | | | | | ___/ \ \/ \/ / /\ \ | _ / ____) | | | | |__| | | \ /\ / ____ \| | \ \ |_____/ __|_| \____/|_|____ _ \/_ \/_/____\_\_| \_\ _____ _ _ ______ | ____| __ \| ____| ____| | | | | |/ / __ \ /\ |_ _| \ | | ____| | |__ | |__) | |__ | |__ | | | | ' /| |__) | / \ | | | \| | |__ | __| | _ /| __| | __| | | | | < | _ / / /\ \ | | | . ` | __| | | | | \ \| |____| |____ | |__| | . \| | \ \ / ____ \ _| |_| |\ | |____ |_| |_| \_\______|______| \____/|_|\_\_| \_\/_/ \_\_____|_| \_|______| */ Function Initialize() Uint64 10 STORE("owner", SIGNER()); 20 RETURN 0 End Function Function UpdateCode(SC_CODE String) Uint64 10 IF LOAD("owner") == SIGNER() THEN GOTO 30 20 RETURN 1 30 UPDATE_SC_CODE(SC_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 |