Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x66b7…2ceb
Balances ($212.85)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 0.063388 | $3,357.09 |
$212.8 | |
GOCHU | ERC-20 | 50K | $0.000001 |
$0.05 | |
USA | ERC-20 | 1 | $0.000692 |
$0 | |
kurbi | ERC-20 | 0.1 | $0.000522 |
$0 | |
boobs | ERC-20 | 20.995248M | -- | -- | |
RCKT-V2 | ERC-20 | 3.823077M | -- | -- | |
RCKT-V2 | ERC-20 | 613.602628 | -- | -- | |
BABYBASE | ERC-20 | 100 | -- | -- | |
BSWAP-LP | ERC-20 | 19.590958 | -- | -- | |
RCKT | ERC-20 | 1.456594 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22862020 | a day ago | | | 0 | 7.8199852e-7 | |
| 22862008 | a day ago | | | 0 | 0.000000902051722200 | |
| 22821612 | 2 days ago | | | 0 | 7.3505883e-7 | |
| 22821601 | 2 days ago | | | 0 | 8.2466097e-7 | |
| 22778031 | 3 days ago | | | 0 | 9.2214319e-7 | |
| 22777918 | 3 days ago | | | 0 | 9.5037553e-7 | |
| 22652297 | 6 days ago | | | 0 | 0.0000018608646 | |
| 22652279 | 6 days ago | | | 0 | 0.0000031188712 | |
| 22652268 | 6 days ago | | | 0 | 0.0000013611400 | |
| 22652256 | 6 days ago | | | 0 | 0.0000035916000 |
ABI
ABI objects
Getter at block 22922265
BONUS_MULTIPLIER() view returns (uint256)
1
cub() view returns (address)
0x66b70221b22925c4663c46cd15f2f2eaac822ceb
cubPerBlock() view returns (uint256)
2000000000000000000
devaddr() view returns (address)
0x38c21885bb51389fe107320d1540b78b4fa040d6
feeAddress() view returns (address)
0x38c21885bb51389fe107320d1540b78b4fa040d6
owner() view returns (address)
0x38c21885bb51389fe107320d1540b78b4fa040d6
poolLength() view returns (uint256)
12
startBlock() view returns (uint256)
2229619
totalAllocPoint() view returns (uint256)
2324
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.