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