Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x0159…c375
Balances ($3,171.77)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BENT | ERC-20 | 184.631665K | $0.017179 |
$3,171.77 | |
SLP | ERC-20 | 29.441676K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19887275 | 6 months ago | | | 0 | 0.00029764489 | |
| 19354053 | 8 months ago | | | 0 | 0.0037756323 | |
| 18858544 | a year ago | | | 0 | 0.0026351135 | |
| 18858533 | a year ago | | | 0 | 0.0021157640 | |
| 18656898 | a year ago | | | 0 | 0.0019591284 | |
| 17956730 | a year ago | | | 0 | 0.0020186317 | |
| 17956725 | a year ago | | | 0 | 0.0026565184 | |
| 17242478 | a year ago | | | 0 | 0.0044734495 | |
| 17242476 | a year ago | | | 0 | 0.0056180654 | |
| 16852585 | 2 years ago | | | 0 | 0.0013402944 |
ABI
ABI objects
Getter at block 21165571
bent() view returns (address)
0x01597e397605bf280674bf292623460b4204c375
maxRewardPerBlock() view returns (uint256)
2140410958904109589
owner() view returns (address)
0xabb8b277f49de499b902a1e09a2aca727595b544
poolLength() view returns (uint256)
1
rewardPerBlock() view returns (uint256)
0
startBlock() view returns (uint256)
13644792
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.