BentCVXLpStakingV2
Verified contract
Active on
Ethereum with 210 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xffa6…2f80
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
bentCVXlp-f | ERC-20 | 116.618766K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21188857 | 2 days ago | | | 0 | 0.0019480570 | |
| 21188857 | 2 days ago | | | 0 | 0.0026771632 | |
| 21119434 | 12 days ago | | | 0 | 0.00029216831 | |
| 21088628 | 16 days ago | | | 0 | 0.0011200548 | |
| 21034575 | 23 days ago | | | 0 | 0.0010403230 | |
| 21034507 | 23 days ago | | | 0 | 0.0011514211 | |
| 21034461 | 23 days ago | | | 0 | 0.0014431711 | |
| 21034409 | 23 days ago | | | 0 | 0.0010063265 | |
| 21034399 | 23 days ago | | | 0 | 0.0014549060 | |
| 20801324 | 2 months ago | | | 0 | 0.00095680062 |
ABI
ABI objects
Getter at block 21202178
BENTCVX_LP() view returns (address)
0xffa66f6985215fdd2907b21145d1f9c91ac62f80
owner() view returns (address)
0xabb8b277f49de499b902a1e09a2aca727595b544
totalSupply() view returns (uint256)
116618765543974389485558
Read-only
balanceOf(address) view returns (uint256)
isRewarder(address) view returns (bool)
rewarders(uint256) view returns (address)
State-modifying
Events addRewarder(address _rewarder)
claim(uint256[][] _indexes)
claimAll()
claimAllFor(address _user)
claimFor(address _user, uint256[][] _indexes)
deposit(uint256 _amount)
depositFor(address _user, uint256 _amount)
removeRewarder(uint256 _index)
renounceOwnership()
transferOwnership(address newOwner)
withdraw(uint256 _amount)
withdrawTo(address _recipient, uint256 _amount)
AddRewarder(address indexed rewarder)
Claim(address indexed user, uint256[][] indexes)
ClaimAll(address indexed user)
Deposit(address indexed user, uint256 amount)
OnReward()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RemoveRewarder(address indexed rewarder)
Withdraw(address indexed user, uint256 amount)
constructor(address _BENTCVX_LP)
This contract contains no fallback and receive objects.
This contract contains no error objects.