BearStaking
Verified contract
Active on
Ethereum with 1,601 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
HNY | ERC-20 | 31.209715M | -- | -- | |
BEARS | ERC-721 | 1 | -- | -- | |
BEARS | ERC-721 | 1 | -- | -- | |
BEARS | ERC-721 | 1 | -- | -- | |
BEARS | ERC-721 | 1 | -- | -- | |
BEARS | ERC-721 | 1 | -- | -- | |
BEARS | ERC-721 | 1 | -- | -- | |
BEARS | ERC-721 | 1 | -- | -- | |
BEARS | ERC-721 | 1 | -- | -- | |
BEARS | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20660071 | 3 months ago | | | 0 | 0.000050328600 | |
| 20583527 | 3 months ago | | | 0 | 0.00010305112 | |
| 20557243 | 3 months ago | | | 0 | 0.00023278135 | |
| 20452939 | 4 months ago | | | 0 | 0.000089010000 | |
| 19984107 | 6 months ago | | | 0 | 0.0011771261 | |
| 19952983 | 6 months ago | | | 0 | 0.00032823992 | |
| 19949748 | 6 months ago | | | 0 | 0.00052077043 | |
| 19640095 | 7 months ago | | | 0 | 0.0023147869 | |
| 19498562 | 8 months ago | | | 0 | 0.0037412927 | |
| 19253870 | 9 months ago | | | 0 | 0.012441350 |
ABI
ABI objects
Getter at block 21276112
bearNFT() view returns (address)
0x838e240c0fcbd12fbffdb327d35a32dd2e73c7ea
getTotalStakedBears() view returns (uint256)
1329
honey() view returns (address)
0x4f0c5042a11830feaba227840402e2409b0fc9dc
owner() view returns (address)
0xa7f5cf766926291e9422e652164f7241bdf09eb3
rate() view returns (uint256)
10000000000000000000
rewardPeroid() view returns (uint256)
86400
Read-only
bears(uint256) view returns (uint256)
getClaimableToken(address wallet) view returns (uint256)
getStakedBear(address wallet) view returns (uint256[])
stakedBear(uint256) view returns (address owner, uint256 lastClaimed, bool isStaked, bool isEmergencyOut, uint256 emergencyOutTime)
State-modifying
Events batchStakeNFT(uint256[] _tokenIds)
batchUnstakeNFT(uint256[] _tokenIds)
batchUnstakeWithoutRewardNFT(uint256[] _tokenIds)
claimBatchReward(uint256[] _tokenIds)
claimReward(uint256 _tokenId)
onERC721Received(address, address, uint256, bytes data) returns (bytes4)
renounceOwnership()
stakeNFT(uint256 _tokenId)
supportsInterface(bytes4 interfaceID) returns (bool)
transferOwnership(address newOwner)
unstakeNFT(uint256 _tokenId)
unstakeWithoutRewardNFT(uint256 _tokenId)
withdraw() payable
withdrawToken(uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RewardClaimed(uint256 tokenID, address owner)
Staked(address staker, uint256 tokenID, uint256 stakedTime)
UnStaked(uint256 tokenID, uint256 unstakedTime)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.