Skip to main content
Send custom transaction data to interact with contracts that have no frontend or to deploy contracts.

Steps

  1. Select the native token in your wallet and click Send.
  2. Click Advanced option and enter hex data in the Custom Data field.
Custom Transaction

Use Cases

ActionRecipientAmountCustom Data
Deploy contractLeave emptyLeave emptyBytecode
Call contractContract address0 (or leave empty)Function call data
Custom data must be in hex format. Use abi.hashex.org to encode EVM function calls.