BeeposStaking
Verified contract
Active on
Ethereum with 2,346 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xb109…9c36
0x7894…bac9
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
$BEEP | ERC-20 | 1.051675K | -- | -- | |
BEEPS | ERC-721 | 1 | -- | -- | |
BEEPS | ERC-721 | 1 | -- | -- | |
BEEPS | ERC-721 | 1 | -- | -- | |
BEEPS | ERC-721 | 1 | -- | -- | |
BEEPS | ERC-721 | 1 | -- | -- | |
BEEPS | ERC-721 | 1 | -- | -- | |
BEEPS | ERC-721 | 1 | -- | -- | |
BEEPS | ERC-721 | 1 | -- | -- | |
BEEPS | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18480839 | a year ago | | | 0 | 0.0020711011 | |
| 18480676 | a year ago | | | 0 | 0.00086628364 | |
| 17618217 | a year ago | | | 0 | 0.00034416291 | |
| 17208101 | 2 years ago | | | 0 | 0.0020198534 | |
| 16953107 | 2 years ago | | | 0 | 0.00056026590 | |
| 16892068 | 2 years ago | | | 0 | 0.00092709023 | |
| 16722035 | 2 years ago | | | 0 | 0.00084403633 | |
| 16585935 | 2 years ago | | | 0 | 0.0041619937 | |
| 16565960 | 2 years ago | | | 0 | 0.00059499415 | |
| 16565960 | 2 years ago | | | 0 | 0.0018930457 |
ABI
ABI objects
Getter at block 21270190
nftContractInstance() view returns (address)
0xb1093f00dff1cbad4709ba7ce82c3dc9ad839c36
owner() view returns (address)
0x9c37195b0e620f0b429a615a29045137a0871bba
paused() view returns (bool)
false
rate() view returns (uint256)
1666666666666700
tokenContractInstance() view returns (address)
0x7894e4102bcc33f5dc5ac514344950e52594bac9
Read-only
_depositBlocks(address, uint256) view returns (uint256)
calculateReward(address owner, uint256 tokenId) view returns (uint256)
calculateRewards(address owner, uint256[] tokenIds) view returns (uint256)
depositsOf(address owner) view returns (uint256[])
hasDeposits(address owner, uint256[] tokenIds) view returns (bool)
hasDepositsOrOwns(address owner, uint256[] tokenIds) view returns (bool)
State-modifying
Events claimRewards(uint256[] tokenIds)
deposit(uint256[] tokenIds)
onERC721Received(address, address, uint256, bytes) returns (bytes4)
pause()
renounceOwnership()
setAddresses(address nftContractAddress, address tokenAddress)
setRate(uint256 newRate)
transferOwnership(address newOwner)
unpause()
withdraw(uint256[] tokenIds)
withdrawTokens(uint256 tokenAmount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Unpaused(address account)
constructor(address nftContractAddress, uint256 initialRate, address tokenAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.