« Back to Glossary Index
A four-byte identifier derived from a smart contract function’s signature, used by the Ethereum Virtual Machine to determine which function to execute.
Example: the ERC-20 ‘transfer’ function has the selector 0xa9059cbb, computed from the first four bytes of the Keccak-256 hash of its function signature.
« Back to Glossary Index