Transaction Details
SMART CONTRACT
Transaction Hash
d8aba12ca512793d5697bf4405848f30557dd1a496b27f9ce9b971af703e64cc
Block Status
Smart Contract State
SCID Reserves
| SCID | Amount (Atomic Units) |
|---|---|
| 0000000000000000000000000000000000000000000000000000000000000000 | 0 |
String Variables
| Key | Value |
|---|---|
| C | 2f2a0a20202050524f4245202d2072756e2074686973204245464f5245206e6f746172792e6261730a202020536978206c696e6573207468617420616e7377657220746865206f6e65207175657374696f6e20746865206e6f7461727920636f6e747261637420646570656e6473206f6e3a0a202020646f657320484558282920656d697420757070657263617365206f72206c6f776572636173652c20616e6420646f65732053484132353628292068617368207468650a2020205554462d38206279746573206f662074686520737472696e672061732065787065637465643f0a0a2020204465706c6f792069742c207468656e2072656164206974732073746174652e204578706563746564207265666572656e63652076616c7565733a0a0a20202020206b6e6f776e5f7368613235362822746573742229203d20396638366430383138383463376436353961326665616130633535616430313561336266346631623262306238323263643135643663313562306630306130380a20202020206b6e6f776e5f7368613235362822222920202020203d20653362306334343239386663316331343961666266346338393936666239323432376165343165343634396239333463613439353939316237383532623835350a0a202020436f6d706172652073746f7265642022685f746573742220616e642022685f656d7074792220616761696e73742074686f73652c2069676e6f72696e6720636173652e0a20202057686174657665722063617365207468652044564d2072657475726e732069732074686520636173652074686520636c69656e74206d7573742070726f6475636520666f720a20202074686520606c6f636b6020617267756d656e74206f66205265676973746572507269766174652c206f74686572776973652074686520737472696e6720657175616c6974790a202020696e20436f756e7465725369676e507269766174652063616e206e65766572206d617463682e0a2a2f0a0a46756e6374696f6e20496e697469616c697a6528292055696e7436340a202020203130202053544f52452822685f74657374222c2048455828534841323536282274657374222929290a202020203230202053544f52452822685f656d707479222c20484558285348413235362822222929290a202020203330202053544f524528227369676e65725f686578222c20484558285349474e4552282929290a202020203430202053544f524528227473222c20424c4f434b5f54494d455354414d502829290a202020203530202052455455524e20300a456e642046756e6374696f6e0a0a2f2f2043616c6c207769746820616e7920737472696e6720746f2068617368206974206f6e2064656d616e6420616e6420726561642074686520726573756c74206261636b2e0a46756e6374696f6e204861736828696e70757420537472696e67292055696e7436340a202020203130202053544f524528226c6173745f696e707574222c20696e707574290a202020203230202053544f524528226c6173745f68617368222c204845582853484132353628696e7075742929290a202020203330202052455455524e20300a456e642046756e6374696f6e0a |
| h_empty | 65336230633434323938666331633134396166626634633839393666623932343237616534316534363439623933346361343935393931623738353262383535 |
| h_test | 39663836643038313838346337643635396132666561613063353561643031356133626634663162326230623832326364313564366331356230663030613038 |
| signer_hex | 303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030 |
| ts | 1.785786842e+09 |
Transaction Information
Root Hash
Built Height
7423088
Block
Timestamp
1785786842171
Timestamp (UTC)
2026-08-03 19:54:02
Block Age
9h 14m ago
Fee
0.01999
TX Size
4.365 kB
Version
1
Confirmations
1797
Signature Type
DERO_HOMOMORPHIC
DERO Asset
16
Ring Size
0.01999
Fees
0.00000
Deposited
Sender
Ring Members (16)
Smart Contract Details
SC Balance
0.00000 DERO
Smart Contract Code
Smart Contract Arguments
| Name | Type | Value |
|---|---|---|
| SC_ACTION | uint64 | 1 |
| SC_CODE | string | "/* PROBE - run this BEFORE notary.bas Six lines that answer the one question the notary contract depends on: does HEX() emit uppercase or lowercase, and does SHA256() hash the UTF-8 bytes of the string as expected? Deploy it, then read its state. Expected reference values: known_sha256("test") = 9f86d081884c7d659a2feaa0c55ad015a3bf4f1b2b0b822cd15d6c15b0f00a08 known_sha256("") = e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 Compare stored "h_test" and "h_empty" against those, ignoring case. Whatever case the DVM returns is the case the client must produce for the `lock` argument of RegisterPrivate, otherwise the string equality in CounterSignPrivate can never match. */ Function Initialize() Uint64 10 STORE("h_test", HEX(SHA256("test"))) 20 STORE("h_empty", HEX(SHA256(""))) 30 STORE("signer_hex", HEX(SIGNER())) 40 STORE("ts", BLOCK_TIMESTAMP()) 50 RETURN 0 End Function // Call with any string to hash it on demand and read the result back. Function Hash(input String) Uint64 10 STORE("last_input", input) 20 STORE("last_hash", HEX(SHA256(input))) 30 RETURN 0 End Function " |
Prove Transaction
Prove that you sent DERO in this transaction. Obtain proof using the dero-wallet-cli command or from your wallet statement.
Note: The proof is sent to the server for verification calculations.
Payload proofs are user-provided display proofs; for the strongest verification, confirm with the receiving wallet.