LBTC GMP Mint Tracing

First, you need to get a transaction where LBTC minted or using Etherscan find MessageDelivered event.arrow-up-right

Make sure the caller is the AssetRouter address.

Using nonce from event find related transaction on Ledger querying:

Find UTXOSpent event

Decode value of tx_id from Base64 to Hex.arrow-up-right

Change the ordering of bytes.arrow-up-right

The big endian result is txid. Vout from event is number of output.

Last updated