ERC20TokenFactory
Verified contract
Implementation
Active on
Base with 0 txns
Storage
Raw
Slot | Value |
---|---|
0x0000000000000000000000000000000000000000000000000000000000000000 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000001 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000002 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000003 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000004 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
Balances ($0.00)
No balances found for "ERC20TokenFactory"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "ERC20TokenFactory"
ABI
ABI objects
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 pendingOwner) view returns (uint256 result)
predictERC20TokenAddress(address deployer, uint256 nonce) view returns (address token)
State-modifying
Events cancelOwnershipHandover() payable
completeOwnershipHandover(address pendingOwner) payable
deployERC20Token(uint256 nonce, struct IERC20TokenFactoryERC20TokenConfig config) returns (address token)
initialize(address owner_)
renounceOwnership() payable
requestOwnershipHandover() payable
setERC20TokenImplementation(address newImplementation)
transferOwnership(address newOwner) payable
upgradeToAndCall(address newImplementation, bytes data) payable
ERC20TokenDeployed(address token, struct IERC20TokenFactoryERC20TokenConfig config)
Initialized(uint64 version)
OwnershipHandoverCanceled(address indexed pendingOwner)
OwnershipHandoverRequested(address indexed pendingOwner)
OwnershipTransferred(address indexed oldOwner, address indexed newOwner)
Upgraded(address indexed implementation)
constructor(address erc20TokenBeacon_)
This contract contains no fallback and receive objects.
AddressEmptyCode(address target)
AlreadyInitialized()
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
FailedInnerCall()
InvalidInitialization()
NewOwnerIsZeroAddress()
NoHandoverRequest()
NotInitializing()
UUPSUnauthorizedCallContext()
UUPSUnsupportedProxiableUUID(bytes32 slot)
Unauthorized()