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