TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 65 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
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
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
stETH | ERC-20 | 0 | $3,219.88 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14495061 | 3 years ago | | | 0 | 0.0034030638 | |
| 14491914 | 3 years ago | | | 0 | 0.0087365106 | |
| 14491722 | 3 years ago | | | 0 | 0.0043096668 | |
| 14491719 | 3 years ago | | | 0 | 0.0037560908 | |
| 14491717 | 3 years ago | | | 0 | 0.0037260410 | |
| 14491714 | 3 years ago | | | 0 | 0.0064932943 | |
| 14491712 | 3 years ago | | | 0 | 0.0059696164 | |
| 14491711 | 3 years ago | | | 0 | 0.0041832039 | |
| 14491710 | 3 years ago | | | 0 | 0.0037365217 | |
| 14491708 | 3 years ago | | | 0 | 0.0032712817 |
ABI
ABI objects
Getter at block 21161271
owner() view returns (address)
0xc40549aa1d05c30af23a1c4a5af6ba11fcafe23f
version() view returns (string)
AladdinZap 1.1.0
Read-only
getCurvePoolToken(uint8, address _pool) view returns (address)
pool2token(address) view returns (address)
routes(address, address, uint256) 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
initialize()
renounceOwnership()
rescue(address[] _tokens, address _recipient)
swap(uint256 _route, uint256 _amountIn) payable returns (uint256)
transferOwnership(address newOwner)
updatePoolTokens(address[] _pools, address[] _tokens)
updateRoute(address _fromToken, address _toToken, uint256[] _routes)
zap(address _fromToken, uint256 _amountIn, address _toToken, uint256 _minOut) payable returns (uint256)
zapFrom(address _fromToken, uint256 _amountIn, address _toToken, uint256 _minOut) payable returns (uint256)
zapWithRoutes(address _fromToken, uint256 _amountIn, address _toToken, uint256[] _routes, uint256 _minOut) payable returns (uint256)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
UpdateRoute(address indexed _fromToken, address indexed _toToken, uint256[] route)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
receive()
This contract contains no error objects.