Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Generated B20 reference for allowance(address,address).
function allowance(address owner, address spender) external view returns (uint256);
0xdd62ed3e
allowance(address,address)
owner
spender
IB20(target).allowance(owner, spender);
Was this page helpful?