ByteBitRewardPool
Verified contract
Active on
Base with 181 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x8ca2…0d51
Balances ($2.88)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 0.000845 | $3,341.70 |
$2.82 | |
GOCHU | ERC-20 | 50K | $0.000001 |
$0.05 | |
kurbi | ERC-20 | 0.1 | $0.000794 |
$0 | |
BBIT | ERC-20 | 4.779826K | -- | -- | |
BYTE LP | ERC-20 | 1.425759 | -- | -- | |
BYTE LP | ERC-20 | 0.112082 | -- | -- | |
BYTE LP | ERC-20 | 0.000004 | -- | -- | |
BYTE LP | ERC-20 | 0.000001 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 6375674 | a year ago | | | 0 | 8.8168000e-7 | |
| 6375670 | a year ago | | | 0 | 8.8168000e-7 | |
| 6375667 | a year ago | | | 0 | 8.8168000e-7 | |
| 6375664 | a year ago | | | 0 | 0.0000010524500 | |
| 6226105 | a year ago | | | 0 | 8.8168000e-7 | |
| 6226101 | a year ago | | | 0 | 0.0000010526800 | |
| 3370641 | a year ago | | | 0 | 0.0000011223873 | |
| 3370614 | a year ago | | | 0 | 0.0000011226802 | |
| 3370609 | a year ago | | | 0 | 0.0000011226802 | |
| 3370578 | a year ago | | | 0 | 0.0000013404217 |
ABI
ABI objects
Getter at block 22779134
Bbit() view returns (address)
0x8ca2522c1d2cb2b1f12b6cbd8df4bb6d8bca0d51
TOTAL_REWARDS() view returns (uint256)
9800000000000000000000
WETH() view returns (address)
0x000000000000000000000000000000000000dead
bbitPerSecond() view returns (uint256)
1134200000000000
feeAddress() view returns (address)
0x1477dbc9cefec43db73f1d2c4bef5e75cc8c748e
operator() view returns (address)
0x000000000000000000000000000000000000dead
poolEndTime() view returns (uint256)
1700575200
poolStartTime() view returns (uint256)
1691935200
runningTime() view returns (uint256)
8640000
totalAllocPoint() view returns (uint256)
9800
Read-only
getGeneratedReward(uint256 _fromTime, uint256 _toTime) view returns (uint256)
pendingBbit(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address token, uint256 allocPoint, uint256 lastRewardTime, uint16 depositFeeBP, uint256 accBbitPerShare, bool isStarted)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt)
State-modifying
Events add(uint256 _allocPoint, address _token, bool _withUpdate, uint256 _lastRewardTime, uint16 _depositFeeBP)
deposit(uint256 _pid, uint256 _amount)
emergencyWithdraw(uint256 _pid)
governanceRecoverUnsupported(address _token, uint256 amount, address to)
massUpdatePools()
set(uint256 _pid, uint256 _allocPoint, uint16 _depositFeeBP)
setFeeAddress(address _feeAddress)
setOperator(address _operator)
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)
RewardPaid(address indexed user, uint256 amount)
SetFeeAddress(address indexed user, address indexed newAddress)
Withdraw(address indexed user, uint256 indexed pid, uint256 amount)
constructor(address _bbit, address _WETH, address _feeAddress, uint256 _poolStartTime)
This contract contains no fallback and receive objects.
This contract contains no error objects.