Bedrock Claimable ETH
Verified contract
Proxy
Active on
Ethereum with 86 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 48 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
Balances ($9,526,609.92)
Native
Value
$9,526,609.92
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 3.072K | $3,101.11 |
$9,526,609.92 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21159959 | 5 days ago | | | 0 | 0.0010027279 | |
| 21158243 | 5 days ago | | | 0 | 0.00091738000 | |
| 21155818 | 5 days ago | | | 0 | 0.00044861436 | |
| 21113917 | 11 days ago | | | 0 | 0.00029266987 | |
| 21099628 | 13 days ago | | | 0 | 0.00030515524 | |
| 21098372 | 13 days ago | | | 0 | 0.00013447268 | |
| 21091943 | 14 days ago | | | 0 | 0.00025596509 | |
| 21082361 | 16 days ago | | | 0 | 0.00034943459 | |
| 21069994 | 17 days ago | | | 0 | 0.00025452780 | |
| 21024975 | 24 days ago | | | 0 | 0.00019738920 |
ABI
ABI objects
Getter at block 21193551
decimals() pure returns (uint8)
18
name() pure returns (string)
Bedrock Claimable ETH
owner() view returns (address)
0xaee017052df6ac002647229d58b786e380b9721a
paused() view returns (bool)
false
symbol() pure returns (string)
redeemETH
totalSupply() view returns (uint256)
3072000000000000000000
Read-only
balanceOf(address account) view returns (uint256)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
claim(address to, uint256 amount) returns (bool success)
claim(uint256 amount) returns (bool success)
initialize()
pay(address account) payable
renounceOwnership()
transferOwnership(address newOwner)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Claimed(address indexed _from, address indexed _to, uint256 _value)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paied(address account, uint256 amount)
Paused(address account)
Unpaused(address account)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.