<html><head><title>Fixed Number</title><linkrel="stylesheet"type="text/css"href="/static/style.css"></head><body><divclass="sidebar"><divclass="header"><divclass="logo"><ahref="/"><divclass="image"></div><divclass="name">ethers</div><divclass="version">v5.0-beta</div></a></div></div><divclass="toc"><div><divclass="link title"><ahref="/">Documentation</a></div><divclass="base show link depth-1"><ahref="/getting-started/">Getting Started</a></div><divclass="hide link depth-2"><ahref="/getting-started/#installing">Installing</a></div><divclass="hide link depth-2"><ahref="/getting-started/#importing">Importing</a></div><divclass="base show link depth-1"><ahref="/concepts/">Concepts</a></div><divclass="hide link depth-2"><ahref="/concepts/events/">Events</a></div><divclass="hide link depth-3"><ahref="/concepts/events/#solidity-topics">Solidity Topics</a></div><divclass="hide link depth-2"><ahref="/concepts/gas/">Gas</a></div><divclass="hide link depth-3"><ahref="/concepts/gas/#gas-price">Gas Price</a></div><divclass="hide link depth-3"><ahref="/concepts/gas/#gas-limit">Gas Limit</a></div><divclass="base ancestor show link depth-1"><ahref="/api/">Application Programming Interface</a></div><divclass="show link depth-2"><ahref="/api/contract/">Contracts</a></div><divclass="hide link depth-3"><ahref="/api/contract/#buckets">Buckets</a></div><divclass="show link depth-2"><ahref="/api/signer/">Signers</a></div><divclass="hide link depth-3"><ahref="/api/signer/#signer">Signer</a></div><divclass="hide link depth-3"><ahref="/api/signer/#wallet-inherits-signer">Wallet inherits Signer</a></div><divclass="show link depth-2"><ahref="/api/providers/">Providers</a></div><divclass="hide link depth-3"><ahref="/api/providers/provider/">Provider</a></div><divclass="hide link depth-4"><ahref="/api/providers/provider/#accounts-methods">Accounts Methods</a></div><divclass="hide link depth-4"><ahref="/api/providers/provider/#blocks-methods">Blocks Methods</a></div><divclass="hide link depth-4"><ahref="/api/providers/provider/#ethereum-naming-service-(ens)-methods">Ethereum Naming Service (ENS) Methods</a></div><divclass="hide link depth-4"><ahref="/api/providers/provider/#logs-methods">Logs Methods</a></div><divclass="hide link depth-4"><ahref="/api/providers/provider/#network-status-methods">Network Status Methods</a></div><divclass="hide link depth-4"><ahref="/api/providers/provider/#transactions-methods">Transactions Methods</a></div><divclass="hide link depth-4"><ahref="/api/providers/provider/#event-emitter-methods">Event Emitter Methods</a></div><divclass="hide link depth-4"><ahref="/api/providers/provider/#inspection-methods">Inspection Methods</a></div><divclass="hide link depth-3"><ahref="/api/providers/jsonrpc-provider/">JSON-RPC Provider</a></div><divclass="hide link depth-4"><ahref="/api/providers/jsonrpc-provider/#jsonrpcprovider">JsonRpcProvider</a></div><divclass="hide link depth-4"><ahref="/api/providers/jsonrpc-provider/#jsonrpcsigner">JsonRpcSigner</a></div><divclass="hide link depth-4"><ahref="/api/providers/jsonrpc-provider/#jsonrpcuncheckedsigner">JsonRpcUncheckedSigner</a></div><divclass="hide link depth-3"><ahref="/api/providers/api-providers/">API Providers</a></div><divclass="hide link depth-4"><ahref="/api/providers/api-providers/#etherscanprovider">EtherscanProvider</a></div><divclass="hide link depth-4"><ahref="/api/providers/api-providers/#infuraprovider">InfuraProvider</a></div><divclass="hide link depth-4"><ahref="/api/providers/api-providers/#nodesmithprovider">NodesmithProvider</a></div><divclass="hide link depth-4"><ahref="/api/providers/api-providers/#alchemyprovider">AlchemyProvider</a></div><divclass="hide link depth-4"><ahref="/api/providers/api-providers/#cloudfrontprovider">CloudfrontProvider</a></div><divclass="hide link depth-3"><ahref="/api/providers/other/">Other Providers</a></div><divclass="hide link depth-4"><ahref="/api/providers/other/#fallbackprovider">FallbackProvider</a></div><divclass="hide link depth-4"><ah
<divclass="definition show-anchors"><divclass="term"><b><i>"fixed"</i></b></div><divclass="body"><p>A shorthand for <codeclass="inline">fixed128x80</code>.</p></div></div>
<divclass="property show-anchors"><divclass="signature"><spanclass="path">BigNumber</span> . <spanclass="method">from</span> ( <spanclass="param">value</span> [ , <spanclass="param">format</span> = <spanclass="default-value">"</span><spanclass="param">fixed</span>" ] ) <spanclass="arrow">⇒</span><spanclass="returns"><ahref="/api/utils/fixednumber/">FixedNumber</a></span><divclass="anchors"></div></div><divclass="body"><p>Returns an instance of a <b>FixedNumber</b> for <i>value</i> as a <i>format</i>.</p></div></div>
<divclass="property show-anchors"><divclass="signature"><spanclass="path">BigNumber</span> . <spanclass="method">fromBytes</span> ( <spanclass="param">aBytesLike</span> [ , <spanclass="param">format</span> = <spanclass="default-value">"</span><spanclass="param">fixed</span>" ] ) <spanclass="arrow">⇒</span><spanclass="returns"><ahref="/api/utils/fixednumber/">FixedNumber</a></span><divclass="anchors"></div></div><divclass="body"><p>Returns an instance of a <b>FixedNumber</b> for <i>value</i> as a <i>format</i>.</p></div></div>
<divclass="property show-anchors"><divclass="signature"><spanclass="path">BigNumber</span> . <spanclass="method">fromString</span> ( <spanclass="param">value</span> [ , <spanclass="param">format</span> = <spanclass="default-value">"</span><spanclass="param">fixed</span>" ] ) <spanclass="arrow">⇒</span><spanclass="returns"><ahref="/api/utils/fixednumber/">FixedNumber</a></span><divclass="anchors"></div></div><divclass="body"><p>Returns an instance of a <b>FixedNumber</b> for <i>value</i> as a <i>format</i>. The <i>value</i> must not contain more decimals than the <i>format</i> permits.</p></div></div>
<divclass="property show-anchors"><divclass="signature"><spanclass="path">BigNumber</span> . <spanclass="method">fromValue</span> ( <spanclass="param">value</span> [ , <spanclass="param">decimals</span> = <spanclass="default-value">0</span> [ , <spanclass="param">format</span> = <spanclass="default-value">"</span><spanclass="param">fixed</span>" ] ] ) <spanclass="arrow">⇒</span><spanclass="returns"><ahref="/api/utils/fixednumber/">FixedNumber</a></span><divclass="anchors"></div></div><divclass="body"><p>Returns an instance of a <b>FixedNumber</b> for <i>value</i> with <i>decimals</i> as a <i>format</i>.</p></div></div>
<divclass="property show-anchors"><divclass="signature"><spanclass="path">fixednumber</span> . <spanclass="method">addUnsafe</span> ( <spanclass="param">otherValue</span> ) <spanclass="arrow">⇒</span><spanclass="returns"><ahref="/api/utils/fixednumber/">FixedNumber</a></span><divclass="anchors"></div></div><divclass="body"><p>Returns a new FixedNumber with the value of <i>fixedvalue</i><b>+</b><i>otherValue</i>.</p></div></div>
<divclass="property show-anchors"><divclass="signature"><spanclass="path">fixednumber</span> . <spanclass="method">subUnsafe</span> ( <spanclass="param">otherValue</span> ) <spanclass="arrow">⇒</span><spanclass="returns"><ahref="/api/utils/fixednumber/">FixedNumber</a></span><divclass="anchors"></div></div><divclass="body"><p>Returns a new FixedNumber with the value of <i>fixedvalue</i><b>–</b><i>otherValue</i>.</p></div></div>
<divclass="property show-anchors"><divclass="signature"><spanclass="path">fixednumber</span> . <spanclass="method">mulUnsafe</span> ( <spanclass="param">otherValue</span> ) <spanclass="arrow">⇒</span><spanclass="returns"><ahref="/api/utils/fixednumber/">FixedNumber</a></span><divclass="anchors"></div></div><divclass="body"><p>Returns a new FixedNumber with the value of <i>fixedvalue</i><b>×</b><i>otherValue</i>.</p></div></div>
<divclass="property show-anchors"><divclass="signature"><spanclass="path">fixednumber</span> . <spanclass="method">divUnsafe</span> ( <spanclass="param">otherValue</span> ) <spanclass="arrow">⇒</span><spanclass="returns"><ahref="/api/utils/fixednumber/">FixedNumber</a></span><divclass="anchors"></div></div><divclass="body"><p>Returns a new FixedNumber with the value of <i>fixedvalue</i><b>÷</b><i>otherValue</i>.</p></div></div>
<divclass="property show-anchors"><divclass="signature"><spanclass="path">fixednumber</span> . <spanclass="method">round</span> ( [ <spanclass="param">decimals</span> = <spanclass="default-value">0</span> ] ) <spanclass="arrow">⇒</span><spanclass="returns"><ahref="/api/utils/fixednumber/">FixedNumber</a></span><divclass="anchors"></div></div><divclass="body"><p>Returns a new FixedNumber with the value of <i>fixedvalue</i> rounded to <i>decimals</i>.</p></div></div>
<divclass="property show-anchors"><divclass="signature"><spanclass="path">fixednumber</span> . <spanclass="method">toFormat</span> ( <spanclass="param">format</span> ) <spanclass="arrow">⇒</span><spanclass="returns"><ahref="/api/utils/fixednumber/">FixedNumber</a></span><divclass="anchors"></div></div><divclass="body"><p>Returns a new FixedNumber with the value of <i>fixedvalue</i> with <i>format</i>.</p></div></div>
<divclass="property show-anchors"><divclass="signature"><spanclass="path">fixednumber</span> . <spanclass="method">toHexString</span> ( ) <spanclass="arrow">⇒</span><spanclass="returns">string</span><divclass="anchors"></div></div><divclass="body"><p>Returns a <ahref="/api/utils/bytes/#hexstring">Hexstring</a> representation of <i>fixednumber</i>.</p></div></div>
<divclass="property show-anchors"><divclass="signature"><spanclass="path">fixednumber</span> . <spanclass="method">toString</span> ( ) <spanclass="arrow">⇒</span><spanclass="returns">string</span><divclass="anchors"></div></div><divclass="body"><p>Returns a string representation of <i>fixednumber</i>.</p></div></div>
<divclass="property show-anchors"><divclass="signature"><spanclass="path">fixednumber</span> . <spanclass="method">toUnsafeFloat</span> ( ) <spanclass="arrow">⇒</span><spanclass="returns">float</span><divclass="anchors"></div></div><divclass="body"><p>Returns a floating-point JavaScript number value of <i>fixednumber</i>. Due to rounding in JavaScript numbers, the value is only approximate.</p></div></div>
<divclass="property show-anchors"><divclass="signature"><spanclass="path">BigNumber</span> . <spanclass="method">isFixedNumber</span> ( <spanclass="param">value</span> ) <spanclass="arrow">⇒</span><spanclass="returns">boolean</span><divclass="anchors"></div></div><divclass="body"><p>Returns true if and only if <i>value</i> is a <b>FixedNumber</b>.</p></div></div><divclass="footer"><divclass="nav previous"><ahref="/api/utils/display-logic/"><spanclass="arrow">←</span>Display Logic and Input</a></div><divclass="nav next"><ahref="/api/utils/hashing/">Hashing Algorithms<spanclass="arrow">→</span></a></div></div><divclass="copyright">The content of this site is licensed under the <ahref="https://choosealicense.com/licenses/cc-by-4.0/">Creative Commons Attribution 4.0 International License</a>.</div></div><scriptsrc="/script.js"type="text/javascript"></script></body></html><!-- ContentHash:a90c1d4dede60ef073af4e48a1eb986c04247a80b71f71a402f96b41483b9f2e -->