Skip to main content

IBeaconInterface.sol

Methods

implementation()

Solidity

function implementation() external view returns (address)

Returns

NameTypeDescription
_0addressundefined

upgradeImplementationTo(address)

Solidity

function upgradeImplementationTo(address newImplementation) external nonpayable

Parameters

NameTypeDescription
newImplementationaddressundefined

Events

Upgraded

Solidity

event Upgraded(address indexed newImplementation)
Details

Event emitted when the address that the beacon is pointing to is upgraded.

Parameters

NameTypeDescription
newImplementation indexedaddressundefined