CallGenericWriteFunctionTest
Last updated
Last updated
This function can be used to estimate the that will be required by a invocation. The information can be presented to users before they confirm the transaction.
async CallGenericWriteFunctionTest(args, apiKey)
args.contractAddress
String
Contract address of the smart contract to be called
args.functionABI
JSON
args.functionName
String
Name of the function to be called
args.value?
BigNumber
args.chain
chain (class)
args.params
array
apiKey
String
Applicable to EVM Chains only
While passing in large numerical values (values above 9007199254740991) in args.params
, a conversion to BigNumber format needs to be made. You can use the following methods that convert the number to and from the appropriate format:
ConvertNumberToBigNumber(number, decimal)
- Use this method while passing in numbers as params to a smart function that requires uint256 numbers
ConvertBigNumberToNumber(bigNumber, decimal)
- Use this method while converting response values from a smart contract function call (which are in bigNumber format) to a JS Number
The JSON object for the
The value to be sent along with the smart contract invocation. Please refer to the for more information.
Which chain to broadcast the transaction on. Pick a chain from the
Array of objects that will be sent as the arguments to the smart contract function. Please ensure that the order of params matches the contract ABI. For large numerical inputs, please refer to the .
The API Key generated from the