Timestamp: 1739652551172 | Timestamp [UTC]: 2025-02-15 20:49:11 | Age [y:d:h:m:s]: 5081:21:13.76 |
Block: 4994479 | Fee: 0.01206 | Tx size: 2.374 kB |
Tx version: 1 | No of confirmations: 944542 | Signature type: DERO_HOMOMORPHIC |
Extra: |
address |
dero1qy2gyktqak3vqxl6k80g5at50z92ltj0xyyj4j8j22c5s2zjjpncsqq9wwyly |
dero1qys3ryl0fcjksy8cpfk4uz5tg4nvgr5c3772ec9mt86999aw2hkksqq6fgyh6 |
SC Balance: 0.00000 DERO |
SC CODE: |
SC Arguments: [Name:SC_ACTION Type:uint64 Value:'1' Name:SC_CODE Type:string Value:'Function InitializePrivate() Uint64 10 IF EXISTS("owner") THEN GOTO 100 20 STORE("image_url","https://github.com/Azylem/AZYPCB0031/blob/main/AZYPCB0031-IC.png?raw=true/") 30 STORE("decimals",0) 40 STORE("symbol","DAV") 50 STORE("name","DAV Token") 60 STORE("total_supply",1000000000) 70 STORE("circulating_supply",0) 80 STORE("owner",SIGNER()) 90 RETURN 0 100 RETURN 1 End Function Function Issue(amount Uint64) Uint64 10 IF SIGNER() != LOAD("owner") THEN GOTO 100 20 IF LOAD("circulating_supply") + amount > LOAD("total_supply") THEN GOTO 100 30 SEND_ASSET_TO_ADDRESS(SIGNER(),amount,SCID()) 40 STORE("circulating_supply",LOAD("circulating_supply")+amount) 50 RETURN 0 100 RETURN 1 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 |