TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 614 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
0x5bc6…89be
-
variable spans 46 additional slots
-
variable spans 47 additional slots
Balances ($0.00)
No balances found for "TransparentUpgradeableProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21218503 | 14 days ago | | | 0 | 0.0012149860 | |
| 21172221 | 20 days ago | | | 0 | 0.0036602004 | |
| 21028258 | a month ago | | | 0 | 0.0078649552 | |
| 21028071 | a month ago | | | 0 | 0.0044584718 | |
| 21028067 | a month ago | | | 0 | 0.0047475596 | |
| 21028043 | a month ago | | | 0 | 0.0058213440 | |
| 21021540 | a month ago | | | 0 | 0.0053940279 | |
| 21021428 | a month ago | | | 0 | 0.0026741935 | |
| 21021252 | a month ago | | | 0 | 0.0024859898 | |
| 20784732 | 2 months ago | | | 0 | 0.0024989119 |
ABI
ABI objects
Getter at block 21317108
core() view returns (address)
0x5bc6bef80da563ebf6df6d6913513fa9a7ec89be
oneInch() view returns (address)
0x111111125421ca6dc452d289314280a0f8842a65
uniswapV3Router() view returns (address)
0xe592427a0aece92de3edee1f18e0157c05861564
Read-only
mapPoolManagers(address, address) view returns (address poolManager, address perpetualManager, address sanToken, address gauge)
mapStableMasters(address) view returns (address)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
changeAllowance(address[] tokens, address[] spenders, uint256[] amounts)
deposit4626Referral(address token, address savings, uint256 amount, address to, uint256 minSharesOut, address referrer) returns (uint256 sharesOut)
initializeRouter(address _core, address _uniswapRouter, address _oneInch)
mixer(struct PermitType[] paramsPermit, uint8[] actions, bytes[] data) payable
mixerVaultManagerPermit(struct PermitVaultManagerType[] paramsPermitVaultManager, struct PermitType[] paramsPermit, uint8[] actions, bytes[] data) payable
setCore(address _core)
setRouter(address router, uint8 who)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Initialized(uint8 version)
ReferredDeposit(address caller, address indexed owner, uint256 assets, uint256 shares, address indexed savings, address indexed referrer)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
receive()
IncompatibleLengths()
InvalidParams()
InvalidReturnMessage()
NotApprovedOrOwner()
NotGovernor()
NotGovernorOrGuardian()
TooSmallAmountOut()
TransferFailed()
ZeroAddress()