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