Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x78a0…3ae9
Balances ($8,036.92)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BSWAP | ERC-20 | 19.689023K | $0.405717 |
$7,988.17 | |
BSX | ERC-20 | 757.1227 | $0.064244 |
$48.64 | |
BENTO | ERC-20 | 8.880888M | $0.00 |
$0.11 | |
USA | ERC-20 | 1 | $0.000816 |
$0 | |
kurbi | ERC-20 | 1 | $0.000801 |
$0 | |
toby | ERC-20 | 1.554K | $0.00 |
$0 | |
Cheems | ERC-20 | 10.134582M | -- | -- | |
KOBE | ERC-20 | 240.8K | -- | -- | |
xBSX | ERC-20 | 1.135684K | -- | -- | |
NUNU | ERC-20 | 420.777778 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22363213 | 8 days ago | | | 0 | 3.1930953e-7 | |
| 16138819 | 5 months ago | | | 0 | 1.6406987e-7 | |
| 16138235 | 5 months ago | | | 0 | 1.4276863e-7 | |
| 16137858 | 5 months ago | | | 0 | 1.6408482e-7 | |
| 16136431 | 5 months ago | | | 0 | 1.2364514e-7 | |
| 16039220 | 5 months ago | | | 0 | 8.9508400e-7 | |
| 16039175 | 5 months ago | | | 0 | 7.9076520e-7 | |
| 15865144 | 5 months ago | | | 0 | 2.5580556e-7 | |
| 15864995 | 5 months ago | | | 0 | 2.4963562e-7 | |
| 15658657 | 5 months ago | | | 0 | 2.3998657e-7 |
ABI
ABI objects
Getter at block 22729797
BONUS_MULTIPLIER() view returns (uint256)
1
bswap() view returns (address)
0x78a087d713be963bf307b18f2ff8122ef9a63ae9
bswapPerSec() view returns (uint256)
150000000000000000
owner() view returns (address)
0xaf1823bacd8edda3b815180a61f8741fa4abc6dd
poolLength() view returns (uint256)
17
rewardsStarted() view returns (bool)
true
startTime() view returns (uint256)
1690922695
teamRewardPercent() view returns (uint256)
1000
totalAllocPoint() view returns (uint256)
10000000015
treasury() view returns (address)
0xaf1823bacd8edda3b815180a61f8741fa4abc6dd
Read-only
getMultiplier(uint256 _from, uint256 _to) view returns (uint256)
pendingReward(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardTime, uint256 accPerShare, uint256 totalDeposit)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt)
State-modifying
Events add(uint256 _allocPoint, address _lpToken, bool _withUpdate)
deposit(uint256 _pid, uint256 _amount)
emergencyWithdraw(uint256 _pid)
massUpdatePools()
renounceOwnership()
set(uint256 _pid, uint256 _allocPoint, bool _withUpdate)
setStartTime(uint256 _startTime)
setTreasury(address _treasury)
transferOwnership(address newOwner)
updateMultiplier(uint256 multiplierNumber)
updatePool(uint256 _pid)
updateRewardPerSecond(uint256 _rewardPerSec)
withdraw(uint256 _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)
Withdraw(address indexed user, uint256 indexed pid, uint256 amount)
constructor(address _treasury, address _bswap, uint256 _rewardPerSec)
This contract contains no fallback and receive objects.
This contract contains no error objects.