Coinbase Wallet Staked ETH
Verified contract
Proxy
Active on
Ethereum with 81,123 txns
Unified storage
Map
Table
Raw
Constants and immutables
7
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($25,465.25)
Native
Value
$25,200.65
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 8.245449 | $3,056.31 |
$25,200.65 | |
QNT | ERC-20 | 2.461517 | $78.57 |
$193.4 | |
TLOS | ERC-20 | 306.659334 | $0.218649 |
$67.05 | |
SHIB | ERC-20 | 170.502984K | $0.000024 |
$4.15 | |
VPS | ERC-20 | 34.408114K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21210582 | 19 minutes ago | | | 0 | 0.0010204778 | |
| 21210569 | 22 minutes ago | | | 0.32610734 | 0.0017194412 | |
| 21210557 | 24 minutes ago | | | 0 | 0.0029493451 | |
| 21210553 | 25 minutes ago | | | 0.00067549687 | 0.0015315606 | |
| 21210539 | 28 minutes ago | | | 0 | 0.0029958129 | |
| 21210505 | 34 minutes ago | | | 0.0080221793 | 0.0016738843 | |
| 21210497 | 36 minutes ago | | | 0 | 0.0032520594 | |
| 21210452 | an hour ago | | | 0.06026801 | 0.0018356453 | |
| 21210449 | an hour ago | | | 0 | 0.0030047450 | |
| 21210424 | an hour ago | | | 0.021894525 | 0.0020871727 |
ABI
ABI objects
Getter at block 21210675 rate() view returns (uint256) totalUnderlyingSupply() view returns (uint256)
admin() view returns (address)
0x46d50278e7a45fd6c40045602d466190da36a145
decimals() view returns (uint8)
18
depositsPaused() view returns (bool)
false
getCurrentSplit() pure returns (address[], uint256[])
([0xefae3C84B322Fb534E4d06771b0dDf70E46b9ccB, 0x10d3ff6BEF23FcBf22E44393B309527b7CF056E7, 0x3E4C00d92a1b94d236af81F9B07d3C56aaF959b5], [3750, 2500, 3750])
name() view returns (string)
Coinbase Wallet Staked ETH
pendingAdmin() view returns (address)
0x0000000000000000000000000000000000000000
pools() view returns (address[])
[0x8eea6cc08D824B20Efb3bf7C248de694cb1f75F4]
symbol() view returns (string)
cbwsETH
totalSupply() view returns (uint256)
34603837240658229342263
Read-only
_getPool(uint256 poolId) view returns (address)
balanceOf(address account) view returns (uint256)
balanceOfUnderlying(address account) view returns (uint256)
getFee(uint256 poolId) view returns (uint256)
getPoolActivation(uint256 poolId) view returns (bool)
integratorCommissionOwed(uint256 poolId) view returns (uint256)
multiResolve(address[] exitQueues, uint256[][] ticketIds) view returns (int64[][] caskIdsOrErrors)
State-modifying
Events admin() returns (address admin_)
cancelFreeze()
changeAdmin(address newAdmin)
changePauser(address newPauser)
freeze(uint256 freezeTimeout)
freezeTime() returns (uint256)
frozen() returns (bool)
implementation() returns (address implementation_)
pause()
paused() returns (bool)
pauser() returns (address)
unpause()
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
acceptAdmin()
addPool(address pool, uint256 feeBps)
changeFee(uint256 poolId, uint256 newFeeBps)
changeSplit(address[] recipients, uint256[] splits)
exitCommissionShares(uint256 poolId)
initialize(struct Native20Configuration args)
multiClaim(address[] exitQueues, uint256[][] ticketIds, uint32[][] casksIds) returns (uint8[][] statuses)
onvPoolSharesReceived(address operator, address from, uint256 amount, bytes) returns (bytes4)
pauseDeposits(bool isPaused)
requestExit(uint256 amount)
setMonoTicketThreshold(uint256 minTicketEthValue)
setPoolActivation(uint256 poolId, bool status, uint256[] newPoolPercentages)
setPoolPercentages(uint256[] split)
stake() payable
transferAdmin(address newAdmin)
withdrawCommission()
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
PauserChanged(address previousPauser, address newPauser)
SetFreezeTime(uint256 freezeTime)
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed spender, uint256 value)
CommissionSharesSold(uint256 pSharesSold, uint256 id, uint256 amountSold)
CommissionWithdrawn(address indexed withdrawer, uint256 amountWithdrawn)
Exit(address indexed staker, uint128 exitedTokens, struct PoolExitDetails[] exitDetails)
ExitedCommissionShares(uint256 indexed poolId, uint256 shares, uint256[] weights, address[] recipients)
Initialized(uint256 version, bytes cdata)
NewCommissionSplit(address[] recipients, uint256[] splits)
PoolActivation(address poolAddress, uint256 id, bool isActive)
PoolAdded(address poolAddress, uint256 id)
SetAdmin(address admin)
SetDepositsPaused(bool isPaused)
SetFee(uint256 poolId, uint256 operatorFeeBps)
SetMaxCommission(uint256 maxCommission)
SetName(string name)
SetPendingAdmin(address pendingAdmin)
SetPoolPercentages(uint256[] split)
SetSymbol(string symbol)
Stake(address indexed staker, uint128 depositedEth, uint128 mintedTokens, struct PoolStakeDetails[] stakeDetails)
Transfer(address indexed from, address indexed to, uint256 value)
VPoolSharesReceived(address vPool, uint256 poolId, uint256 amount)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
CallWhenPaused()
FreezeTimeoutTooLow(uint256 providedValue, uint256 minimumValue)
Frozen()
Unauthorized(address account, address expected)
AlreadyInitialized(uint256 version, uint256 currentVersion)
CallbackNotFromMinting()
CommissionPaidUnderflow()
DepositsPaused()
EmptyPoolList()
FeeOverMax(uint256 maxFeeBps)
InsufficientAllowance(uint256 amount, uint256 allowance)
InsufficientBalance(uint256 amount, uint256 balance)
InvalidAmounts(uint256 sum, uint256 msgValue)
InvalidBPSValue()
InvalidNullValue()
InvalidPoolId(uint256 poolId)
InvalidZeroAddress()
NoSharesToExit(uint256 poolId)
NonZeroPercentageOnDeactivatedPool(uint256 id)
NotARegisteredPool(address poolAddress)
OutstandingCommission(uint256 ethLeft, uint256 id)
PRBMath__MulDivOverflow(uint256 prod1, uint256 denominator)
PoolAlreadyRegistered(address newPool)
PoolDisabled(uint256 poolId)
PoolTransferFailed(uint256 id)
Reentrancy()
Unauthorized(address account, address expected)
UnequalLengths(uint256 lengthA, uint256 lengthB)
ZeroSharesMint()