BCUBE-ETH LP Staking Pool
Verified contract
Active on
Ethereum with 358 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x93c9…0a93
0xc62b…8949
Balances ($2,044.91)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BCUBE | ERC-20 | 22.420522K | $0.091207 |
$2,044.91 | |
UNI-V2 | ERC-20 | 95.588568 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19182340 | 9 months ago | | | 0 | 0.0021328086 | |
| 19113670 | 9 months ago | | | 0 | 0.0018598935 | |
| 19113665 | 9 months ago | | | 0 | 0.0026236726 | |
| 15522307 | 2 years ago | | | 0 | 0.0015523699 | |
| 15303270 | 2 years ago | | | 0 | 0.00078509585 | |
| 15235994 | 2 years ago | | | 0 | 0.00083770985 | |
| 15219867 | 2 years ago | | | 0 | 0.0069984326 | |
| 15174277 | 2 years ago | | | 0 | 0.0017941711 | |
| 15149917 | 2 years ago | | | 0 | 0.0010581676 | |
| 15149754 | 2 years ago | | | 0 | 0.0015689225 |
ABI
ABI objects
Getter at block 21161515
MAX_DISTRIBUTION_DURATION() view returns (uint256)
7776000
decimals() view returns (uint256)
18
distributionEndsAt() view returns (uint256)
1656659344
getRewardUnlockingTime() pure returns (uint256)
691200
initialStrategyStartsAt() view returns (uint256)
1624881600
lastUpdatedAt() view returns (uint256)
1706549279
name() view returns (string)
BCUBE-ETH LP Staking Pool
nominatedOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0xd4eee3d50588d7dee8dcc42635e50093e0aa8cc0
perSecondReward() view returns (uint256)
0
rewardPerToken() view returns (uint256 mantissa, uint256 base, uint256 exponentiation)
(mantissa=375088821169118570716, base=10, exponentiation=18)
rewardPool() view returns (uint256)
12392047612039884396853
rewardSupply() view returns (uint256)
15839032691936069280578
rewardsToken() view returns (address)
0x93c9175e26f57d2888c7df8b470c9eea5c0b0a93
stakingToken() view returns (address)
0xc62bf2c79f34ff24e2f97982af4f064161ed8949
symbol() view returns (string)
staked-BCUBE-ETH-LP
totalSupply() view returns (uint256)
95588567951041883208
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
claimedOf(address account) view returns (uint256)
earnedOf(address account) view returns (uint256)
paidRateOf(address account) view returns (uint256 mantissa, uint256 base, uint256 exponentiation)
rewardOf(address account) view returns (uint256)
rewardUnlockingTime(address) view returns (uint256)
State-modifying
Events acceptOwnership()
approve(address spender, uint256 amount) returns (bool)
claim(uint256 amount)
lockRewards()
nominateNewOwner(address _owner)
setInitialRewardStrategy(uint256 startsAt, uint256 perSecondReward_, uint256 duration) returns (bool succeed)
setRewardStrategy(uint256 perSecondReward_, uint256 duration) returns (bool succeed)
stake(uint256 amount)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
unstake(uint256 amount)
withdraw(uint256 amount)
Approval(address indexed owner, address indexed spender, uint256 value)
Claimed(address indexed account, uint256 amount, uint256 rewardUnlockingTime)
InitialRewardStrategySetted(uint256 startsAt, uint256 perSecondReward, uint256 duration)
OwnerChanged(address newOwner)
OwnerNominated(address nominatedOwner)
RewardStrategyChanged(uint256 perSecondReward, uint256 duration)
Staked(address indexed account, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
Unstaked(address indexed account, uint256 amount)
Withdrawed(address indexed account, uint256 amount)
constructor(string name_, string symbol_, uint256 decimals_, address rewardsToken_, address stakingToken_, address owner_)
This contract contains no fallback and receive objects.
This contract contains no error objects.