This contract manages V3 pool airdrop operation. Operators with authority can set up and execute airdrops through V3Treasury contract. Airdrop is available only for token0 and token1.
Code
Github Link: (Will be updated after official launch)
Address
Cypress :
Events, Read-Only Functions, and State-Changing Functions
Events
DeployAirdropOperator
event DeployAirdropOperator(address operator);
State-Changing Functions
deployAirdropOperator
function deployAirdropOperator(
address token,
address pool
) external returns (
address operator
)