Calldata
Also called input data, function selector
The input data of an EVM transaction. For a contract call, its first four bytes are the function selector, taken from a hash of the function’s name and argument types, and the rest encodes the arguments.