Coinbase Wrapped Staked ETH
Verified contract
Proxy
Active on
Base with 5 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
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 44 additional slots
-
variable spans 49 additional slots
Balances ($0.00)
No balances found for "Coinbase Wrapped Staked ETH"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11850418 | 8 months ago | | | 0 | 0.000030825000 | |
| 11850378 | 8 months ago | | | 0 | 0.000030825000 | |
| 7993615 | a year ago | | | 0 | 0.000000000020691147 | |
| 1597921 | a year ago | | | 0 | 0.000084933003 | |
| 1597921 | a year ago | | | 0 | 0.00036720301 |
ABI
ABI objects
Getter at block 22750419
BRIDGE() view returns (address)
0x4200000000000000000000000000000000000010
REMOTE_TOKEN() view returns (address)
0xbe9895146f7af43049ca1c1ae358b0541ea49704
bridge() view returns (address)
0x4200000000000000000000000000000000000010
decimals() view returns (uint8)
18
l1Token() view returns (address)
0xbe9895146f7af43049ca1c1ae358b0541ea49704
l2Bridge() view returns (address)
0x4200000000000000000000000000000000000010
name() view returns (string)
Coinbase Wrapped Staked ETH
remoteToken() view returns (address)
0xbe9895146f7af43049ca1c1ae358b0541ea49704
symbol() view returns (string)
cbETH
totalSupply() view returns (uint256)
1000
version() view returns (string)
1.0.0
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
supportsInterface(bytes4 _interfaceId) pure returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(address _from, uint256 _amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(string _name, string _symbol)
mint(address _to, uint256 _amount)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed account, uint256 amount)
Initialized(uint8 version)
Mint(address indexed account, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.