targetTokenPriceDecayHalfLifeOnReset()

    function targetTokenPriceDecayHalfLifeOnReset() external view returns (uint32);

The auction between the targetToken->finalTargetToken allows continuous price discovery which resets after a trade on specific conditions. As long as the balance and change is within defined parameters, the price reset will slow down.

Example

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

Last updated