Staked BEND/ETH UNI
Verified contract
Proxy
Active on
Ethereum with 2,285 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 48 additional slots
-
variable spans 49 additional slots
-
variable spans 44 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
6 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
UNI-V2 | ERC-20 | 53.195141K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21165776 | 2 days ago | | | 0 | 0.0044014430 | |
| 21111168 | 9 days ago | | | 0 | 0.00028909160 | |
| 21079279 | 14 days ago | | | 0 | 0.0028326506 | |
| 21079273 | 14 days ago | | | 0 | 0.0029947273 | |
| 21047265 | 18 days ago | | | 0 | 0.00040441511 | |
| 21047233 | 18 days ago | | | 0 | 0.00049940865 | |
| 21047190 | 18 days ago | | | 0 | 0.00050266824 | |
| 21047164 | 18 days ago | | | 0 | 0.00059425436 | |
| 20868973 | a month ago | | | 0 | 0.0018809255 | |
| 20842679 | 2 months ago | | | 0 | 0.0023539730 |
ABI
ABI objects
Getter at block 21176812 apr() view returns (uint256)
DISTRIBUTION_END() view returns (uint256)
1745621352
DOMAIN_SEPARATOR() view returns (bytes32)
0xeaf683f37a7c4626731f31bbc8c5319dbbffd991311e3915f9fd26f6c7c3df4a
PRECISION() view returns (uint8)
18
decimals() view returns (uint8)
18
name() view returns (string)
Staked BEND/ETH UNI
owner() view returns (address)
0x652db942be3ab09a8fd6f14776a52ed2a73bf214
rewardToken() view returns (address)
0x0d02755a5700414b26ff040e1de35d337df56218
rewardVault() view returns (address)
0xad36eb917eeb957c90b577b7051d0c9be930a1f8
stakedToken() view returns (address)
0x336ef4e633b1117dca08c1a57f4139c62c32c935
symbol() view returns (string)
stkBUNI
totalSupply() view returns (uint256)
53195141006726924928133
Read-only
allowance(address owner, address spender) view returns (uint256)
assets(address) view returns (uint128 emissionPerSecond, uint128 lastUpdateTimestamp, uint256 index)
balanceOf(address account) view returns (uint256)
claimableRewards(address staker) view returns (uint256)
getUserAssetData(address _user, address _asset) view returns (uint256)
nonces(address owner) view returns (uint256)
stakerRewardsToClaim(address) view returns (uint256)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
approve(address spender, uint256 amount) returns (bool)
claim(uint256 amount)
configure(uint128 emissionPerSecond)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(address _stakedToken, address _rewardToken, address _rewardVault, uint128 distributionDuration)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
redeem(uint256 amount)
renounceOwnership()
setDistributionEnd(uint256 _distributionEnd)
stake(uint256 amount)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed spender, uint256 value)
AssetConfigUpdated(address indexed _asset, uint256 _emissionPerSecond)
AssetIndexUpdated(address indexed _asset, uint256 _index)
DistributionEndUpdated(uint256 newDistributionEnd)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Redeem(address indexed user, uint256 amount)
RewardsAccrued(address user, uint256 amount)
RewardsClaimed(address indexed user, uint256 amount)
Staked(address indexed user, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
UserIndexUpdated(address indexed user, address indexed asset, uint256 index)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.