CoreinterfacesIOwnable2Step.solIOwnable2StepOn this pageIOwnable2Step Git Source Functions owner function owner() external view returns (address); pendingOwner function pendingOwner() external view returns (address); transferOwnership function transferOwnership(address newOwner) external; acceptOwnership function acceptOwnership() external;