Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x1934…b8bf
Balances ($3.23)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 0.00096 | $3,361.66 |
$3.23 | |
kurbi | ERC-20 | 0.1 | $0.000782 |
$0 | |
boobs | ERC-20 | 219.935337K | -- | -- | |
vLS2-boobs/WETH | ERC-20 | 30.076839K | -- | -- | |
vLS2-boobs/BALD | ERC-20 | 2.266694K | -- | -- | |
vLS2-LEET/boobs | ERC-20 | 176.228552 | -- | -- | |
vLS2-boobs/token1 | ERC-20 | 2.978456 | -- | -- | |
vLS2-token1/token2 | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 2229834 | a year ago | | | 0 | 0.00033523501 | |
| 2228370 | a year ago | | | 0 | 0.00011714141 | |
| 2227591 | a year ago | | | 0 | 0.000035393600 | |
| 2227516 | a year ago | | | 0 | 0.000011713900 | |
| 2227470 | a year ago | | | 0 | 0.000023427800 | |
| 2214809 | a year ago | | | 0 | 0.00011713901 | |
| 2198665 | a year ago | | | 0 | 0.00017570851 | |
| 2190861 | a year ago | | | 0 | 0.00029284751 | |
| 2190860 | a year ago | | | 0 | 0.00029284751 | |
| 2185657 | a year ago | | | 0 | 0.000026847800 |
ABI
ABI objects
Getter at block 22739565
BONUS_MULTIPLIER() view returns (uint256)
1
cub() view returns (address)
0x1934d4e056d534edb1bb2169a99acef584dcb8bf
cubPerBlock() view returns (uint256)
2500000000000000000
devaddr() view returns (address)
0x38c21885bb51389fe107320d1540b78b4fa040d6
feeAddress() view returns (address)
0x38c21885bb51389fe107320d1540b78b4fa040d6
owner() view returns (address)
0x38c21885bb51389fe107320d1540b78b4fa040d6
poolLength() view returns (uint256)
9
startBlock() view returns (uint256)
1961705
totalAllocPoint() view returns (uint256)
2600
Read-only
getMultiplier(uint256 _from, uint256 _to) pure returns (uint256)
pendingCub(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 accCubPerShare, uint16 depositFeeBP)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt)
State-modifying
Events add(uint256 _allocPoint, address _lpToken, uint16 _depositFeeBP, bool _withUpdate)
deposit(uint256 _pid, uint256 _amount)
depositReferral(uint256 _pid, uint256 _amount, address referral)
dev(address _devaddr)
emergencyWithdraw(uint256 _pid)
massUpdatePools()
renounceOwnership()
set(uint256 _pid, uint256 _allocPoint, uint16 _depositFeeBP, bool _withUpdate)
setFeeAddress1(address _feeAddress1)
transferOwnership(address newOwner)
updateEmissionRate(uint256 _cubPerBlock)
updatePool(uint256 _pid)
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 _cub, address _devaddr, address _feeAddress1, uint256 _cubPerBlock, uint256 _startBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.