ERC1967Proxy
Verified contract
Proxy
Active on
Base with 65 txns
Unified storage
Raw
Slot | Value |
---|---|
0x0000000000000000000000000000000000000000000000000000000000000000 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000001 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000002 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000003 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000004 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
Balances ($0.00)
No balances found for "ERC1967Proxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22889448 | 8 hours ago | | | 0 | 0.0000033242075 | |
| 22410706 | 11 days ago | | | 0 | 0.0000076224846 | |
| 22410181 | 11 days ago | | | 0 | 0.0000080623858 | |
| 22318809 | 14 days ago | | | 0 | 0.0000056514315 | |
| 21986738 | 21 days ago | | | 0 | 0.0000023491403 | |
| 21962303 | 22 days ago | | | 0 | 0.000000909873439300 | |
| 21866984 | 24 days ago | | | 0 | 0.0000022308832 | |
| 21835877 | 25 days ago | | | 0 | 0.0000014532791 | |
| 21806762 | 25 days ago | | | 0 | 0.0000030429374 | |
| 21801231 | a month ago | | | 0 | 0.0000033593389 |
ABI
ABI objects
Getter at block 22903880 proxiableUUID() view returns (bytes32)
UPGRADE_INTERFACE_VERSION() view returns (string)
5.0.0
erc20TokenBeacon() view returns (address)
0x8c6e86e852d946f1b642d221fc54529567567f8f
owner() view returns (address)
0x262a8d2f2aedb692a1332c50c90df83b5046ead2
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
Upgraded(address indexed implementation)
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 implementation, bytes _data)
fallback()
AddressEmptyCode(address target)
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
FailedInnerCall()
AddressEmptyCode(address target)
AlreadyInitialized()
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
FailedInnerCall()
InvalidInitialization()
NewOwnerIsZeroAddress()
NoHandoverRequest()
NotInitializing()
UUPSUnauthorizedCallContext()
UUPSUnsupportedProxiableUUID(bytes32 slot)
Unauthorized()