The encoded calldata of the contract.
Data to append to the end of the calldata. Useful for adding a "domain" tag
The function arguments of the contract, in string format. If you provide one of a pla_...
, con_...
or acc_...
it will be converted to the corresponding address.
The function name of the contract. Accepts a a function signature as well (e.g. mint(address)).
The address of the recipient of native tokens. Use only to transfer native tokens. If you provide one of a pla_...
, or acc_...
it will be converted to the corresponding address.
The value intended to be sent with the transaction. Should be a stringified number in WEI (i.e. factor 10^18). * @example "1000000000000000000"
Generated using TypeDoc
The contract ID you want to interact with. Must have been added to Openfort first, starts with
con_
.