0x0c90a4ab37c55cd8c02993c0cd98b1c62f448f92
Verified contract
Proxy
Active on
Ethereum with 251 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
0xbb98…ecaa
0x5669…2a11
10 additional
variables
Balances ($3.96)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ASW | ERC-20 | 436.931494K | $0.000009 |
$3.96 | |
UNI-V2 | ERC-20 | 0.024576 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16808091 | 2 years ago | | | 0 | 0.0036427352 | |
| 16001841 | 2 years ago | | | 0 | 0.0024337064 | |
| 15644329 | 2 years ago | | | 0 | 0.0020093045 | |
| 15643278 | 2 years ago | | | 0 | 0.0021195391 | |
| 15635826 | 2 years ago | | | 0 | 0.0045285686 | |
| 15349206 | 2 years ago | | | 0 | 0.0022856998 | |
| 15347837 | 2 years ago | | | 0 | 0.0026145654 | |
| 15346303 | 2 years ago | | | 0 | 0.0034769013 | |
| 15326985 | 2 years ago | | | 0 | 0.0024282897 | |
| 15168866 | 2 years ago | | | 0 | 0.0040472699 |
ABI
ABI objects
Getter at block 21264038
accERC20PerShare() view returns (uint256)
33189250602336886367857966
endTime() view returns (uint256)
1654564777
erc20() view returns (address)
0x56694577564fdd577a0abb20fe95c1e2756c2a11
farmImplementation() view returns (address)
0x9921d21996d424688f10a5f91ea68ac4ac92d073
feeCollector() view returns (address)
0x0b6a8e2e93fbafb0647a0cd0de8a8bf06bc0a1fd
flatFeeAmount() view returns (uint256)
0
getTotalRewardsLockedUnlocked() view returns (uint256, uint256)
(11085538580246913349087232, 115792089237316195423570985008687907853269984665640553476390500103708985972674)
isEarlyWithdrawAllowed() view returns (bool)
true
isFlatFeeAllowed() view returns (bool)
false
lastRewardTime() view returns (uint256)
1654565322
minTimeToStake() view returns (uint256)
604800
noOfUsers() view returns (uint256)
12
owner() view returns (address)
0xddac0912e0c3be0b8c8f201cf33c9eeb2f8b1497
paidOut() view returns (uint256)
10563068505597092822087400
penalty() view returns (uint8)
2
rewardFeePercent() view returns (uint256)
0
rewardPerSecond() view returns (uint256)
2121913580246913536
stakeFeePercent() view returns (uint256)
0
startTime() view returns (uint256)
1649340465
tokenStaked() view returns (address)
0xbb98ff05f24f5be578a0fd8e2bf2f3ed85abecaa
totalDeposits() view returns (uint256)
24576026949091437
totalFeeCollectedETH() view returns (uint256)
0
totalFeeCollectedTokens() view returns (uint256)
0
totalFundedRewards() view returns (uint256)
11000000000000000000000000
totalPending() view returns (uint256)
522470074649820526999832
totalRewards() view returns (uint256)
522471496342709205419970
totalTokensBurned() view returns (uint256)
0
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.