BentMasterChef
Verified contract
Active on
Ethereum with 1,752 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x0159…c375
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
bentcvx-f | ERC-20 | 294.247448 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16473483 | 2 years ago | | | 0 | 0.0016172400 | |
| 15692823 | 2 years ago | | | 0 | 0.00044233042 | |
| 15315208 | 2 years ago | | | 0 | 0.0027153275 | |
| 15315157 | 2 years ago | | | 0 | 0.0045593863 | |
| 15105381 | 2 years ago | | | 0 | 0.0053926000 | |
| 14831493 | 2 years ago | | | 0 | 0.0038701151 | |
| 14831491 | 2 years ago | | | 0 | 0.0037789571 | |
| 14729566 | 3 years ago | | | 0 | 0.0025443593 | |
| 14729554 | 3 years ago | | | 0 | 0.0022897338 | |
| 14688713 | 3 years ago | | | 0 | 0.0054343271 |
ABI
ABI objects
Getter at block 21228210
bent() view returns (address)
0x01597e397605bf280674bf292623460b4204c375
maxRewardPerBlock() view returns (uint256)
428082191780821917
owner() view returns (address)
0xabb8b277f49de499b902a1e09a2aca727595b544
poolLength() view returns (uint256)
1
rewardPerBlock() view returns (uint256)
0
startBlock() view returns (uint256)
13771252
totalAllocPoint() view returns (uint256)
100
Read-only
pendingReward(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 accRewardPerShare)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt)
State-modifying
Events add(uint256 _allocPoint, address _lpToken, bool _withUpdate)
claim(uint256 _pid, address _account)
deposit(uint256 _pid, uint256 _amount)
emergencyWithdraw(uint256 _pid)
forceWithdrawBent(uint256 _amount)
massUpdatePools()
renounceOwnership()
set(uint256 _pid, uint256 _allocPoint, bool _withUpdate)
transferOwnership(address newOwner)
updatePool(uint256 _pid)
updateRewardPerBlock(uint256 _rewardPerBlock)
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)
RewardPaid(address indexed user, uint256 indexed pid, uint256 amount)
Withdraw(address indexed user, uint256 indexed pid, uint256 amount)
constructor(address _bent, uint256 _rewardPerBlock, uint256 _startBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.