BendNftPool
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
3
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
Balances ($0.00)
No balances found for "BendNftPool"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "BendNftPool"
ABI
ABI objects
Getter at block 20854209
apeCoin() view returns (address)
0x0000000000000000000000000000000000000000
apeCoinStaking() view returns (address)
0x0000000000000000000000000000000000000000
bakc() view returns (address)
0x0000000000000000000000000000000000000000
bayc() view returns (address)
0x0000000000000000000000000000000000000000
bnftRegistry() view returns (address)
0x0000000000000000000000000000000000000000
coinPool() view returns (address)
0x0000000000000000000000000000000000000000
mayc() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x0000000000000000000000000000000000000000
paused() view returns (bool)
false
staker() view returns (address)
0x0000000000000000000000000000000000000000
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 claim(address[] nfts_, uint256[][] tokenIds_)
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)
transferOwnership(address newOwner)
withdraw(address[] nfts_, uint256[][] tokenIds_)
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)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.