ERC1967Proxy
Verified contract
Proxy
Active on
Ethereum with 4,752 txns
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
0xaef7…670c
0x4d22…4381
Balances ($589.27)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
APE | ERC-20 | 456.8 | $1.29 |
$589.27 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21262791 | 2 days ago | | | 0 | 0.00036930015 | |
| 21260640 | 2 days ago | | | 0 | 0.00056718156 | |
| 21256957 | 3 days ago | | | 0 | 0.00038729177 | |
| 21255182 | 3 days ago | | | 0 | 0.00050681450 | |
| 21245821 | 5 days ago | | | 0 | 0.00096623320 | |
| 21244470 | 5 days ago | | | 0 | 0.00072557576 | |
| 21242673 | 5 days ago | | | 0 | 0.00085112300 | |
| 21241835 | 5 days ago | | | 0 | 0.00055754438 | |
| 21241485 | 5 days ago | | | 0 | 0.00040224773 | |
| 21241316 | 5 days ago | | | 0 | 0.00062429033 |
ABI
ABI objects
Getter at block 21278278 proxiableUUID() view returns (bytes32)
UPGRADE_INTERFACE_VERSION() view returns (string)
5.0.0
accessControlEnumerable() view returns (address)
0xaef7ed949ae64e24f810a73b72eb9db52c81670c
owner() view returns (address)
0x295a9b338359df525650396a9a96d15792ecc53a
role() view returns (bytes32)
0x26bca2ecad19e981c90a8c6efd8ee9856bbc5a2042259e6ee31e310fdc08d970
token() view returns (address)
0x4d224452801aced8b2f0aebe155379bb5d594381
Read-only
balanceOf(address) view returns (uint256)
State-modifying
Events deposit(uint256 _amount)
initialize(address _accessControlEnumerable, bytes32 _role, address _token)
renounceOwnership()
reward(address _recipient, uint256 _amount, string _reason)
rewardBulk(address[] _recipients, uint256[] _amounts, string[] _reasons)
setAccessControlEnumerable(address _accessControlEnumerable, bytes32 _role)
transferOwnership(address newOwner)
upgradeToAndCall(address newImplementation, bytes data) payable
withdraw(uint256 _amount)
Upgraded(address indexed implementation)
Initialized(uint64 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Reward(address indexed recipient, uint256 amount, string reason)
Upgraded(address indexed implementation)
Withdrawal(address indexed user, uint256 amount)
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)