Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Call

Git Source

Arbitrary protocol call

struct Call {
address target; // Protocol contract
uint256 value; // Native value to forward
bytes data; // Encoded function call
}