BerriesStaking
Verified contract
Active on
Ethereum with 1,711 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 |
---|---|---|---|---|---|
HALLOWEENBEARS | ERC-721 | 1 | -- | -- | |
HALLOWEENBEARS | ERC-721 | 1 | -- | -- | |
HALLOWEENBEARS | ERC-721 | 1 | -- | -- | |
HALLOWEENBEARS | ERC-721 | 1 | -- | -- | |
HALLOWEENBEARS | ERC-721 | 1 | -- | -- | |
HALLOWEENBEARS | ERC-721 | 1 | -- | -- | |
HALLOWEENBEARS | ERC-721 | 1 | -- | -- | |
HALLOWEENBEARS | ERC-721 | 1 | -- | -- | |
HALLOWEENBEARS | ERC-721 | 1 | -- | -- | |
HALLOWEENBEARS | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17444718 | 2 years ago | | | 0 | 0.0021621080 | |
| 17444712 | 2 years ago | | | 0 | 0.0024481428 | |
| 16136739 | 2 years ago | | | 0 | 0.0015061695 | |
| 16136739 | 2 years ago | | | 0 | 0.0015724670 | |
| 16136738 | 2 years ago | | | 0 | 0.0016221880 | |
| 16136737 | 2 years ago | | | 0 | 0.0018337464 | |
| 16136736 | 2 years ago | | | 0 | 0.0018518816 | |
| 16136735 | 2 years ago | | | 0 | 0.0017550174 | |
| 16136735 | 2 years ago | | | 0 | 0.0019166946 | |
| 16136734 | 2 years ago | | | 0 | 0.0017287854 |
ABI
ABI objects
Getter at block 21386851
erc20Address() view returns (address)
0x3cbaecef82e3a1ba1d01f9acb60883bdf11f4ee2
expiration() view returns (uint256)
13657048
owner() view returns (address)
0xd7a271359f72e2980e29134d6fca99e9d474f38c
paused() view returns (bool)
false
rate() view returns (uint256)
0
stakingDestinationAddress() view returns (address)
0xd4048be096f969f51fd5642a9c744ec2a7eb89fe
Read-only
_depositBlocks(address, uint256) view returns (uint256)
calculateReward(address account, uint256 tokenId) view returns (uint256)
calculateRewards(address account, uint256[] tokenIds) view returns (uint256[] rewards)
depositsOf(address account) view returns (uint256[])
onERC721Received(address, address, uint256, bytes) pure returns (bytes4)
State-modifying
Events claimRewards(uint256[] tokenIds)
deposit(uint256[] tokenIds)
pause()
renounceOwnership()
setExpiration(uint256 _expiration)
setRate(uint256 _rate)
transferOwnership(address newOwner)
unpause()
withdraw(uint256[] tokenIds)
withdrawTokens()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Unpaused(address account)
constructor(address _stakingDestinationAddress, uint256 _rate, uint256 _expiration, address _erc20Address)
This contract contains no fallback and receive objects.
This contract contains no error objects.