Contract Read
This component is used to invite users to interact with a smart contract.
Last updated
This component is used to invite users to interact with a smart contract.
Last updated
address
ABI
functionName
args
an array containing the parameters you want to use
returnValue
if the function returns several parameters, the index of the one you want to display (starting from 0)
You can see .
You can transform the return value by passing a transformation function as a prop.
There are 2 ways of dealing with a function that returns multiple values.
Index of the value in the array starting from 0.