Events ​
Events ​
LogBuyback ​
solidity
event LogBuyback(address indexed tokenIn, address indexed tokenOut, uint256 sellAmount, uint256 buyAmount);LogTokenSwap ​
solidity
event LogTokenSwap(address indexed tokenIn, address indexed tokenOut, uint256 sellAmount, uint256 buyAmount);LogUpdateRebalancer ​
solidity
event LogUpdateRebalancer(address indexed rebalancer, bool indexed isActive);LogCollectFluidTokensToTreasury ​
solidity
event LogCollectFluidTokensToTreasury(uint256 indexed amount);LogCollectTokensToTreasury ​
solidity
event LogCollectTokensToTreasury(address indexed token, uint256 indexed amount);
