bAlphaMaster
Verified contract
Active on
Ethereum with 24,306 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x7a5c…15a6
Balances ($2,633.87)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
bALPHA | ERC-20 | 230.233579 | $11.44 |
$2,633.87 | |
UNI-V2 | ERC-20 | 4.495433K | -- | -- | |
UNI-V2 | ERC-20 | 96.490542 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20210839 | 4 months ago | | | 0 | 0.00052706664 | |
| 20174222 | 5 months ago | | | 0 | 0.00048852215 | |
| 19955961 | 5 months ago | | | 0 | 0.00080455463 | |
| 19582801 | 7 months ago | | | 0 | 0.0046963551 | |
| 19525678 | 7 months ago | | | 0 | 0.0044260119 | |
| 19511791 | 8 months ago | | | 0 | 0.0028787925 | |
| 19511785 | 8 months ago | | | 0 | 0.0033779365 | |
| 19408466 | 8 months ago | | | 0 | 0.0076238707 | |
| 19319330 | 8 months ago | | | 0 | 0.0020571589 | |
| 19132763 | 9 months ago | | | 0 | 0.0029879697 |
ABI
ABI objects
Getter at block 21162635
FINISH_BONUS_AT_BLOCK() view returns (uint256)
12447974
REWARD_PER_BLOCK() view returns (uint256)
15122370739158480
START_BLOCK() view returns (uint256)
11985974
bAlpha() view returns (address)
0x7a5ce6abd131ea6b148a022cb76fc180ae3315a6
owner() view returns (address)
0x78cf381ae67b521d9f22a040d13134b66dcebec9
poolLength() view returns (uint256)
3
totalAllocPoint() view returns (uint256)
100
Read-only
HALVING_AT_BLOCK(uint256) view returns (uint256)
REWARD_MULTIPLIER(uint256) view returns (uint256)
getMultiplier(uint256 _from, uint256 _to) view returns (uint256)
getPoolReward(uint256 _from, uint256 _to, uint256 _allocPoint) view returns (uint256)
getRewardPerBlock(uint256 pid1) view returns (uint256)
getStakedAmount(uint256 _pid, address _user) view returns (uint256)
pendingReward(uint256 _pid, address _user) view returns (uint256)
poolId1(address) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 rewardPerShare)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt)
State-modifying
Events add(uint256 _allocPoint, address _lpToken, bool _withUpdate)
claimReward(uint256 _pid)
deposit(uint256 _pid, uint256 _amount)
emergencyWithdraw(uint256 _pid)
massUpdatePools()
renounceOwnership()
set(uint256 _pid, uint256 _allocPoint, bool _withUpdate)
transferOwnership(address newOwner)
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)
SendReward(address indexed user, uint256 indexed pid, uint256 amount)
Withdraw(address indexed user, uint256 indexed pid, uint256 amount)
constructor(address _bAlpha, uint256 _rewardPerBlock, uint256 _startBlock, uint256 _halvingAfterBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.