Signature
Arguments
address- The address of the called contract.entry_point_selector- A selector for a function within that contract.calldata- Call arguments.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
pub extern fn call_contract_syscall(address: ContractAddress, entry_point_selector: felt252, calldata: Span) -> Result, Array> implicits(GasBuiltin, System) nopanic;
address - The address of the called contract.entry_point_selector - A selector for a function within that contract.calldata - Call arguments.Was this page helpful?