StablzTokenStaking
Verified contract
Active on
Ethereum with 2,095 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 |
---|---|---|---|---|---|
STABLZ | ERC-20 | 39.981332M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21232698 | 2 days ago | | | 0 | 0.00093557822 | |
| 21232690 | 2 days ago | | | 0 | 0.0010368887 | |
| 21116507 | 18 days ago | | | 0 | 0.00081790246 | |
| 21116485 | 18 days ago | | | 0 | 0.00065727076 | |
| 21082360 | 23 days ago | | | 0 | 0.00077337554 | |
| 21020435 | a month ago | | | 0 | 0.0014980356 | |
| 20997917 | a month ago | | | 0 | 0.0014749235 | |
| 20997815 | a month ago | | | 0 | 0.0047499790 | |
| 20997783 | a month ago | | | 0 | 0.0049796457 | |
| 20997772 | a month ago | | | 0 | 0.0048502652 |
ABI
ABI objects
Getter at block 21246423
apr12Month() view returns (uint256)
365
apr1Month() view returns (uint256)
80
apr3Month() view returns (uint256)
120
apr6Month() view returns (uint256)
200
initialized() view returns (bool)
true
isDepositingEnabled() view returns (bool)
true
minimumDeposit() view returns (uint256)
0
owner() view returns (address)
0xcb6f071118c520488560552ae93b8a6a68544fb7
receipt() view returns (address)
0x21ffe03caa6355cf1ca47b898921d2f70e85e423
rewardToken() view returns (address)
0xa4eb9c64ec359d093eac7b65f51ef933d6e5f7cd
stakingToken() view returns (address)
0xa4eb9c64ec359d093eac7b65f51ef933d6e5f7cd
totalAvailable() view returns (uint256)
14286121022879634661904934
totalRewards() view returns (uint256)
20000000000000000000000000
Read-only
calculateReward(uint256 _amount, uint256 _lockUpPeriodType) view returns (uint256 reward)
getAPR(uint256 _lockUpPeriodType) view returns (uint256 apr)
getLockUpPeriod(uint256 _lockUpPeriodType) pure returns (uint256 time)
getTotalUserStakes(address _user) view returns (uint256)
getUserStakes(address _user, uint256 _startIndex, uint256 _endIndex) view returns (struct StablzStakingStake[] list)
State-modifying
Events claimRewards(uint256 _stakeId)
deposit(uint256 _amount, uint256 _lockUpPeriodType)
disableDepositing()
enableDepositing()
initialize()
renounceOwnership()
setMinimumDeposit(uint256 _minimumDeposit)
transferOwnership(address newOwner)
withdraw(uint256 _stakeId, uint256 _amount)
Deposit(address user, uint256 stakeId, uint256 amount, uint256 lockUpPeriodType)
DepositingDisabled()
DepositingEnabled()
Initialized()
MinimumDepositUpdated(uint256 minimumDeposit)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RewardsClaimed(address user, uint256 stakeId, uint256 rewards)
Withdraw(address user, uint256 stakeId, uint256 amount)
constructor(address _stablz, address _operatingSystem, uint256 _totalRewards, uint256 _minimumDeposit, uint256 _apr1Month, uint256 _apr3Month, uint256 _apr6Month, uint256 _apr12Month)
This contract contains no fallback and receive objects.
This contract contains no error objects.