Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions ArbOwnerPublic.sol
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ interface ArbOwnerPublic {
/// @notice Retrieves the list of chain owners
function getAllChainOwners() external view returns (address[] memory);

/// @notice Retrieves the timestamp from when the native token management
/// modifications are enabled.
/// @notice Available in ArbOS version 50 and above
function getNativeTokenManagementFrom() external view returns (uint64);

/// @notice See if the user is a native token owner
/// @notice Available in ArbOS version 41 and above
function isNativeTokenOwner(
Expand Down