我想对这个abi进行编码,下面链接是原始的数据
https://polygonscan.com/tx/0x21c555fe9ca4b1da1777bdb217aaaa7ebbcd6c23ea2774dcd429e69154559815
```
let fromToken = "0000000000000000000000000000000000000000";
let amountIn = 1000000000000000;
let aToken ="0x1a13f4ca1d028320a...
> In the rapidly evolving landscape of blockchain technology, Telegram Open Network (TON) stands out as a new blockchain platform, where the development and testing of smart contracts are of paramount importance. This article will delve into the process of testing TON smart contracts based on a spec...
...
```js
script {
use std::debug;
use 0x190d44266241744264b964a37b8f09863167a12d3e70cda39376cfb4e3561e12::scripts;
const ONE: u64 = 1;
fun debug_script(x:u64 , y:bool ,addr:address) {
let sum = x + ONE;
debug::print(&sum);
debug::print(&y);
...