Coinbase Wrapped Staked ETH
Verified contract
Proxy
Active on
Ethereum with 176,756 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
1 additional
variable
Balances ($462.41)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
OPENAI | ERC-20 | 36.894781K | $0.00561 |
$206.97 | |
MATIC | ERC-20 | 322.505236 | $0.411383 |
$132.67 | |
POLY | ERC-20 | 2.573169K | $0.041674 |
$107.23 | |
RGT | ERC-20 | 34.891818 | $0.418772 |
$14.61 | |
JUP | ERC-20 | 894.371014 | $0.001027 |
$0.92 | |
APU | ERC-20 | 1 | $0.001154 |
$0 | |
Euro | ERC-20 | 15 | -- | -- | |
HQG | ERC-20 | 12 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21157543 | 5 minutes ago | | | 0 | 0.0011370395 | |
| 21157530 | 8 minutes ago | | | 0 | 0.0011430259 | |
| 21157491 | 16 minutes ago | | | 0 | 0.00097737790 | |
| 21157481 | 18 minutes ago | | | 0 | 0.00092189804 | |
| 21157448 | 24 minutes ago | | | 0 | 0.0010410983 | |
| 21157357 | 42 minutes ago | | | 0 | 0.00098030570 | |
| 21157333 | an hour ago | | | 0 | 0.0010854414 | |
| 21157297 | an hour ago | | | 0 | 0.00075632892 | |
| 21157193 | an hour ago | | | 0 | 0.0013027833 | |
| 21157142 | an hour ago | | | 0 | 0.00090231607 |
ABI
ABI objects
Getter at block 21157567
admin() view returns (address)
0xded1f5e7fb71c1740aebc09b6b0a5e24b0cb71d1
implementation() view returns (address)
0x31724ca0c982a31fbb5c57f4217ab585271fc9a5
CANCEL_AUTHORIZATION_TYPEHASH() view returns (bytes32)
0x158b0a9edf7a828aad02f63cd515c68ef2f50ba807396f6d12842833a1597429
DOMAIN_SEPARATOR() view returns (bytes32)
0x04f14019d5946f59c261cc47c80cce951ffd35ef52dbed0e2c02d646c9013541
PERMIT_TYPEHASH() view returns (bytes32)
0x6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c9
RECEIVE_WITH_AUTHORIZATION_TYPEHASH() view returns (bytes32)
0xd099cc98ef71107a616c4f0f941f04c322d8e254fe26b3c6668db87aae413de8
TRANSFER_WITH_AUTHORIZATION_TYPEHASH() view returns (bytes32)
0x7c7c6cdb67a18743f49ec6fa9b35f50d52ed05cbed4cc592e13b44501c1a2267
blacklister() view returns (address)
0xbe3c68821d585cf1552214897a1c091014b1eb0a
currency() view returns (string)
decimals() view returns (uint8)
18
exchangeRate() view returns (uint256 _exchangeRate)
1085803421903629231
masterMinter() view returns (address)
0xd0f73e06e7b88c8e1da291bb744c4eebaf9af59f
name() view returns (string)
Coinbase Wrapped Staked ETH
oracle() view returns (address _oracle)
0x9b37180d847b27adc13c2277299045c1237ae281
owner() view returns (address)
0xd0f9b590eae80815b81be857a21f69d07453560e
paused() view returns (bool)
false
pauser() view returns (address)
0x46574f57f3f5dfccd296f80407b3f4778414f8f5
rescuer() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
cbETH
totalSupply() view returns (uint256)
394150621365061869784889
version() view returns (string)
2
Read-only
allowance(address owner, address spender) view returns (uint256)
authorizationState(address authorizer, bytes32 nonce) view returns (bool)
balanceOf(address account) view returns (uint256)
isBlacklisted(address _account) view returns (bool)
isMinter(address account) view returns (bool)
minterAllowance(address minter) view returns (uint256)
nonces(address owner) view returns (uint256)
State-modifying
Events changeAdmin(address newAdmin)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
approve(address spender, uint256 value) returns (bool)
blacklist(address _account)
burn(uint256 _amount)
cancelAuthorization(address authorizer, bytes32 nonce, uint8 v, bytes32 r, bytes32 s)
configureMinter(address minter, uint256 minterAllowedAmount) returns (bool)
decreaseAllowance(address spender, uint256 decrement) returns (bool)
increaseAllowance(address spender, uint256 increment) returns (bool)
initialize(string tokenName, string tokenSymbol, string tokenCurrency, uint8 tokenDecimals, address newMasterMinter, address newPauser, address newBlacklister, address newOwner)
initializeV2(string newName)
initializeV2_1(address lostAndFound)
mint(address _to, uint256 _amount) returns (bool)
pause()
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
receiveWithAuthorization(address from, address to, uint256 value, uint256 validAfter, uint256 validBefore, bytes32 nonce, uint8 v, bytes32 r, bytes32 s)
removeMinter(address minter) returns (bool)
rescueERC20(address tokenContract, address to, uint256 amount)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
transferWithAuthorization(address from, address to, uint256 value, uint256 validAfter, uint256 validBefore, bytes32 nonce, uint8 v, bytes32 r, bytes32 s)
unBlacklist(address _account)
unpause()
updateBlacklister(address _newBlacklister)
updateExchangeRate(uint256 newExchangeRate)
updateMasterMinter(address _newMasterMinter)
updateOracle(address newOracle)
updatePauser(address _newPauser)
updateRescuer(address newRescuer)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address implementation)
Approval(address indexed owner, address indexed spender, uint256 value)
AuthorizationCanceled(address indexed authorizer, bytes32 indexed nonce)
AuthorizationUsed(address indexed authorizer, bytes32 indexed nonce)
Blacklisted(address indexed _account)
BlacklisterChanged(address indexed newBlacklister)
Burn(address indexed burner, uint256 amount)
ExchangeRateUpdated(address indexed oracle, uint256 newExchangeRate)
MasterMinterChanged(address indexed newMasterMinter)
Mint(address indexed minter, address indexed to, uint256 amount)
MinterConfigured(address indexed minter, uint256 minterAllowedAmount)
MinterRemoved(address indexed oldMinter)
OracleUpdated(address indexed newOracle)
OwnershipTransferred(address previousOwner, address newOwner)
Pause()
PauserChanged(address indexed newAddress)
RescuerChanged(address indexed newRescuer)
Transfer(address indexed from, address indexed to, uint256 value)
UnBlacklisted(address indexed _account)
Unpause()
constructor(address implementationContract)
fallback()
This contract contains no error objects.