TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 676 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
0x0159…c375
Balances ($1,927.04)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CVX | ERC-20 | 325.034998 | $3.17 |
$1,030.36 | |
CRV | ERC-20 | 1.311351K | $0.541287 |
$709.82 | |
BENT | ERC-20 | 9.013875K | $0.016674 |
$150.3 | |
LDO | ERC-20 | 9.453468 | $1.86 |
$17.58 | |
SPELL | ERC-20 | 14.922123K | $0.000972 |
$14.5 | |
ALCX | ERC-20 | 0.199761 | $22.42 |
$4.48 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15300579 | 2 years ago | | | 0 | 0.0021570172 | |
| 15261597 | 2 years ago | | | 0 | 0.0020079538 | |
| 14672635 | 3 years ago | | | 0 | 0.0057474191 | |
| 14602885 | 3 years ago | | | 0 | 0.0046969460 | |
| 14494324 | 3 years ago | | | 0 | 0.012532217 | |
| 14481342 | 3 years ago | | | 0 | 0.012548599 | |
| 14460339 | 3 years ago | | | 0 | 0.0057500352 | |
| 14451443 | 3 years ago | | | 0 | 0.011826038 | |
| 14371363 | 3 years ago | | | 0 | 0.0026083550 | |
| 14343455 | 3 years ago | | | 0 | 0.0094174645 |
ABI
ABI objects
Getter at block 21298674
bent() view returns (address)
0x01597e397605bf280674bf292623460b4204c375
endRewardBlock() view returns (uint256)
14131179
lastRewardBlock() view returns (uint256)
15300579
owner() view returns (address)
0xabb8b277f49de499b902a1e09a2aca727595b544
rewardPoolsCount() view returns (uint256)
5
totalSupply() view returns (uint256)
9013875272991377685638
windowLength() view returns (uint256)
44800
Read-only
balanceOf(address) view returns (uint256)
isRewardToken(address) view returns (bool)
pendingReward(address user) view returns (uint256[] pending)
rewardPools(uint256) view returns (address rewardToken, uint256 accRewardPerShare, uint256 rewardRate, uint256 reserves)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
addRewardTokens(address[] _rewardTokens)
claim(uint256[] pids)
claimAll()
deposit(uint256 _amount)
initialize(address _bent, address[] _rewardTokens, uint256 _windowLength)
onReward()
removeRewardToken(uint256 _index)
renounceOwnership()
transferOwnership(address newOwner)
withdraw(uint256 _amount)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Claim(address indexed user, uint256[] pids)
ClaimAll(address indexed user)
Deposit(address indexed user, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Withdraw(address indexed user, uint256 amount)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.