export const name = 'SignedSafeDecimalMath'; export const address = '0xbFe5dA86981e2dB461bd85D31795aD233748EE32'; export const source = 'SignedSafeDecimalMath'; export const abi = [ 'function PRECISE_UNIT() view returns (int256)', 'function UNIT() view returns (int256)', 'function decimals() view returns (uint8)', 'function highPrecisionDecimals() view returns (uint8)', 'function preciseUnit() pure returns (int256)', 'function unit() pure returns (int256)', ];