"Slice starting at offset "224" is out-of-bounds (size: 224).
Contract Call: address: 0x91c5e421d53842A9790931dF3c6C9E5551Ca8a77 function: getOrderInfo(uint256 _index) args: (256)
Docs: https://viem.sh/docs/contract/readContract.html Version: viem@1.1.7"
直接调区块链浏览器正常
代码如下 const a = useContractRead({ ...Contract, functionName: 'getOrderInfo', args: [BigInt(256)], })