mETH
Verified contract
Proxy
Active on
Ethereum with 44,746 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 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 44 additional slots
-
variable spans 47 additional slots
-
variable spans 48 additional slots
0xe3cb…9e8f
0x38fd…dcf9
4 additional
variables
Balances ($722,625.80)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
mETH | ERC-20 | 209.311424 | $3,451.75 |
$722,490.71 | |
USDT | ERC-20 | 116.248148 | $1.001 |
$116.36 | |
MATIC | ERC-20 | 39 | $0.480205 |
$18.73 | |
APU | ERC-20 | 1 | $0.000909 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21245085 | 2 hours ago | | | 0 | 0.00078470473 | |
| 21244031 | 5 hours ago | | | 0 | 0.00060498930 | |
| 21243816 | 6 hours ago | | | 0 | 0.00085443192 | |
| 21243278 | 8 hours ago | | | 0 | 0.00040496970 | |
| 21243265 | 8 hours ago | | | 0 | 0.00061917574 | |
| 21242989 | 9 hours ago | | | 0 | 0.00055403606 | |
| 21242922 | 9 hours ago | | | 0 | 0.00055489594 | |
| 21242913 | 9 hours ago | | | 0 | 0.00034498908 | |
| 21242831 | 9 hours ago | | | 0 | 0.00061671104 | |
| 21242678 | 10 hours ago | | | 0 | 0.00057158258 |
ABI
ABI objects
Getter at block 21245639
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
DOMAIN_SEPARATOR() view returns (bytes32)
0x527accfc1084b3e374075efaa3177439121f2106d5783f22d441f2e9e8aef88e
decimals() view returns (uint8)
18
eip712Domain() view returns (bytes1 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] extensions)
(fields=0x0f, name=mETH, version=1, chainId=1, verifyingContract=0xd5f7838f5c461feff7fe49ea5ebaf7728bb0adfa, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
name() view returns (string)
mETH
stakingContract() view returns (address)
0xe3cbd06d7dadb3f4e6557bab7edd924cd1489e8f
symbol() view returns (string)
mETH
totalSupply() view returns (uint256)
457700631922078001457415
unstakeRequestsManagerContract() view returns (address)
0x38fdf7b489316e03ed8754ad339cb5c4483fdcf9
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
nonces(address owner) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
grantRole(bytes32 role, address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(struct METHInit init)
mint(address staker, uint256 amount)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, 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)
EIP712DomainChanged()
Initialized(uint8 version)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
NotStakingContract()
NotUnstakeRequestsManagerContract()