AlgebraMinter.sol
Methods
algebraMintCallback(uint256,uint256,bytes)
Solidity
function algebraMintCallback(uint256 amount0Owed, uint256 amount1Owed, bytes) external nonpayable
Parameters
Name | Type | Description |
---|---|---|
amount0Owed | uint256 | undefined |
amount1Owed | uint256 | undefined |
_2 | bytes | undefined |
mint(address,int24,int24,uint256,uint256)
Solidity
function mint(address recipient, int24 tickLower, int24 tickUpper, uint256 amount0, uint256 amount1) external nonpayable
Parameters
Name | Type | Description |
---|---|---|
recipient | address | undefined |
tickLower | int24 | undefined |
tickUpper | int24 | undefined |
amount0 | uint256 | undefined |
amount1 | uint256 | undefined |