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.
CHAIN_ADDRESS
onlyChain
burnable
Name | Type | Description |
---|---|---|
from | address | The address to check |
mintable
Name | Type | Description |
---|---|---|
to | address | The address to check |
transferable
Name | Type | Description |
---|---|---|
to | address | The address to check |