You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using the contract ABI to construct a transaction in the Safe wallet, but one of the object array parameters consistently fails validation, even though the same parameters work for contract calls on Etherscan. I suspect there might be an issue with the input validation. The error message does not provide specific details. I think this needs to be optimized.
Bug description
I'm using the contract ABI to construct a transaction in the Safe wallet, but one of the object array parameters consistently fails validation, even though the same parameters work for contract calls on Etherscan. I suspect there might be an issue with the input validation. The error message does not provide specific details. I think this needs to be optimized.
contract ABI :https://sepolia.etherscan.io/address/0x3a2fd0f4491161378c1cf9d374f0931fade78c8e#code
function:setClaimConditions
Error message:
test param:[{ "startTimestamp": "0", "maxClaimableSupply": "0", "supplyClaimed": "0", "quantityLimitPerWallet": "0", "merkleRoot": "0xcdc4ba1e4d7d57f0b9d152d4761cc0c097fbe49a6c58a595758635c5f94537b7", "pricePerToken": "0", "currency": "0x0000000000000000000000000000000000000000", "metadata": "..." }]
Environment
Steps to reproduce
Expected result
Obtained result
Screenshots
The text was updated successfully, but these errors were encountered: