> For the complete documentation index, see [llms.txt](https://docs.rigoblock.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rigoblock.com/solidity-api-reference/protocol/interfaces/irigoblockpoolproxy.md).

# IRigoblockPoolProxy

## IRigoblockPoolProxy

### Upgraded

```solidity
event Upgraded(address newImplementation)
```

Emitted when implementation written to proxy storage.

*Emitted also at first variable initialization.*

#### Parameters

| Name              | Type    | Description                        |
| ----------------- | ------- | ---------------------------------- |
| newImplementation | address | Address of the new implementation. |
