CCIP v1.6.1 BurnMintTokenPoolAbstract Contract API Reference
BurnMintTokenPoolAbstract
An abstract contract that implements core token pool functionality for burning and minting operations in cross-chain token transfers.
Inherits:
Functions
_releaseOrMint
Internal function that implements the token minting logic for a BurnMintTokenPool
.
function _releaseOrMint(address receiver, uint256 amount) internal virtual override;
Parameters
Name | Type | Description |
---|---|---|
receiver | address | The address to receive the tokens |
amount | uint256 | The number of tokens to mint |