ERC1967Proxy
Verified contract
Proxy
Active on
Ethereum with 9,667 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
4 additional
variables
Balances ($4.21)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
APE | ERC-20 | 2.807223 | $1.50 |
$4.21 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19750252 | 7 months ago | | | 0 | 0.00072069548 | |
| 19587625 | 8 months ago | | | 0 | 0.0018630468 | |
| 19011911 | a year ago | | | 0 | 0.0024980721 | |
| 18971944 | a year ago | | | 0 | 0.0025592200 | |
| 18961088 | a year ago | | | 0 | 0.0025268701 | |
| 18948916 | a year ago | | | 0 | 0.0039592899 | |
| 18936432 | a year ago | | | 0 | 0.0039678246 | |
| 18927618 | a year ago | | | 0 | 0.0066048616 | |
| 18923601 | a year ago | | | 0 | 0.0018699839 | |
| 18923318 | a year ago | | | 0 | 0.0022673920 |
ABI
ABI objects
Getter at block 21306829 proxiableUUID() view returns (bytes32)
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
ERC20_CONVERSION_FACTOR() view returns (uint256)
1000000000000000000
STAKING_CONVERSION_RATE() view returns (uint256)
85
getStakingContractAddress() view returns (address)
0xd72f2c03cabfc2205aa05db695f21b859e500ca0
getTokenContractAddress() view returns (address)
0x4d224452801aced8b2f0aebe155379bb5d594381
getWarmWalletAddress() view returns (address)
0xc3aa9bc72bd623168860a1e5c6a4530d3d80456c
owner() view returns (address)
0x09e4b1360245fefec758376dde5ea18d53787be8
version() pure returns (string)
1.0.2
Read-only
getClaimExpirationDates(uint256[] claimIds) view returns (uint256[] _expirationDates)
getClaimableAmount(address wallet, uint256[] claimIds) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
getStakingRewardAmount(address wallet) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
isClaimed(uint256 claimId, address wallet) view returns (bool)
isValidClaim(uint256 claimId) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events claimByClaimIds(uint256[] claimIds, address depositToWallet)
claimStaking(address depositToWallet)
claimTokens(uint256[] claimIds, address depositToWallet)
grantRole(bytes32 role, address account)
initialize()
renounceOwnership()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setClaimAmounts(address[] claimAddresses, uint256[] claimIds, uint256[] claimAmounts)
setClaimExpirationDates(uint256[] claimIds, uint256[] expirationDates)
setStakingContractAddress(address _stakingContractAddress)
setTokenContractAddress(address _tokenContractAddress)
setWarmWalletAddress(address _warmWalletAddress)
transferOwnership(address newOwner)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
StakingClaimed(address indexed claimingWallet, uint256 indexed amount, address indexed depositToWallet)
TokensClaimed(address indexed claimingWallet, uint256 indexed amount, address indexed depositToWallet, bool isColdWallet)
Upgraded(address indexed implementation)
constructor(address _logic, bytes _data)
fallback()
receive()
AlreadyClaimed(uint256 claimId, address wallet)
MismatchedArrayLength(uint256 array1, uint256 array2)
StakingContractAddressNotSet()
TokenContractAddressNotSet()