Fertilizer Facet

The Fertilizer Facet handles the minting of Fertilizer and Beans paid to Fertilizer holders.

Call Functions

function claimFertilized(uint256[] calldata ids, LibTransfer.To mode)
    external
    payable;

WIP

Parameter
Type
Description

ids

uint256[]

WIP

mode

To

WIP

function mintFertilizer(
    uint128 amount,
    uint256 minLP,
    LibTransfer.From mode
) external payable;

WIP

Parameter
Type
Description

amount

uint128

WIP

minLP

uint256

WIP

mode

From

WIP

WIP

Parameter
Type
Description

id

uint128

WIP

amount

uint128

WIP

minLP

uint256

WIP

WIP

Parameter
Type
Description

account

address

WIP

amount

uint256

WIP

View Functions

WIP

Return Value
Type
Description

beans

uint256

WIP

WIP

Return Value
Type
Description

beans

uint256

WIP

WIP

Return Value
Type
Description

beans

uint256

WIP

WIP

Parameter
Type
Description

id

uint128

WIP

Return Type
Description

uint256

WIP

WIP

Parameter
Type
Description

id

uint128

WIP

Return Type
Description

uint128

WIP

WIP

Return Type
Description

uint128

WIP

WIP

Return Type
Description

uint128

WIP

WIP

Return Type
Description

uint256

WIP

WIP

Return Type
Description

bool

WIP

WIP

Return Value
Type
Description

bpf

uint128

WIP

WIP

Parameter
Type
Description

_s

uint128

WIP

Return Value
Type
Description

humidity

uint128

WIP

WIP

Return Value
Type
Description

humidity

uint128

WIP

WIP

Return Value
Type
Description

endBpf

uint128

WIP

WIP

Return Type
Description

uint256

WIP

WIP

Parameter
Type
Description

account

address

WIP

ids

uint256[]

WIP

Return Value
Type
Description

beans

uint256

WIP

WIP

Parameter
Type
Description

account

address

WIP

ids

uint256[]

WIP

Return Value
Type
Description

beans

uint256

WIP

WIP

Parameter
Type
Description

account

address

WIP

id

uint256

WIP

Return Type
Description

IFertilizer.Balance

WIP

WIP

Parameter
Type
Description

accounts

address[]

WIP

ids

uint256[]

WIP

Return Type
Description

IFertilizer.Balance[]

WIP

WIP

Return Value
Type
Description

fertilizers

Supply[]

WIP

Events

WIP

Parameter
Type
Description

id

uint128

WIP

bpf

uint128

WIP

Last updated