Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x78a0…3ae9
0x2b0a…541a
0x2939…4545
0x0f54…e0de
-
variable spans 1 additional slot
-
variable spans 1 additional slot
-
variable spans 1 additional slot
Balances ($326,253.92)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BSWAP | ERC-20 | 804.436155K | $0.405521 |
$326,215.75 | |
BSX | ERC-20 | 595.585638 | $0.063894 |
$38.05 | |
BENTO | ERC-20 | 8.880888M | $0.00 |
$0.11 | |
kurbi | ERC-20 | 1 | $0.000778 |
$0 | |
toby | ERC-20 | 777 | $0.00 |
$0 | |
BT | ERC-20 | 5M | -- | -- | |
xBSX | ERC-20 | 783.7457 | -- | -- | |
NUNU | ERC-20 | 420.777778 | -- | -- | |
BATIK | ERC-20 | 4.0012 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 3015587 | a year ago | | | 0 | 0.000000008633280344 | |
| 3015566 | a year ago | | | 0 | 0.000000009183100360 | |
| 2800971 | a year ago | | | 0 | 0.000000001903621797 | |
| 2800933 | a year ago | | | 0 | 0.000000002169238188 | |
| 2796168 | a year ago | | | 0 | 0.0000028647022 | |
| 2789757 | a year ago | | | 0 | 0.0000029760034 | |
| 2788771 | a year ago | | | 0 | 0.000000000085708860 | |
| 2788733 | a year ago | | | 0 | 0.000020904604 | |
| 2788649 | a year ago | | | 0 | 0.0000052262476 | |
| 2788230 | a year ago | | | 0 | 0.000000000071493732 |
ABI
ABI objects
Getter at block 22743032
WETH() view returns (address)
0x78a087d713be963bf307b18f2ff8122ef9a63ae9
activePoolsLength() view returns (uint256)
38
dummyToken() view returns (address)
0x29399d824a99789f587a491c59210326e8ef4545
emergencyUnlock() view returns (bool)
false
emissionRates() view returns (uint256 mainRate, uint256 wethRate)
(mainRate=99000000000000000, wethRate=130000000000000000)
mainChef() view returns (address)
0x2b0a43dccbd7d42c18f6a83f86d1a19fa58d541a
mainChefPoolId() view returns (uint256)
16
owner() view returns (address)
0xaf1823bacd8edda3b815180a61f8741fa4abc6dd
poolsLength() view returns (uint256)
39
protocolToken() view returns (address)
0xd5046b976188eb40f6de40fb527f89c05b323385
startTime() view returns (uint256)
1692300909
totalAllocPoints() view returns (uint256)
3241
totalAllocPointsWETH() view returns (uint256)
2220
treasury() view returns (address)
0xaf1823bacd8edda3b815180a61f8741fa4abc6dd
wethPerSecond() view returns (uint256)
130000000000000000
wethToken() view returns (address)
0x78a087d713be963bf307b18f2ff8122ef9a63ae9
yieldBooster() view returns (address)
0x0f5433c9f1c2e86588304ed09bc79abecc89e0de
Read-only
getActivePoolAddressByIndex(uint256 index) view returns (address)
getPoolAddressByIndex(uint256 index) view returns (address)
getPoolInfo(address _poolAddress) view returns (address poolAddress, uint256 allocPoints, uint256 allocPointsWETH, uint256 lastRewardTime, uint256 reserve, uint256 reserveWETH, uint256 poolEmissionRate, uint256 poolEmissionRateWETH)
isUnlockOperator(address account) view returns (bool)
State-modifying
Events add(address nftPool, uint256 allocPoints, uint256 allocPointsWETH, bool withUpdate)
addUnlockOperator(address account)
claimRewards() returns (uint256 rewardAmount, uint256 amountWETH)
emergencyWithdrawFromPool()
harvest()
massUpdatePools()
removeUnlockOperator(address account)
renounceOwnership()
set(address poolAddress, uint256 allocPoints, uint256 allocPointsWETH, bool withUpdate)
setEmergencyUnlock(bool emergencyUnlock_)
setWethReward(address _weth)
setWethRewardRate(uint256 wethRate)
setYieldBooster(address yieldBooster_)
start(address _dummyToken, address _oldChef, uint256 _poolId)
transferOwnership(address newOwner)
updatePool(address nftPool)
updateTreasury(address _treasury)
withdrawFromPool()
withdrawToken(address token)
ClaimRewards(address indexed poolAddress, uint256 amount, uint256 amountWETH)
Harvest(uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PoolAdded(address indexed poolAddress, uint256 allocPoint)
PoolSet(address indexed poolAddress, uint256 allocPoint, uint256 allocPointsWETH)
PoolUpdated(address indexed poolAddress, uint256 reserve, uint256 reserveWETH, uint256 lastRewardTime)
SetEmergencyUnlock(bool emergencyUnlock)
SetYieldBooster(address previousYieldBooster, address newYieldBooster)
TokenWithdraw(address token, uint256 amount)
TreasuryUpdated(address treasury)
WethRateUpdated(uint256 rate)
WethUpdated(address weth)
constructor(address _mainToken, address _treasury, address _weth, uint256 _wethPerSecond, uint256 _startTime, address _boost)
This contract contains no fallback and receive objects.
InvalidStartTime()
PoolAlreadyExists()
PoolNotExists()
ZeroAddress()