TokenPool
Verified contract
Active on
Ethereum with 898 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
3 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
9INCH | ERC-20 | 39.947629B | -- | -- | |
BBC | ERC-20 | 716.965839K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21212521 | 15 hours ago | | | 0 | 0.0020590237 | |
| 21212515 | 15 hours ago | | | 0 | 0.0016343425 | |
| 21212510 | 15 hours ago | | | 0 | 0.0022647129 | |
| 21210009 | a day ago | | | 0 | 0.0021353359 | |
| 21210004 | a day ago | | | 0 | 0.0023605578 | |
| 21209685 | a day ago | | | 0 | 0.0021703427 | |
| 21209604 | a day ago | | | 0 | 0.0022890842 | |
| 21208838 | a day ago | | | 0 | 0.0040655664 | |
| 21208834 | a day ago | | | 0 | 0.0044645865 | |
| 21207873 | a day ago | | | 0 | 0.0023189467 |
ABI
ABI objects
Getter at block 21217010 calculateTotalPendingBBCRewards() view returns (uint256) getPricePerFullShare() view returns (uint256)
BOOST_WEIGHT() view returns (uint256)
20000000000000
BOOST_WEIGHT_LIMIT() view returns (uint256)
50000000000000
DURATION_FACTOR() view returns (uint256)
31536000
DURATION_FACTOR_OVERDUE() view returns (uint256)
7776000
FEE_RATE_SCALE() view returns (uint256)
10000
MAX_LOCK_DURATION() view returns (uint256)
31536000
MAX_LOCK_DURATION_LIMIT() view returns (uint256)
86400000
MAX_OVERDUE_FEE() view returns (uint256)
1000000000000
MAX_PERFORMANCE_FEE() view returns (uint256)
2000
MAX_WITHDRAW_FEE() view returns (uint256)
500
MAX_WITHDRAW_FEE_PERIOD() view returns (uint256)
604800
MIN_DEPOSIT_AMOUNT() view returns (uint256)
10000000000000
MIN_LOCK_DURATION() view returns (uint256)
604800
MIN_WITHDRAW_AMOUNT() view returns (uint256)
10000000000000
PRECISION_FACTOR() view returns (uint256)
1000000000000
PRECISION_FACTOR_SHARE() view returns (uint256)
10000000000000000000000000000
UNLOCK_FREE_DURATION() view returns (uint256)
1209600
admin() view returns (address)
0x95fe70a9449d1e8276040d29a4fdf63b94246288
available() view returns (uint256)
39947628811847972628535590647
balanceOf() view returns (uint256)
568361056684106907052106257202
bbc() view returns (address)
0x015628ce9150db1bce2fbb717a09e846f8a32436
bbcPoolPID() view returns (uint256)
0
masterchefV2() view returns (address)
0x3fefd06828689252a69207718985b9a78350561f
operator() view returns (address)
0x1d8ecef8fcaaa50f0326d9af768809a01aae61a9
overdueFee() view returns (uint256)
1000000000000
owner() view returns (address)
0x6d5fc6ac6e753f68d4f64cc7b605d925cf642d5e
paused() view returns (bool)
false
performanceFee() view returns (uint256)
200
token() view returns (address)
0xfd8b9ba4845fb38c779317ec134b298c064937a2
totalBoostDebt() view returns (uint256)
528413427872258934423570666555
totalLockedAmount() view returns (uint256)
28816635756115008814855359674
totalShares() view returns (uint256)
568361056684106907052106257202
totalStakedAmount() view returns (uint256)
39947628811847972628535590647
treasury() view returns (address)
0xb5c4d8671e03fba09d467c50fc51215b77ee5454
withdrawFee() view returns (uint256)
400
withdrawFeePeriod() view returns (uint256)
259200
Read-only
calculateOverdueFee(address _user) view returns (uint256)
calculatePerformanceFee(address _user) view returns (uint256)
calculateWithdrawFee(address _user, uint256 _shares) view returns (uint256)
freeOverdueFeeUsers(address) view returns (bool)
freePerformanceFeeUsers(address) view returns (bool)
freeWithdrawFeeUsers(address) view returns (bool)
getProfit(address _user) view returns (uint256)
userInfo(address) view returns (uint256 shares, uint256 lastDepositedTime, uint256 lastUserActionAmount, uint256 lastUserActionTime, uint256 lockStartTime, uint256 lockEndTime, uint256 userBoostedShare, bool locked, uint256 lockedAmount)
userRewardDebt(address) view returns (uint256)
userRewardPending(address) view returns (uint256)
State-modifying
Events claim() returns (uint256)
close()
deposit(uint256 _amount, uint256 _lockDuration)
inCaseTokensGetStuck(address _token)
init(address dummyToken, uint256 amount)
pause()
renounceOwnership()
setAdmin(address _admin)
setBoostWeight(uint256 _boostWeight)
setDurationFactor(uint256 _durationFactor)
setDurationFactorOverdue(uint256 _durationFactorOverdue)
setFreeOverdueFeeUser(address _user, bool _free)
setFreePerformanceFeeUser(address _user, bool _free)
setFreeWithdrawFeeUser(address _user, bool _free)
setMaxLockDuration(uint256 _maxLockDuration)
setOperator(address _operator)
setOverdueFee(uint256 _overdueFee)
setPerformanceFee(uint256 _performanceFee)
setTreasury(address _treasury)
setUnlockFreeDuration(uint256 _unlockFreeDuration)
setWithdrawFee(uint256 _withdrawFee)
setWithdrawFeePeriod(uint256 _withdrawFeePeriod)
transferOwnership(address newOwner)
unlock(address _user)
unpause()
withdraw(uint256 _shares)
withdrawAll()
withdrawByAmount(uint256 _amount)
Deposit(address indexed sender, uint256 amount, uint256 shares, uint256 duration, uint256 lastDepositedTime)
FreeFeeUser(address indexed user, bool indexed free)
Harvest(address indexed sender, uint256 amount)
Init()
Lock(address indexed sender, uint256 lockedAmount, uint256 shares, uint256 lockedDuration, uint256 blockTimestamp)
NewAdmin(address admin)
NewBoostWeight(uint256 boostWeight)
NewDurationFactor(uint256 durationFactor)
NewDurationFactorOverdue(uint256 durationFactorOverdue)
NewMaxLockDuration(uint256 maxLockDuration)
NewOperator(address operator)
NewOverdueFee(uint256 overdueFee)
NewPerformanceFee(uint256 performanceFee)
NewTreasury(address treasury)
NewUnlockFreeDuration(uint256 unlockFreeDuration)
NewWithdrawFee(uint256 withdrawFee)
NewWithdrawFeePeriod(uint256 withdrawFeePeriod)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Paused(address account)
Unlock(address indexed sender, uint256 amount, uint256 blockTimestamp)
Unpause()
Unpaused(address account)
Withdraw(address indexed sender, uint256 amount, uint256 shares)
constructor(address _token, address _masterchefV2, address _admin, address _treasury, address _operator, uint256 _pid)
This contract contains no fallback and receive objects.
This contract contains no error objects.