OpenOceanExchangeProxy
Verified contract
Proxy
Active on
Ethereum with 130,757 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
-
variable spans 48 additional slots
Balances ($41.59)
Native
Value
$32.02
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.009497 | $3,371.33 |
$32.02 | |
SPONGE | ERC-20 | 122.047K | $0.000049 |
$5.98 | |
WETH | ERC-20 | 0.000544 | $3,372.69 |
$1.83 | |
LP | ERC-20 | 10 | $0.059624 |
$0.6 | |
USDT | ERC-20 | 0.592799 | $1.002 |
$0.59 | |
DAI | ERC-20 | 0.573718 | $1.001 |
$0.57 | |
TIA | ERC-20 | 0.019427 | $0.007716 |
$0 | |
stETH | ERC-20 | 0 | $3,369.84 |
$0 | |
CATCH | ERC-20 | 10.819655M | -- | -- | |
| ERC-20 | 3.585K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21261602 | 2 hours ago | | | 5 | 0.0026111151 | |
| 21261599 | 2 hours ago | | | 5 | 0.0020609141 | |
| 21261459 | 3 hours ago | | | 0 | 0.0030701283 | |
| 21261333 | 3 hours ago | | | 0 | 0.0043877486 | |
| 21261210 | 4 hours ago | | | 0 | 0.0024520521 | |
| 21260981 | 4 hours ago | | | 0 | 0.0028509210 | |
| 21260707 | 5 hours ago | | | 0 | 0.0026426703 | |
| 21260703 | 5 hours ago | | | 0 | 0.0069927816 | |
| 21260559 | 6 hours ago | | | 0 | 0.0023540895 | |
| 21259983 | 8 hours ago | | | 0.002 | 0.0011027034 |
ABI
ABI objects
Getter at block 21262262
owner() view returns (address)
0x9986ee0c3eea15dcf8642b56179652f9589b95db
paused() view returns (bool)
false
permit2() view returns (address)
0x000000000022d473030f116ddee9f6b43ac78ba3
permit2DomainSeperator() view returns (bytes32)
0x866a5aba21966af95d6c7ab78eb2b2fc913915c28be3b9aa07cc04ff903e3f28
Read-only
permit2NextNonce(address owner) view returns (uint256 nonce)
permit2NextNonceAfter(address owner, uint256 start) view returns (uint256 nonce)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
callUniswap(address srcToken, uint256 amount, uint256 minReturn, bytes32[] pools) payable returns (uint256 returnAmount)
callUniswapTo(address srcToken, uint256 amount, uint256 minReturn, bytes32[] pools, address recipient) payable returns (uint256 returnAmount)
callUniswapToWithPermit(address srcToken, uint256 amount, uint256 minReturn, bytes32[] pools, bytes permit, address recipient) returns (uint256 returnAmount)
callUniswapWithPermit(address srcToken, uint256 amount, uint256 minReturn, bytes32[] pools, bytes permit) returns (uint256 returnAmount)
initialize()
pause()
renounceOwnership()
rescueFunds(address token, uint256 amount)
setPermit2(address _permit2)
swap(address caller, struct OpenOceanExchangeSwapDescription desc, struct IOpenOceanCallerCallDescription[] calls) payable returns (uint256 returnAmount)
transferOwnership(address newOwner)
uniswapV3SwapCallback(int256 amount0Delta, int256 amount1Delta, bytes)
uniswapV3SwapTo(address recipient, uint256 amount, uint256 minReturn, uint256[] pools) payable returns (uint256 returnAmount)
uniswapV3SwapToWithPermit(address recipient, uint256 amount, uint256 minReturn, uint256[] pools, bytes permit, address srcToken) returns (uint256 returnAmount)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Swapped(address indexed sender, address indexed srcToken, address indexed dstToken, address dstReceiver, uint256 amount, uint256 spentAmount, uint256 returnAmount, uint256 minReturnAmount, uint256 guaranteedAmount, address referrer)
Unpaused(address account)
constructor(address logic, address admin, bytes data)
fallback()
receive()
receive()
This contract contains no error objects.