Select the address that you want to execute the contract method as.
Slug
delegator_address
Required
true
Can have default value
true
Params Text input > Other
Label
Enter the parameters for the Contract Method
Helper text
This must be in JSON format. For example, a "mint" method's params may look like this: {"amount":"10000","to":"0x3e6a2f0CBA03d293B54c9fCF354948903007a798"}. This must be at least an object, {}
Slug
params
Required
true
Can have default value
true
Memo Text input > Other
Label
Enter any text you want included with the Transaction as a memo
Helper text
This may be anything you want, including technical information you want to save. Many people use JSON here.