hoodchain - v0.1.0
    Preparing search index...

    Function getMultiplier

    • Read a Stock Token's ERC-8056 uiMultiplier(): the shares-per-token ratio, scaled by 1e18. 1000000000000000000n means 1 token = 1 share; after a reinvested dividend it rises above 1e18.

      Every canonical Stock Token on chain 4663 implements the interface, so a missing implementation means the address is not a canonical Stock Token — in that case (CALL reverts / returns no data) this resolves to null rather than throwing, as the prompt for tokens predating ERC-8056.

      Parameters

      Returns Promise<bigint | null>