Skip to main content

Transaction

tostringrequired

Target contract address

Example: 0x1234567890abcdef1234567890abcdef12345678
datastringrequired

Encoded calldata

Example: 0xabcdef...
valuestringrequired

ETH value to send with the transaction

Example: 0
Transaction
{
"to": "0x1234567890abcdef1234567890abcdef12345678",
"data": "0xabcdef...",
"value": "0"
}