ERC1967Proxy
Verified contract
Proxy
Active on
Base
Unified storage
Map
Table
Raw
Constants and immutables
1
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "ERC1967Proxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22707853 | a few seconds ago | | | 0 | 9.9243085e-7 | |
| 22707823 | a minute ago | | | 0 | 9.8942448e-7 | |
| 22707819 | a minute ago | | | 0 | 9.9022224e-7 | |
| 22707817 | a minute ago | | | 0 | 9.9013129e-7 | |
| 22707817 | a minute ago | | | 0 | 9.9022224e-7 | |
| 22707817 | a minute ago | | | 0 | 9.9022224e-7 | |
| 22707817 | a minute ago | | | 0 | 9.9031323e-7 | |
| 22707817 | a minute ago | | | 0 | 9.9031323e-7 | |
| 22707817 | a minute ago | | | 0 | 0.0000010146470 | |
| 22707816 | 2 minutes ago | | | 0 | 9.9013129e-7 |
ABI
ABI objects
Getter at block 22707858 proxiableUUID() view returns (bytes32)
UPGRADE_INTERFACE_VERSION() view returns (string)
5.0.0
feePrice() view returns (uint256)
0
owner() view returns (address)
0x35fa308b374820610ec9e7f5cf5f5f50ef408c1f
token() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
depositMap(uint256) view returns (uint256)
State-modifying
Events claimCredit()
deposit(uint256 tier)
initialize()
payForOnce()
renounceOwnership()
setDepositMap(uint256 tier, uint256 price)
setFeePrice(uint256 _feePrice)
setToken(address _token)
transferOwnership(address newOwner)
upgradeToAndCall(address newImplementation, bytes data) payable
withdrawTokens(address beneficiary)
Upgraded(address indexed implementation)
ClaimCredit(address indexed user)
Deposit(address indexed user, uint256 indexed tier, uint256 indexed amount)
Initialized(uint64 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PayForOnce(address indexed user)
SetDepositMap(address indexed admin, uint256 indexed tier, uint256 indexed price)
SetFeePrice(address indexed admin, uint256 feePrice)
SetToken(address indexed admin, address token)
Upgraded(address indexed implementation)
constructor(address implementation, bytes _data)
fallback()
AddressEmptyCode(address target)
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
FailedInnerCall()
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
FailedInnerCall()
InvalidInitialization()
NotInitializing()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
SafeERC20FailedOperation(address token)
UUPSUnauthorizedCallContext()
UUPSUnsupportedProxiableUUID(bytes32 slot)