export const name = 'SafeDecimalMath'; export const address = '0x3dA7d9D52EE61233B35946411fb487C2aAd6f90E'; 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 unit() pure returns (uint256)', 'function preciseUnit() pure returns (uint256)', ];