TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 6,253 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 48 additional slots
-
variable spans 48 additional slots
0x5954…fbb9
0x9d18…b33c
0x8686…5367
0x79d9…110d
0xa9af…5fcd
0x4643…2a91
1 additional
variable
Balances ($12.01)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
APE | ERC-20 | 9.384644 | $1.28 |
$12.01 | |
bacAPE | ERC-20 | 340.848034K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21273456 | 9 hours ago | | | 0 | 0.0056608844 | |
| 21272389 | 13 hours ago | | | 0 | 0.0084380665 | |
| 21272382 | 13 hours ago | | | 0 | 0.0072193259 | |
| 21272329 | 13 hours ago | | | 0 | 0.0084931102 | |
| 21270395 | 20 hours ago | | | 0 | 0.0064104983 | |
| 21270124 | 21 hours ago | | | 0 | 0.0034503484 | |
| 21269889 | 21 hours ago | | | 0 | 0.0035984191 | |
| 21269358 | a day ago | | | 0 | 0.0090590319 | |
| 21269353 | a day ago | | | 0 | 0.023859275 | |
| 21268649 | a day ago | | | 0 | 0.0043294302 |
ABI
ABI objects
Getter at block 21276260
apeCoin() view returns (address)
0x4d224452801aced8b2f0aebe155379bb5d594381
apeCoinStaking() view returns (address)
0x5954ab967bc958940b7eb73ee84797dc8a2afbb9
bakc() view returns (address)
0xba30e5f9bb24caa003e9f2f0497ad287fdf95623
bayc() view returns (address)
0xbc4ca0eda7647a8ab7c2061c2e118a18a936f13d
bnftRegistry() view returns (address)
0x79d922dd382e42a156bc0a354861cdbc4f09110d
coinPool() view returns (address)
0x86862445f58f50382c421a7bcecbcd971cc25367
mayc() view returns (address)
0x60e4d786628fea6478f785a6d7e704777c86a7c6
owner() view returns (address)
0xe6b80f77a8b8fcd124ab748c720b7eaea83ddb4c
paused() view returns (bool)
false
staker() view returns (address)
0x9d1833becb105405a8305f775f0af3157d12b33c
v2AddressProvider() view returns (address)
0xa9afc955d549d43db056655b98fab02870a45fcd
v2PoolLens() view returns (address)
0x4643f7791ac622863503d8d3e62942fcff592a91
v2PoolManager() view returns (address)
0x0b870d974fb968b2e06798abbd2563c80933d148
Read-only
claimable(address[] nfts_, uint256[][] tokenIds_) view returns (uint256 amount)
getNftStateUI(address nft_, uint256 tokenId) view returns (uint256 rewardsDebt)
getPoolStateUI(address nft_) view returns (struct INftPoolPoolUI poolUI)
onERC721Received(address, address, uint256, bytes) view returns (bytes4)
pendingApeCoin(address nft_) view returns (uint256)
poolStates(address) view returns (address stakedNft, uint256 accumulatedRewardsPerNft, uint256 pendingApeCoin)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
claim(address[] nfts_, uint256[][] tokenIds_)
claimForBendV2(address[] nfts_, uint256[][] tokenIds_, uint32[][] v2PoolIds_)
compoundApeCoin(address nft_)
deposit(address[] nfts_, uint256[][] tokenIds_)
initialize(address bnftRegistry_, address apeStaking_, address coinPool_, address staker_, address stBayc_, address stMayc_, address stBakc_)
receiveApeCoin(address nft_, uint256 rewardsAmount_)
renounceOwnership()
setPause(bool flag)
setV2AddressProvider(address v2Provider_)
transferOwnership(address newOwner)
withdraw(address[] nfts_, uint256[][] tokenIds_)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Initialized(uint8 version)
NftDeposited(address indexed nft, uint256[] tokenIds, address indexed owner)
NftRewardClaimed(address indexed nft, uint256[] tokenIds, address indexed receiver, uint256 amount, uint256 rewardsDebt)
NftRewardDistributed(address indexed nft, uint256 rewardAmount)
NftWithdrawn(address indexed nft, uint256[] tokenIds, address indexed owner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Unpaused(address account)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.