TransparentUpgradeableProxy

Verified contract

Proxy

Active on Ethereum with 40 txns
Deployed by via 0x57647eac at 14617632
Slot
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
Native
Value $49,295.78
ERC-20
Value $208,776.13
ERC-20
Value $21,533.47
ERC-20
Value $3,814.04
ERC-20
Value $226.07
ERC-20
Value $1.29
ERC-20
--
ERC-20
--
 (#1)
ERC-1555
--
 (#1)
ERC-1555
--
0xef9ec66183bccd1bf58f59d0f80d66e567e7f0fc6abc91b190a758f2f505934a
0x9b9619d3c74de6e757e7e7fe6b53f85f6bae7e4c665a6b469716866c50a25e0d
0x33d642f5499c93ca3259ddc09bd8767f5cdcbee23583c3f07571479ee8ddd8af
0x83e71689ea32ef3187bedec9fd18defc3726aaa8384d5cdf20158dbeb7d8a3d7
0xafd17b61d621e73f1c614c7cfa5473f711318248aaa71deaa06b3cb33a95eb21
0x277992eaab45cd8a2b37fe238d3efb722b5ad874cf6461544055f12248115270
0x414e79b2b00f1ca020349c215bfb34751cca9c847fdeec4fd47682787e6d47c0
0x074ddcc8febb266bfc3de621ca61f6ff33c2f2b187fd60f4039c9a3a0e9b09b0
0xb1ba1d66db7f882500eed918fff000b4a46cb578e593211f99c5eac72101920d
0x26eecc6394f625fc1d059146f5daf7cff8ad3a28218716f2ea5e628f0b4745d8

Functions
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 interfaceIdview returns (bool)
State-modifying
admin(returns (address admin_)
changeAdmin(address newAdmin
implementation(returns (address implementation_)
upgradeTo(address newImplementation
upgradeToAndCall(address newImplementationbytes datapayable 
callRemote(address tobytes datareturns (bool success)
callRemoteWithValue(address tobytes datauint256 amountreturns (bool success)
deposit(payable 
initialize(address _multisigAddressaddress _upstreamWalletAddressuint256 _depositFee
onERC1155BatchReceived(addressaddressuint256[]uint256[]bytesreturns (bytes4)
onERC1155Received(addressaddressuint256uint256bytesreturns (bytes4)
onERC721Received(addressaddressuint256bytesreturns (bytes4)
pause(
renounceOwnership(
sendEther(address touint256 amountreturns (bool success)
setDepositFee(uint256 _depositFee
setUpstreamWalletAddress(address _upstreamWalletAddress
toggleEnableDeposits(bool newValuereturns (bool success)
transferERC1155(address callAddressaddress recipientuint256 tokenIduint256 amountreturns (bool success)
transferERC721(address callAddressaddress recipientuint256 tokenIdreturns (bool success)
transferOwnership(address newOwner
transferTokens(address callAddressaddress recipientuint256 tokensreturns (bool success)
unpause(
Events
AdminChanged(address previousAdminaddress newAdmin
BeaconUpgraded(address indexed beacon
Upgraded(address indexed implementation
EnableDepositsChanged(bool indexed enableDeposits
FeePaid(uint256 feeAmount
FeesChanged(uint256 depositFee
FundsDeposited(address fromuint256 etherAmount
Initialized(uint8 version
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
Unpaused(address account
Constructor
constructor(address _logicaddress admin_bytes _data
Fallback and receive
fallback(
receive(
receive(
Errors
AmountTooHigh(
AmountTooLow(
DepositsDisabled(
FailedToSendFee(
NotUpstream(