For the complete documentation index, see llms.txt. This page is also available as Markdown.

V3Treasury

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

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
)

Parameters:

Name
Type
Description

token

address

The address of token to airdrop

pool

address

The address of pool to be airdroped

Return Values:

Name
Type
Description

operator

address

The deployed address of V3AirdropOperator