Call Justswap
Python
JavaScript
const CONTRACT = "T....."; // the address
const abi = [.....]; // the json object
const contract = tronWeb.contract(abi, CONTRACT);
const balance = await contract.methods.xxxxx(....).call();最后更新于
const CONTRACT = "T....."; // the address
const abi = [.....]; // the json object
const contract = tronWeb.contract(abi, CONTRACT);
const balance = await contract.methods.xxxxx(....).call();最后更新于