Optional
contractOptional
dataThe encoded calldata of the contract.
Optional
dataData to append to the end of the calldata. Useful for adding a "domain" tag
Optional
functionThe 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.
Optional
functionThe function name of the contract. Accepts a a function signature as well (e.g. mint(address)).
Optional
toThe 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.
Optional
valueThe value intended to be sent with the transaction. Should be a stringified number in WEI (i.e. factor 10^18). *
\"1000000000000000000\"
Static
Readonly
attributeStatic
Readonly
discriminatorStatic
get
The contract ID you want to interact with. Must have been added to Openfort first, starts with
con_
.