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

targetTokenPriceDecayHalfLife()

    function targetTokenPriceDecayHalfLife() external view returns (uint32);

This function allows to identify what is the half life of the price decay function for the targetToken auction.

Example

targetTokenPriceDecayHalfLife()
returns (
864000 //the half life indicator in seconds
)

Last updated