对于某些 TRON 合约,我无法获得 ABI。例如使用https://developers.tron.network/reference#smart-contracts这个:
合约 - TQn9Y2khEsLJW1ChVWFMSMeRDow5KcbLSE
curl --request POST \
--url https://api.trongrid.io/wallet/getcontract \
--header 'content-type: application/json' \
--data '{"value":"41a2726afbecbd8e936000ed684cef5e2f5cf43008","visible":false}'
它不返回 ABI。为什么它不返回?如何在不使用 tronscan 的情况下获得此 ABI?