Call
Arbitrary protocol call
struct Call {
address target; // Protocol contract
uint256 value; // Native value to forward
bytes data; // Encoded function call
}
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
Arbitrary protocol call
struct Call {
address target; // Protocol contract
uint256 value; // Native value to forward
bytes data; // Encoded function call
}