Skip to main content
GitHub: ERC20ACL

Overview

The ERC20ACL contract provides access control mechanisms for ERC20 token operations. It includes modifiers to restrict certain actions based on conditions such as whether an address is a module address or a blocked address.

Constants

CHAIN_ADDRESS

The address of the chain signer.

Modifiers

onlyChain

Restricts the function to be called only by the chain signer.

burnable

Restricts the function to ensure the sender is not a module address.

Parameters

mintable

Restricts the function to ensure the recipient is not a blocked address.

Parameters

transferable

Restricts the function to ensure the recipient is not a blocked address.

Parameters