0xdb19301d42b7bdf218b8a75463b8eeb0bdcd5ebb
Verified contract
Proxy
Active on
Ethereum with 686 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
0xba08…19f0
0x638f…90dc
10 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SLIME | ERC-20 | 255.730201K | -- | -- | |
UNI-V2 | ERC-20 | 1.390808K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18214496 | a year ago | | | 0 | 0.0028823688 | |
| 16367389 | 2 years ago | | | 0 | 0.0027872734 | |
| 16116430 | 2 years ago | | | 0 | 0.0020580415 | |
| 15897617 | 2 years ago | | | 0 | 0.0048626735 | |
| 15562579 | 2 years ago | | | 0 | 0.0020945561 | |
| 15555476 | 2 years ago | | | 0 | 0.0020155087 | |
| 15539383 | 2 years ago | | | 0 | 0.0017624156 | |
| 15539381 | 2 years ago | | | 0 | 0.0018355455 | |
| 15531150 | 2 years ago | | | 0 | 0.0035933738 | |
| 15405583 | 2 years ago | | | 0 | 0.0021954948 |
ABI
ABI objects
Getter at block 21213263
accERC20PerShare() view returns (uint256)
899529319924703344339
endTime() view returns (uint256)
1653976856
erc20() view returns (address)
0x638f24096ff33e047e05e59fabc76325207090dc
farmImplementation() view returns (address)
0x9921d21996d424688f10a5f91ea68ac4ac92d073
feeCollector() view returns (address)
0x0b6a8e2e93fbafb0647a0cd0de8a8bf06bc0a1fd
flatFeeAmount() view returns (uint256)
0
getTotalRewardsLockedUnlocked() view returns (uint256, uint256)
(2017393904320987794796160, 115792089237316195423570985008687907853269984665640562295192472335903769729316)
isEarlyWithdrawAllowed() view returns (bool)
true
isFlatFeeAllowed() view returns (bool)
false
lastRewardTime() view returns (uint256)
1653977648
minTimeToStake() view returns (uint256)
864000
noOfUsers() view returns (uint256)
50
owner() view returns (address)
0xddac0912e0c3be0b8c8f201cf33c9eeb2f8b1497
paidOut() view returns (uint256)
1744269799142243978541024
penalty() view returns (uint8)
2
rewardFeePercent() view returns (uint256)
0
rewardPerSecond() view returns (uint256)
385802469135802496
stakeFeePercent() view returns (uint256)
0
startTime() view returns (uint256)
1648747771
tokenStaked() view returns (address)
0xba08c283487849fe5c14d1d1e5f93f84092819f0
totalDeposits() view returns (uint256)
1390807695081093763633
totalFeeCollectedETH() view returns (uint256)
0
totalFeeCollectedTokens() view returns (uint256)
0
totalFundedRewards() view returns (uint256)
2000000000000000000000000
totalPending() view returns (uint256)
273124105178743816255136
totalRewards() view returns (uint256)
273128792648978434885540
totalTokensBurned() view returns (uint256)
126116570386700697641
Read-only
depositTimestamp(address _user, uint256 stakeId) view returns (uint256)
deposited(address _user, uint256 stakeId) view returns (uint256)
getNumberOfUserStakes(address user) view returns (uint256)
getUserStakesAndPendingAmounts(address user) view returns (uint256[], uint256[], uint256[])
id(address) view returns (uint256)
participants(uint256) view returns (address)
pending(address _user, uint256 stakeId) view returns (uint256)
stakeInfo(address, uint256) view returns (uint256 amount, uint256 rewardDebt, uint256 depositTime, uint256 withdrawTime, address addressOfUser)
withdrawTimestamp(address _user, uint256 stakeId) view returns (uint256)
State-modifying
Events deposit(uint256 _amount) payable
emergencyWithdraw(uint256 stakeId)
fund(uint256 _amount)
initialize(address _erc20, uint256 _rewardPerSecond, uint256 _startTime, uint256 _minTimeToStake, bool _isEarlyWithdrawAllowed, uint256 _penalty, address _tokenStaked, uint256 _stakeFeePercent, uint256 _rewardFeePercent, uint256 _flatFeeAmount, address _feeCollector, bool _isFlatFeeAllowed, address _farmImplementation)
renounceOwnership()
setFeeCollector(address _feeCollector)
setFlatFeeAmount(uint256 _flatFeeAmount)
setIsEarlyWithdrawAllowed(bool _isEarlyWithdrawAllowed)
setIsFlatFeeAllowed(bool _isFlatFeeAllowed)
setMinTimeToStake(uint256 _minTimeToStake)
setRewardFeePercent(uint256 _rewardFeePercent)
setStakeFeePercent(uint256 _stakeFeePercent)
transferOwnership(address newOwner)
updatePool()
withdraw(uint256 _amount, uint256 stakeId) payable
withdrawCollectedFeesERC()
withdrawCollectedFeesETH()
withdrawTokensIfStuck(address _erc20, uint256 _amount, address _beneficiary)
Deposit(address indexed user, uint256 indexed stakeId, uint256 indexed amount)
EarlyWithdrawPenaltySet(uint8 indexed penalty)
EmergencyWithdraw(address indexed user, uint256 indexed stakeId, uint256 indexed amount)
FeeCollectorSet(address indexed feeCollector)
FlatFeeAmountSet(uint256 indexed flatFeeAmount)
IsEarlyWithdrawAllowedSet(bool indexed allowed)
IsFlatFeeAllowedSet(bool indexed allowed)
MinTimeToStakeSet(uint256 indexed minTimeToStake)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RewardFeePercentSet(uint256 indexed rewardFeePercent)
StakeFeePercentSet(uint256 indexed stakeFeePercent)
Withdraw(address indexed user, uint256 indexed stakeId, uint256 indexed amount)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.