Staked WELL
Verified contract
Proxy
Active on
Base with 32,353 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
0x0000…0000
-
variable spans 48 additional slots
Balances ($59,433,759.50)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WELL | ERC-20 | 616.353751M | $0.096428 |
$59,433,759.46 | |
AEROBUD | ERC-20 | 40 | $0.000785 |
$0.03 | |
USA | ERC-20 | 1 | $0.001654 |
$0 | |
| ERC-20 | 2.4K | -- | -- | |
| ERC-20 | 2.4K | -- | -- | |
OHNO | ERC-20 | 71.207217 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21840898 | a minute ago | | | 0 | 0.0000013477612 | |
| 21840854 | 3 minutes ago | | | 0 | 0.0000013817516 | |
| 21840831 | 4 minutes ago | | | 0 | 4.6445505e-7 | |
| 21840561 | 13 minutes ago | | | 0 | 0.0000012087012 | |
| 21840523 | 14 minutes ago | | | 0 | 0.0000010697231 | |
| 21840494 | 15 minutes ago | | | 0 | 0.0000012327916 | |
| 21840317 | 21 minutes ago | | | 0 | 0.0000011912248 | |
| 21840306 | 21 minutes ago | | | 0 | 9.8054391e-7 | |
| 21840276 | 22 minutes ago | | | 0 | 0.0000013608695 | |
| 21840256 | 23 minutes ago | | | 0 | 0.0000011953281 |
ABI
ABI objects
Getter at block 21840934
COOLDOWN_SECONDS() view returns (uint256)
604800
DISTRIBUTION_END() view returns (uint256)
4864764777
EMISSION_MANAGER() view returns (address)
0x8b621804a7637b781e2bbd58e256a591f2df7d51
PRECISION() view returns (uint8)
18
REWARDS_VAULT() view returns (address)
0x65a633e8e379f9358c389c75ff1d913a92ab95b8
REWARD_TOKEN() view returns (address)
0xa88594d404727625a9437c3f886c7643872296ae
STAKED_TOKEN() view returns (address)
0xa88594d404727625a9437c3f886c7643872296ae
UNSTAKE_WINDOW() view returns (uint256)
172800
_governance() view returns (address)
0x0000000000000000000000000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
Staked WELL
symbol() view returns (string)
stkWELL
totalSupply() view returns (uint256)
616353750608241413148658523
Read-only
_countsSnapshots(address) view returns (uint256)
_snapshots(address, uint256) view returns (uint128 blockTimestamp, uint128 value)
allowance(address owner, address spender) view returns (uint256)
assets(address) view returns (uint128 emissionPerSecond, uint128 lastUpdateTimestamp, uint256 index)
balanceOf(address account) view returns (uint256)
getCurrentVotes(address account) view returns (uint256)
getPriorVotes(address account, uint256 blockTimestamp) view returns (uint256)
getTotalRewardsBalance(address staker) view returns (uint256)
getUserAssetData(address user, address asset) view returns (uint256)
stakerRewardsToClaim(address) view returns (uint256)
stakersCooldowns(address) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
claimRewards(address to, uint256 amount)
configureAsset(uint128 emissionsPerSecond, address underlyingAsset)
configureAssets(uint128[] emissionPerSecond, uint256[] totalStaked, address[] underlyingAsset)
cooldown()
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(address stakedToken, address rewardToken, uint256 cooldownSeconds, uint256 unstakeWindow, address rewardsVault, address emissionManager, uint128 distributionDuration, address governance)
redeem(address to, uint256 amount)
setCoolDownSeconds(uint256 cooldownSeconds)
setEmissionsManager(address newEmissionsManager)
setUnstakeWindow(uint256 unstakeWindow)
stake(address onBehalfOf, uint256 amount)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
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 emission)
AssetIndexUpdated(address indexed asset, uint256 index)
Cooldown(address indexed user)
CooldownSecondsUpdated(uint256 newCooldownSeconds)
Redeem(address indexed from, address indexed to, uint256 amount)
RewardsAccrued(address user, uint256 amount)
RewardsClaimed(address indexed from, address indexed to, uint256 amount)
SnapshotDone(address owner, uint128 oldValue, uint128 newValue)
Staked(address indexed from, address indexed onBehalfOf, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
UnstakeWindowUpdated(uint256 newUnstakeWindow)
UserIndexUpdated(address indexed user, address indexed asset, uint256 index)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.