0x4e3ee5e7bda77076f6976c4ed28b1464a757c4f1
Unverified contract
Proxy
Active on
Ethereum with 712 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 3 additional slots
Balances ($3,832.47)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
APE | ERC-20 | 2.488615K | $1.54 |
$3,832.47 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21374354 | 4 days ago | | | 0 | 0.0023494872 | |
| 21374351 | 4 days ago | | | 0 | 0.0020980094 | |
| 21374347 | 4 days ago | | | 0 | 0.0026400935 | |
| 21248239 | 21 days ago | | | 0 | 0.00083478815 | |
| 21036925 | 2 months ago | | | 0 | 0.00089390614 | |
| 21036923 | 2 months ago | | | 0 | 0.00096989176 | |
| 21036920 | 2 months ago | | | 0 | 0.0010468092 | |
| 21036917 | 2 months ago | | | 0 | 0.0011043910 | |
| 21036915 | 2 months ago | | | 0 | 0.0010846713 | |
| 21036913 | 2 months ago | | | 0 | 0.0015881703 |
ABI
ABI objects
Getter at block 21401172 getNativeStakedApecoinPendingRewards() view returns (uint256)
APECOIN() view returns (address)
0x4d224452801aced8b2f0aebe155379bb5d594381
APECOIN_STAKING() view returns (address)
0x5954ab967bc958940b7eb73ee84797dc8a2afbb9
B3ASTS() view returns (address)
0xc0e68379a12601596bb091eb58ee4371214f9873
getNativeStakedApeCoin() view returns (struct IApeCoinStakingDashboardStake)
(0, 0, 0, 0, 0, (0, 0))
maxApeCoinPerB3AST() view returns (uint256)
70000000000000000000
owner() view returns (address)
0x2d34c1ef0c1abbd0205b68f79644566a1a318b73
signer() view returns (address)
0x05b5496d7f4787e83e798d9aafcbd27544d011c0
Read-only
claimedRewards(uint256 nftID_) view returns (uint256)
getBatchClaimedRewards(uint256[] nftIDs_) view returns (uint256[])
getBatchStakedApeCoin(uint256[] nftIDs_) view returns (uint256[])
stakedApeCoin(uint256 nftID_) view returns (uint256)
State-modifying
Events claim(uint256[] nftIDs_, uint256[] totalEarneds_, bytes signature_)
emergencyWithdraw()
initialize(address signer_)
renounceOwnership()
setMaxApeCoinPerB3AST(uint256 maxApeCoinPerB3AST_)
setSigner(address signer_)
stakeApeCoin(uint256[] nftIDs_, uint256 expirationTimestamp_, bytes signature_, uint256[] amounts_)
stakeNativeApeCoin(uint256 amount_)
stakeNativeApeCoinFromSender(uint256 amount_)
transferOwnership(address newOwner)
unstake(uint256[] nftIDs_, uint256[] totalEarneds_, bytes signature_)
withdrawNativeApeCoinStaking(uint256 amount_, address to_)
withdrawStakedNativeApeCoinStaking()
EvClaim(address indexed sender, uint256[] nftIDs, uint256[] totalEarneds, uint256 totalClaim)
EvStake(address indexed sender, uint256[] nftIDs, uint256[] amounts)
EvUnstake(address indexed sender, uint256[] nftIDs, uint256[] totalEarneds, uint256 totalUnstake)
Initialized(uint64 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
ECDSAInvalidSignature()
ECDSAInvalidSignatureLength(uint256 length)
ECDSAInvalidSignatureS(bytes32 s)
ErrExceedMaxApeCoinPerB3AST()
ErrExpiredSignature()
ErrInvalidSignature()
ErrNotOwner()
ErrNothingStaked()
ErrNothingToClaim()
ErrNothingToUnstake()
InvalidInitialization()
NotInitializing()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)