https://mumbai.polygonscan.com/address/0x308AE4EdA4dD95c23a3c2968D6951ac3f589773B#writeProxyContract
This is my contract I am calling batchInitReserve function but it is showing an error while I try to submit the tx.
this is the error: types/value length mismatch (argument="tuple", value=[1.3679216266894513e+48], code=INVALID_ARGUMENT, version=abi/5.7.0)
this is the parameter: [[0xEf9bBa295a4b3acB014304C4Ada27a3D190E3BB2],[0x6695EdB1671d78E434224977709911BB1F5AC1A9],[0xf67a2D777bDC066793aD79873fCfA33Fb01ab619],[6],[0xc6F3222E3a4fC4Fda7170f34FE8C84FAa7A20e4C],[0x1fdE0eCc619726f4cD597887C9F3b4c8740e19e2],[0x58F3499Ce37791fef39D0b6F6339c60844895AFc],[0x530C6d01F7Ea4f968CEB9053708431a089A9a352],[10],["USDT"],["USDTATOKEN"],["USDTATOKEN"],["USDTVDTOKEN"],["USDTVDTOKEN"],["USDTSDTOKEN"],["USDTSDTOKEN"],[0x10]]
Nov 27, 2023, 7:17 AM
Looks like it expects an array of tuples, but you seem to be passing each tuple element in its own array
Nov 27, 2023, 2:51 PM