fromDaysWadUnsafe

Git Source

Takes a wad amount of days and converts it to an integer amount of seconds.

Will not revert on overflow, only use where overflow is not possible.

Not meant for negative day amounts, it assumes x is positive.

function fromDaysWadUnsafe(int256 x) pure returns (uint256 r);