Skip to main content

AmmalgamERC20

Git Source

Inherits: AmmalgamERC20Base

Functions

constructor

constructor(
string memory name,
string memory symbol,
TokenType _tokenType
) AmmalgamERC20Base(name, symbol, _tokenType);

_beforeTokenTransfer

function _beforeTokenTransfer(address from, address to, uint256 amount) internal override;