๐ŸŽEVM ABIs

The following ABIs can be compiled in the repository (using make build.)

Token

The Token is an ERC20-compatible contract featuring swap-in (erc20In) and swap-out (erc20Out) .

LiquidityProvider

Interface that contains liquidity tokens to redeem for the underlying based on the implementation.

AAVE v2 LiquidityProvider

LiquidityProvider frontend for AAVE.

AAVE v3 LiquidityProvider

LiquidityProvider frontend for AAVE, this time for version 3.

Compound LiquidityProvider

LiquidityProvider frontend for Compound.

Worker config

The worker config is a single contract deployed which is referred to by the various deployed Tokens to get information on the RNG oracle and global emergency status.

Last updated