SplytStaking
Verified contract
Active on
Ethereum with 141 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x7bef…d848
-
variable spans 7 additional slots
Balances ($0.00)
No balances found for "SplytStaking"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14998116 | 2 years ago | | | 0 | 0.0010362724 | |
| 14769998 | 3 years ago | | | 0 | 0.0013835263 | |
| 14684721 | 3 years ago | | | 0 | 0.012964650 | |
| 14637660 | 3 years ago | | | 0 | 0.010399650 | |
| 14636757 | 3 years ago | | | 0 | 0.010399650 | |
| 14633378 | 3 years ago | | | 0 | 0.012964650 | |
| 14442861 | 3 years ago | | | 0 | 0.0029898671 | |
| 14436441 | 3 years ago | | | 0 | 0.012964650 | |
| 14340931 | 3 years ago | | | 0 | 0.012964650 | |
| 14327261 | 3 years ago | | | 0 | 0.012964650 |
ABI
ABI objects
Getter at block 21269272
apy() view returns (uint256 _apy)
89999999999588851200
compoundWithPrincipalByUser() view returns (uint256)
0
getAdminStakingInfo() view returns (uint256 _totalPrincipal, uint256 _numUsersWithDeposits)
(_totalPrincipal=96584371470452711698511, _numUsersWithDeposits=15)
getCompoundInfo() view returns (uint256 _currentBlock, uint256 _depositStartBlock, uint256 _depositEndBlock, uint256 _interestStartBlock, uint256 _interestEndBlock, uint256 _interestStartTime, uint256 _interestEndTime, uint256 _interestApyPerSec, uint256 _interestApyPerBlock)
(_currentBlock=21269272, _depositStartBlock=13330613, _depositEndBlock=13363113, _interestStartBlock=13363114, _interestEndBlock=13948114, _interestStartTime=1633540898, _interestEndTime=1641827153, _interestApyPerSec=28519864656, _interestApyPerBlock=427797969840)
getSecretPoolInfo() view returns (uint256 _secretBonusLimit, uint256 _secretBonusPool, bool _bonusUnlockable, bool _bonusUnlocked)
(_secretBonusLimit=900, _secretBonusPool=500000000000000000000000, _bonusUnlockable=false, _bonusUnlocked=false)
owner() view returns (address)
0x780259319b2622e6a60ae50cc1dfdfa5e121d99e
Read-only
_balances(address) view returns (uint256)
_blocksStaked(uint256 numBlocksPassed, uint256 maxBlock) pure returns (uint256)
_compoundInterestByBlock(uint256 principal, uint256 blocksStaked) view returns (uint256)
addressByIndex(uint256) view returns (address)
compoundInterestByBlock(uint256 principal) view returns (uint256)
compoundInterestByTime(uint256 principal, uint256 ratio, uint256 n) pure returns (uint256)
compoundWithPrincipal(uint256 principal) view returns (uint256)
compoundWithPrincipalAndTime(uint256 principal, uint256 duration) view returns (uint256)
getUserBalances(address userAddress) view returns (uint256 _principal, uint256 _reward, uint256 _balance)
pow(int128 x, uint256 n) pure returns (int128 r)
State-modifying
Events adminWithdrawRemaining()
changeAPY(uint256 _newApyRate)
changeDepositWindow(uint256 _depositStartBlock, uint256 _depositEndBlock)
renounceOwnership()
stakeTokens(uint256 _amount)
transferOwnership(address newOwner)
withdrawExtraTokens(uint256 _amount)
withdrawTokens()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TokenStaked(address _userAddress, uint256 _amount)
TokenWithdrawn(address _userAddress, uint256 _amount)
constructor(address token, uint256 _apyPerSec, uint256 _depositStartBlock, uint256 _depositEndBlock, uint256 _poolDurationByBlock, uint256 _secretBonusLimit, uint256 _secretBonusPool)
This contract contains no fallback and receive objects.
This contract contains no error objects.