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