export const name = 'SignedSafeDecimalMath'; export const address = '0x728A2B79Cad691531CC1146eF802617FF50c7095'; 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)', ];