execute()
function execute(Token[] calldata tokens) externalFunction Arguments
Name
Type
Description
Example
execute(
0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE // token
)Last updated
function execute(Token[] calldata tokens) externalThis write function allows any caller to process all available token amounts collected by Carbon DeFi and Arb Fast Lane activities and receive the caller incentives.
The function will process all token amounts in carbonController AND the carbonVortex contract balance (view availableTokens).
tokens
List
The list of token addresses of the token. Input can be a single token, or an array of addresses.
execute(
0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE // token
)For the ETH token, use the contract address: 0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE
Last updated