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.
Github Link: (Will be updated after official launch)
Silicon Mainnet : arrow-up-right0x0F087D36f1b714a93aC14392A4b0D9F5C5D5A3Fcarrow-up-right
DeployAirdropOperator
event DeployAirdropOperator(address operator);
deployAirdropOperator
function deployAirdropOperator( address token, address pool ) external returns ( address operator )
Parameters:arrow-up-right
token
address
The address of token to airdrop
pool
The address of pool to be airdroped
Return Values:arrow-up-right
operator
The deployed address of V3AirdropOperator
Last updated 1 year ago