BearStaking
Verified contract
Active on
Ethereum with 1,287 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 | 30.259549M | -- | -- | |
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) |
---|---|---|---|---|---|---|---|
| 20952874 | a month ago | | | 0 | 0.0013603441 | |
| 20810547 | 2 months ago | | | 0 | 0.0010553499 | |
| 20706765 | 3 months ago | | | 0 | 0.00048167322 | |
| 20643488 | 3 months ago | | | 0 | 0.00010773001 | |
| 20643391 | 3 months ago | | | 0 | 0.00014675663 | |
| 20598205 | 3 months ago | | | 0 | 0.00036051396 | |
| 20557230 | 3 months ago | | | 0 | 0.00026241181 | |
| 20528428 | 3 months ago | | | 0 | 0.00027109009 | |
| 20528424 | 3 months ago | | | 0 | 0.00031570449 | |
| 20528420 | 3 months ago | | | 0 | 0.00031902235 |
ABI
ABI objects
Getter at block 21276127
bearsAddress() view returns (address)
0x838e240c0fcbd12fbffdb327d35a32dd2e73c7ea
expiration() view returns (uint256)
38709068
honeyAddress() view returns (address)
0x4f0c5042a11830feaba227840402e2409b0fc9dc
owner() view returns (address)
0xa7f5cf766926291e9422e652164f7241bdf09eb3
paused() view returns (bool)
false
rate() view returns (uint256)
1560666700000000
Read-only
_stakeBlocks(address, uint256) view returns (uint256)
calculateReward(address account, uint256 tokenId) view returns (uint256)
calculateRewards(address account, uint256[] tokenIds) view returns (uint256[] rewards)
onERC721Received(address, address, uint256, bytes) pure returns (bytes4)
stakesOf(address account) view returns (uint256[])
State-modifying
Events claimRewards(uint256[] tokenIds)
pause()
renounceOwnership()
setExpiration(uint256 _expiration)
setRate(uint256 _rate)
stake(uint256[] tokenIds)
transferOwnership(address newOwner)
unpause()
unstake(uint256[] tokenIds)
unstakeWithoutClaiming(uint256[] tokenIds)
withdrawHoney()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Unpaused(address account)
constructor(address _bearsAddress, uint256 _rate, uint256 _expiration, address _honeyAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.