> ## Documentation Index
> Fetch the complete documentation index at: https://base-a060aa97-docs-sync-code-change-be6d045.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# IB20Asset.effectiveAt

> ERC-8056 pending multiplier timestamp reference.

<Warning>
  The source file that documented this function (`docs/B20/Asset.md`) has been removed as part of a documentation restructure. The content below reflects the last verified state of this function's behavior.
</Warning>

## Signature

```solidity IB20Asset.sol theme={null}
function effectiveAt() external view returns (uint256);
```

| Field               | Value           |
| ------------------- | --------------- |
| Selector            | `0x97a4064f`    |
| Canonical signature | `effectiveAt()` |

## Description

Returns the timestamp at which the pending UI multiplier becomes effective. This is part of the ERC-8056 required extension (`0x4bd27648`), alongside `newUIMultiplier()`.

When no pending update is scheduled, the value is not meaningful; pair this call with `newUIMultiplier()` to determine whether a pending update exists.
