ERC20TokenFactory

Verified contract

Implementation

Active on Base with 0 txns
Deployed by via 0x194b9e3b at 19980387
Slot Value
0x0000000000000000000000000000000000000000000000000000000000000000 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000001 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000002 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000003 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000004 0x0000000000000000000000000000000000000000000000000000000000000000

No balances found for "ERC20TokenFactory"

No transactions found for "ERC20TokenFactory"


Functions
Getter at block 22903880
UPGRADE_INTERFACE_VERSION(view returns (string)
5.0.0
erc20TokenBeacon(view returns (address)
0x8c6e86e852d946f1b642d221fc54529567567f8f
owner(view returns (address)
0x0000000000000000000000000000000000000000
proxiableUUID(view returns (bytes32)
0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
Read-only
ownershipHandoverExpiresAt(address pendingOwnerview returns (uint256 result)
predictERC20TokenAddress(address deployeruint256 nonceview returns (address token)
State-modifying
cancelOwnershipHandover(payable 
completeOwnershipHandover(address pendingOwnerpayable 
deployERC20Token(uint256 noncestruct IERC20TokenFactoryERC20TokenConfig configreturns (address token)
initialize(address owner_
renounceOwnership(payable 
requestOwnershipHandover(payable 
setERC20TokenImplementation(address newImplementation
transferOwnership(address newOwnerpayable 
upgradeToAndCall(address newImplementationbytes datapayable 
Events
ERC20TokenDeployed(address tokenstruct IERC20TokenFactoryERC20TokenConfig config
Initialized(uint64 version
OwnershipHandoverCanceled(address indexed pendingOwner
OwnershipHandoverRequested(address indexed pendingOwner
OwnershipTransferred(address indexed oldOwneraddress indexed newOwner
Upgraded(address indexed implementation
Constructor
constructor(address erc20TokenBeacon_
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AddressEmptyCode(address target
AlreadyInitialized(
ERC1967InvalidImplementation(address implementation
ERC1967NonPayable(
FailedInnerCall(
InvalidInitialization(
NewOwnerIsZeroAddress(
NoHandoverRequest(
NotInitializing(
UUPSUnauthorizedCallContext(
UUPSUnsupportedProxiableUUID(bytes32 slot
Unauthorized(