IBeaconInterface.sol
Methods
implementation()
Solidity
function implementation() external view returns (address)
Returns
| Name | Type | Description |
|---|---|---|
| _0 | address | undefined |
upgradeImplementationTo(address)
Solidity
function upgradeImplementationTo(address newImplementation) external nonpayable
Parameters
| Name | Type | Description |
|---|---|---|
| newImplementation | address | undefined |
Events
Upgraded
Solidity
event Upgraded(address indexed newImplementation)
Details
Event emitted when the address that the beacon is pointing to is upgraded.
Parameters
| Name | Type | Description |
|---|---|---|
newImplementation indexed | address | undefined |