UUPSProxy
Verified contract
Proxy
Active on
Ethereum with 704 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
Balances ($141,379.46)
Native
Value
$141,379.46
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 42.166071 | $3,352.92 |
$141,379.46 | |
eETH | ERC-20 | 0 | $3,342.93 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21248572 | 41 minutes ago | | | 0.02340559 | 0.00025759638 | |
| 21248429 | an hour ago | | | 0.038404339 | 0.00026137330 | |
| 21248397 | an hour ago | | | 0.02873187 | 0.00026068473 | |
| 21248386 | an hour ago | | | 0.021803876 | 0.00026784969 | |
| 21248341 | an hour ago | | | 0.13442881 | 0.00027104658 | |
| 21248304 | 2 hours ago | | | 0.017181865 | 0.00025856735 | |
| 21247891 | 3 hours ago | | | 0.026524062 | 0.00027903924 | |
| 21247888 | 3 hours ago | | | 0.033494806 | 0.00025498783 | |
| 21247350 | 5 hours ago | | | 0.029139201 | 0.00029718275 | |
| 21247261 | 5 hours ago | | | 0.022800811 | 0.00035493999 |
ABI
ABI objects
Getter at block 21248774 proxiableUUID() view returns (bytes32)
ETHERFI_ROUTER_ADMIN() view returns (bytes32)
0x40f1c2d2493ddf11797b2dcbf7d8ad68e3dfdc9c3600fb3410969c03c2a12e2c
getImplementation() view returns (address)
0xcb160af093564e44dc4c07bc03b828354e0fee77
liquidityPool() view returns (address)
0x308861a430be4cce5502d0a12724771fc6daf216
owner() view returns (address)
0x9f26d4c958fd811a1f59b01b86be7dffc9d20761
roleRegistry() view returns (address)
0x1d3af47c1607a2ef33033693a9989d1d1013bb50
treasury() view returns (address)
0x0c83eae1fe72c390a02e426572854931eeff93ba
Read-only
This contract contains no read-only function objects.
State-modifying
Events initialize()
recoverERC20(address _token, uint256 _amount)
recoverERC721(address _token, uint256 _tokenId)
renounceOwnership()
transferOwnership(address newOwner)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
withdrawToLiquidityPool()
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Erc20Sent(address indexed caller, address indexed token, uint256 amount)
Erc721Sent(address indexed caller, address indexed token, uint256 tokenId)
EthReceived(address indexed from, uint256 value)
EthSent(address indexed from, address indexed to, uint256 value)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
UpdatedTreasury(address indexed treasury)
Upgraded(address indexed implementation)
constructor(address _implementation, bytes _data)
fallback()
receive()
receive()
IncorrectRole()