IncrementalStaking
Verified contract
Active on
Ethereum with 1,021 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x6731…de2a
0x4227…5dfc
0x7ff8…42a3
Balances ($0.00)
No balances found for "IncrementalStaking"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21219289 | 25 days ago | | | 0 | 0.00072556162 | |
| 21219278 | 25 days ago | | | 0 | 0.00083725291 | |
| 20594630 | 4 months ago | | | 0 | 0.00012030403 | |
| 20060750 | 6 months ago | | | 0 | 0.00062255263 | |
| 19740139 | 8 months ago | | | 0 | 0.0013031315 | |
| 19617004 | 8 months ago | | | 0 | 0.0018962203 | |
| 18417585 | a year ago | | | 0 | 0.0038682774 | |
| 18412819 | a year ago | | | 0 | 0.0012731071 | |
| 18184585 | a year ago | | | 0 | 0.0030680558 | |
| 17415041 | 2 years ago | | | 0 | 0.0048549944 |
ABI
ABI objects
Getter at block 21397815
currentUnlockCycle() view returns (uint256)
0
isOwner() view returns (bool)
false
lastUnlockTime() view returns (uint256)
1643161346
lastUpdatedTimestamp() view returns (uint256)
1731989327
lockedPool() view returns (address)
0x4227c69ad09489a07fd6b8dc03b94f33ce3d5dfc
owner() view returns (address)
0xb489a4b302928795e4a1fab67f5d6ceeb8a25818
stakingPool() view returns (address)
0x6731a6a2586a0d555dcff7eb4d8fb7444bdfde2a
startTime() view returns (uint256)
1601293800
totalRewards() view returns (uint256)
0
totalStaked() view returns (uint256)
20666733749897233
totalStakingAmount() view returns (uint256)
20666733749897233
totalStakingAmountTime() view returns (uint256)
2271708625963641071943046
unlockedPool() view returns (address)
0x7ff84884358139fb5bd8d8ae2a6f037bf2c542a3
Read-only
stakingInfo(address, uint256) view returns (uint256 amount, uint256 time)
totalRewardsFor(address user) view returns (uint256)
totalStakedFor(address user) view returns (uint256)
State-modifying
Events claim()
claimAndUnstake()
lock(uint256 amount, uint256 nextUnlockCycle)
renounceOwnership()
stake(uint256 amount)
transferOwnership(address newOwner)
Claimed(address indexed user, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Staked(address indexed user, uint256 amount)
Unstaked(address indexed user, uint256 amount)
constructor(address stakingBPT, address bellaToken, address admin, uint256 _startTime)
This contract contains no fallback and receive objects.
This contract contains no error objects.