SwapBoxInitializable
Verified contract
Active on
Base with 1,238 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xed89…e14c
0xed89…e14c
4 additional
variables
Balances ($248,224.99)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ROOST | ERC-20 | 126.988789M | $0.001955 |
$248,224.99 | |
HCock | ERC-20 | 5.85K | -- | -- | |
YETI | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22748558 | 2 hours ago | | | 0 | 0.0000016615255 | |
| 22748525 | 2 hours ago | | | 0 | 0.0000012834709 | |
| 22743903 | 4 hours ago | | | 0 | 5.9245956e-7 | |
| 22743894 | 4 hours ago | | | 0 | 6.5477033e-7 | |
| 22739026 | 7 hours ago | | | 0 | 0.000010112382 | |
| 22739005 | 7 hours ago | | | 0 | 0.000010113834 | |
| 22735095 | 9 hours ago | | | 0 | 0.0000016384305 | |
| 22735074 | 9 hours ago | | | 0 | 0.0000012547658 | |
| 22723243 | 16 hours ago | | | 0 | 3.2986899e-7 | |
| 22723228 | 16 hours ago | | | 0 | 2.5358456e-7 |
ABI
ABI objects
Getter at block 22751974
MAXIMUM_WITHDRAWAL_INTERVAL() view returns (uint256)
62208000
PRECISION_FACTOR() view returns (uint256)
1000000000000
SWAP_BOX_FACTORY() view returns (address)
0x7c352a3249a607255baa52466d8325bf833d6ab2
accTokenPerShare() view returns (uint256)
95156581476
bonusEndBlock() view returns (uint256)
34239205
depositFee() view returns (uint256)
100
fees() view returns (uint256)
93682151514644397349956
hasHoldTokenLimit() view returns (bool)
false
hasMaxStakedLimit() view returns (bool)
false
hasMinDepositLimit() view returns (bool)
true
hasUserLimit() view returns (bool)
true
holdToken() view returns (address)
0x0000000000000000000000000000000000000000
isInitialized() view returns (bool)
true
lastRewardBlock() view returns (uint256)
22748558
maxStakedAmount() view returns (uint256)
0
minAmountToHold() view returns (uint256)
0
minDepositAmount() view returns (uint256)
250000000000000000000000
owner() view returns (address)
0x2b5dd9e9870b3b64f84d3c905c52561c2587b685
poolLimitPerUser() view returns (uint256)
10000000000000000000000000
rewardPerBlock() view returns (uint256)
1902587519025875196
rewardToken() view returns (address)
0xed899bfdb28c8ad65307fa40f4acab113ae2e14c
stakedToken() view returns (address)
0xed899bfdb28c8ad65307fa40f4acab113ae2e14c
stakedTokenTransferFee() view returns (uint16)
0
startBlock() view returns (uint256)
18471205
totalStaked() view returns (uint256)
101464123019812118798395434
withdrawalInterval() view returns (uint256)
0
Read-only
canWithdraw(address _user) view returns (bool)
isExcludedFromDepositFee(address account) view returns (bool)
pendingReward(address _user) view returns (uint256)
userInfo(address) view returns (uint256 amount, uint256 rewardDebt, uint256 nextWithdrawalUntil)
State-modifying
Events deposit(uint256 _amount)
emergencyRewardWithdraw(uint256 _amount)
emergencyWithdraw()
excludeFromFees(address user, bool exclude)
initialize(address _stakedToken, address _rewardToken, uint256 _rewardPerBlock, uint256 _startBlock, uint256 _bonusEndBlock, uint256 _poolLimitPerUser, uint16 _stakedTokenTransferFee, uint256 _depositFee, uint256 _withdrawalInterval, address _admin)
recoverWrongTokens(address _tokenAddress, uint256 _tokenAmount)
renounceOwnership()
stopReward()
transferOwnership(address newOwner)
updateDepositFee(uint256 _depositFee)
updateMaxStakedAmount(bool _hasMaxStakedLimit, uint256 _maxStakedAmount)
updateMinDepositAmount(bool _hasMinDepositLimit, uint256 _minDepositAmount)
updateMinHoldTokenAmount(address _holdToken, bool _hasHoldTokenLimit, uint256 _minAmountToHold)
updatePoolLimitPerUser(bool _hasUserLimit, uint256 _poolLimitPerUser)
updateRewardPerBlock(uint256 _rewardPerBlock)
updateStakedTokenTransferFee(uint16 _transferFee)
updateStartAndEndBlocks(uint256 _startBlock, uint256 _bonusEndBlock)
updateWithdrawalInterval(uint256 _interval)
withdraw(uint256 _amount)
withdrawFees()
AdminTokenRecovery(address tokenRecovered, uint256 amount)
Deposit(address indexed user, uint256 amount)
EmergencyWithdraw(address indexed user, uint256 amount)
NewDepositFee(uint256 depositFee)
NewMaxStakedAmount(uint256 maxAmount)
NewMinDepositAmount(uint256 maxAmount)
NewMinHoldTokenBalance(uint256 maxAmount)
NewPoolLimit(uint256 poolLimitPerUser)
NewRewardPerBlock(uint256 rewardPerBlock)
NewStakedTokenTransferFee(uint16 transferFee)
NewStartAndEndBlocks(uint256 startBlock, uint256 endBlock)
NewWithdrawalInterval(uint256 interval)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RewardsStop(uint256 blockNumber)
WhiteListAddress(address whiteListedAddress, bool whitelisted)
Withdraw(address indexed user, uint256 amount)
WithdrawFees(uint256 amount)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.