StrikeBoostFarm
Verified contract
Active on
Ethereum with 267 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x474d…65a2
Balances ($29,610.67)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
STRK | ERC-20 | 2.961065K | $10.00 |
$29,610.65 | |
TKX | ERC-20 | 0.001 | $13.44 |
$0.01 | |
DASC | ERC-721 | 1 | -- | -- | |
DASC | ERC-721 | 1 | -- | -- | |
DASC | ERC-721 | 1 | -- | -- | |
DASC | ERC-721 | 1 | -- | -- | |
DASC | ERC-721 | 1 | -- | -- | |
DASC | ERC-721 | 1 | -- | -- | |
DASC | ERC-721 | 1 | -- | -- | |
DASC | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21277148 | 3 days ago | | | 0 | 0.0012212358 | |
| 21257595 | 6 days ago | | | 0 | 0.0015141052 | |
| 21042620 | a month ago | | | 0 | 0.0014885851 | |
| 20827605 | 2 months ago | | | 0 | 0.0051170770 | |
| 20827597 | 2 months ago | | | 0 | 0.0045256129 | |
| 20823989 | 2 months ago | | | 0 | 0.0059687261 | |
| 20748315 | 3 months ago | | | 0 | 0.00037820910 | |
| 20695877 | 3 months ago | | | 0 | 0.00024121408 | |
| 20680115 | 3 months ago | | | 0 | 0.00062066042 | |
| 20633822 | 3 months ago | | | 0 | 0.00040208759 |
ABI
ABI objects
Getter at block 21297902 getClaimablePendingBoostRewards() view returns (uint256) getTotalPendingBoostRewards() view returns (uint256)
BONUS_MULTIPLIER() view returns (uint256)
10
VSTRK_RATE() view returns (uint256)
10
bonusEndBlock() view returns (uint256)
15150000
boostFactor() view returns (address)
0x474d72f1a6a7884b62edacc8d24d0815d01a65a2
boostMultiplierFactor() view returns (uint256)
10
claimBaseRewardTime() view returns (uint256)
86400
claimBoostRewardTime() view returns (uint256)
2592000
initialBoostMultiplier() view returns (uint256)
20
maximumBoostCount() view returns (uint16)
20
minimumValidBoostCount() view returns (uint16)
1
owner() view returns (address)
0x752dfb1c709eea4621c8e95f48f3d0b6dde5d126
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
poolLength() view returns (uint256)
1
rewardPerBlock() view returns (uint256)
4692307692307690
rewardToken() view returns (address)
0x74232704659ef37c08995e386a2e26cc27a8d7b1
startBlock() view returns (uint256)
15150000
strk() view returns (address)
0x74232704659ef37c08995e386a2e26cc27a8d7b1
totalAllocPoint() view returns (uint256)
100
unstakableTime() view returns (uint256)
172800
vStrk() view returns (address)
0xf966e86d31751f005c6932fcffd91fcd7907abf7
Read-only
getBoostedUserCount(uint256 _pid) view returns (uint256)
getMultiplier(uint256 _from, uint256 _to) view returns (uint256)
getPoolInfo(uint256 _pid) view returns (address lpToken, uint256 lpSupply, uint256 allocPoint, uint256 lastRewardBlock, uint256 accRewardPerShare, uint256 totalBoostCount, uint256 rewardEligibleSupply)
getUserInfo(uint256 _pid, address _user) view returns (uint256 amount, uint256 pendingAmount, uint256 rewardDebt, uint256 depositedDate, uint256[] boostFactors, uint256 boostRewardDebt, uint256 boostedDate, uint256 accBoostReward, uint256 accBaseReward)
isBoosted(uint256) view returns (bool)
pendingBaseReward(uint256 _pid, address _user) view returns (uint256)
pendingBoostReward(uint256 _pid, address _user) view returns (uint256)
pendingReward(uint256 _pid, address _user) view returns (uint256)
userInfo(uint256, address) view returns (uint256 amount, uint256 pendingAmount, uint256 rewardDebt, uint256 depositedDate, uint256 boostRewardDebt, uint256 boostedDate, uint256 accBoostReward, uint256 accBaseReward)
State-modifying
Events add(uint256 _allocPoint, address _lpToken, bool _withUpdate)
boost(uint256 _pid, uint256 _tokenId)
boostAll(uint256 _pid, uint256[] _tokenIds)
boostPartially(uint256 _pid, uint256 tokenAmount)
claimBaseRewards(uint256 _pid)
claimBoostReward(uint256 _pid)
claimOwnership()
deposit(uint256 _pid, uint256 _amount)
emergencyWithdraw(uint256 _pid)
massUpdatePools()
move(uint256 _pid, address _sender, address _recipient, uint256 _vstrikeAmount)
set(uint256 _pid, uint256 _allocPoint, bool _withUpdate)
setAccMulFactor(uint256 _factor)
setBoostFactor(address _address)
setRewardPerBlock(uint256 speed)
transferOwnership(address newOwner, bool direct, bool renounce)
unBoost(uint256 _pid, uint256 _tokenId)
unBoostAll(uint256 _pid)
unBoostPartially(uint256 _pid, uint256 tokenAmount)
updateClaimBaseRewardTime(uint256 _claimBaseRewardTime)
updateClaimBoostRewardTime(uint256 _claimBoostRewardTime)
updateInitialBoostMultiplier(uint256 _initialBoostMultiplier)
updateMaximumBoostCount(uint16 _count)
updateMinimumValidBoostCount(uint16 _count)
updatePool(uint256 _pid)
updateRewardToken(address _reward)
updateUnstakableTime(uint256 _unstakableTime)
updatedBoostMultiplierFactor(uint256 _boostMultiplierFactor)
withdraw(uint256 _pid, uint256 _amount)
Boost(address indexed user, uint256 indexed pid, uint256 tokenId)
ClaimBaseRewards(address indexed user, uint256 indexed pid, uint256 amount)
ClaimBoostRewards(address indexed user, uint256 indexed pid, uint256 amount)
Deposit(address indexed user, uint256 indexed pid, uint256 amount)
EmergencyWithdraw(address indexed user, uint256 indexed pid, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
UnBoost(address indexed user, uint256 indexed pid, uint256 tokenId)
Withdraw(address indexed user, uint256 indexed pid, uint256 amount)
constructor(address _strk, address _rewardToken, address _vStrk, address _boost, uint256 _rewardPerBlock, uint256 _startBlock, uint256 _bonusEndBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.