TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 40 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 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
Balances ($283,646.76)
Native
Value
$49,295.78
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 15.748493 | $3,130.19 |
$49,295.78 | |
rETH | ERC-20 | 59.56234 | $3,505.17 |
$208,776.13 | |
USDC | ERC-20 | 21.533469K | $1.00 |
$21,533.47 | |
WETH | ERC-20 | 1.22007 | $3,126.08 |
$3,814.04 | |
stETH | ERC-20 | 0.072362 | $3,124.12 |
$226.07 | |
FUELX | ERC-20 | 2.275K | $0.000566 |
$1.29 | |
DPAY | ERC-20 | 2.275K | -- | -- | |
CBBG | ERC-20 | 75.5 | -- | -- | |
0x687d…92de | ERC-1555 | 25 | -- | -- | |
0xba98…8e3a | ERC-1555 | 25 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18793341 | a year ago | | | 1.5055643 | 0.0019906919 | |
| 17638980 | a year ago | | | 14.89 | 0.00080924349 | |
| 17638937 | a year ago | | | 0.1 | 0.00073339596 | |
| 17600220 | a year ago | | | 8.6215441 | 0.00071738863 | |
| 17399827 | a year ago | | | 0.2 | 0.00069720588 | |
| 17329084 | a year ago | | | 0.77 | 0.0013718986 | |
| 17184412 | 2 years ago | | | 0.765 | 0.0021178409 | |
| 17047921 | 2 years ago | | | 0.56945 | 0.00091740985 | |
| 16826366 | 2 years ago | | | 0.57 | 0.0034537893 | |
| 16727374 | 2 years ago | | | 0.68 | 0.00086843093 |
ABI
ABI objects
Getter at block 21223344
depositFee() view returns (uint256)
0
enableDeposits() view returns (bool)
true
owner() view returns (address)
0xf143ed827c31c7f519445bcfa09281ec36b87c0c
paused() view returns (bool)
false
upstreamWalletAddress() view returns (address)
0x10e15cf20af79f06ad2e15d4ca10cb68cee102c4
Read-only
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
callRemote(address to, bytes data) returns (bool success)
callRemoteWithValue(address to, bytes data, uint256 amount) returns (bool success)
deposit() payable
initialize(address _multisigAddress, address _upstreamWalletAddress, uint256 _depositFee)
onERC1155BatchReceived(address, address, uint256[], uint256[], bytes) returns (bytes4)
onERC1155Received(address, address, uint256, uint256, bytes) returns (bytes4)
onERC721Received(address, address, uint256, bytes) returns (bytes4)
pause()
renounceOwnership()
sendEther(address to, uint256 amount) returns (bool success)
setDepositFee(uint256 _depositFee)
setUpstreamWalletAddress(address _upstreamWalletAddress)
toggleEnableDeposits(bool newValue) returns (bool success)
transferERC1155(address callAddress, address recipient, uint256 tokenId, uint256 amount) returns (bool success)
transferERC721(address callAddress, address recipient, uint256 tokenId) returns (bool success)
transferOwnership(address newOwner)
transferTokens(address callAddress, address recipient, uint256 tokens) returns (bool success)
unpause()
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
EnableDepositsChanged(bool indexed enableDeposits)
FeePaid(uint256 feeAmount)
FeesChanged(uint256 depositFee)
FundsDeposited(address from, uint256 etherAmount)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Unpaused(address account)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
receive()
AmountTooHigh()
AmountTooLow()
DepositsDisabled()
FailedToSendFee()
NotUpstream()