Where can I find a full example of contract interaction using fuel-ts?

I found that the documentation is not very detailed in the contract interaction piece, which makes me a little confused.
I can’t find the methods called by the contract or the parameters passed in the transaction details provided by the fuel’s blockchain browser.
For example, this transaction: Fuel explorer


I can’t understand what these inputs mean at all, and I can’t get any results from searching for this Contract Id.
I mean that, is there something like etherscan where you can see the details of contract calls, methods, parameters, events, abi?

The block explorer is still a work-in-progress, so these features (searching by contract, viewing contract history, and verifying contracts on the explorer) aren’t available yet.

1 Like