Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x2774…35e6
Balances ($15.49)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 0.002795 | $3,334.04 |
$9.32 | |
USDbC | ERC-20 | 6.044826 | $1.004 |
$6.07 | |
WGC | ERC-20 | 200 | $0.000287 |
$0.06 | |
GOCHU | ERC-20 | 50K | $0.000001 |
$0.05 | |
kurbi | ERC-20 | 0.1 | $0.00052 |
$0 | |
Bomb | ERC-20 | 157.898644K | -- | -- | |
LIFI | ERC-20 | 2.052593K | -- | -- | |
| ERC-20 | 30 | -- | -- | |
| ERC-20 | 30 | -- | -- | |
| ERC-20 | 30 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22559483 | 8 days ago | | | 0 | 0.000011559700 | |
| 22559473 | 8 days ago | | | 0 | 0.000012068500 | |
| 22559463 | 8 days ago | | | 0 | 0.000011565500 | |
| 22559456 | 8 days ago | | | 0 | 0.000013274300 | |
| 22215771 | 16 days ago | | | 0 | 0.000011565500 | |
| 22215761 | 16 days ago | | | 0 | 0.000011564300 | |
| 22215742 | 16 days ago | | | 0 | 0.000011559700 | |
| 22215731 | 16 days ago | | | 0 | 0.000013778500 | |
| 21869779 | 24 days ago | | | 0 | 0.000011559700 | |
| 21869772 | 24 days ago | | | 0 | 0.000012068500 |
ABI
ABI objects
Getter at block 22918714
BONUS_MULTIPLIER() view returns (uint256)
1
bomb() view returns (address)
0x2774ef7918f6947560fd7128878cfee3f34535e6
bombPerBlock() view returns (uint256)
30000000000000000
devaddr() view returns (address)
0x3f803b6937303158124fb52d19d4c756eef87144
feeAddress() view returns (address)
0xdf2f7fdda5b3acb4f7b841a7c0d497d09de1ea11
owner() view returns (address)
0xec828c87ee49e37a647eaa1557c421357f7d83d2
poolLength() view returns (uint256)
6
startBlock() view returns (uint256)
3865347
totalAllocPoint() view returns (uint256)
4200
Read-only
getMultiplier(uint256 _from, uint256 _to) pure returns (uint256)
isPoolExist(address) view returns (bool)
pendingBomb(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 accBombPerShare, 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 _bombPerBlock)
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 _bomb, address _devaddr, address _feeAddress1, uint256 _bombPerBlock, uint256 _startBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.