V3Treasury
Code
Address
Events, Read-Only Functions, and State-Changing Functions
Last updated
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)
deployAirdropOperator
function deployAirdropOperator(
address token,
address pool
) external returns (
address operator
)Parameters:
token
address
The address of token to airdrop
pool
address
The address of pool to be airdroped
Return Values:
operator
address
The deployed address of V3AirdropOperator
Last updated