IAlchemyFactory
// SPDX-License-Identifier: MIT
pragma solidity ^0.7.6;
interface IAlchemyFactory {
function newFactoryOwner(address payable newOwner) external;
}
Last updated
Was this helpful?
// SPDX-License-Identifier: MIT
pragma solidity ^0.7.6;
interface IAlchemyFactory {
function newFactoryOwner(address payable newOwner) external;
}
Last updated
Was this helpful?