TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 4,505 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
Balances ($759,368.06)
Native
Value
$758,918.48
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 205.645 | $3,690.43 |
$758,918.48 | |
WETH | ERC-20 | 0.121886 | $3,688.53 |
$449.58 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21303744 | 4 hours ago | | | 0 | 0.0039571420 | |
| 21303734 | 4 hours ago | | | 0.1009 | 0.0035482751 | |
| 21286560 | 3 days ago | | | 0 | 0.0028667000 | |
| 21286541 | 3 days ago | | | 1.0045 | 0.0029927556 | |
| 21280823 | 3 days ago | | | 0 | 0.0049267800 | |
| 21280809 | 3 days ago | | | 0.1009 | 0.0046082769 | |
| 21272346 | 5 days ago | | | 0 | 0.0036633800 | |
| 21272331 | 5 days ago | | | 0.1009 | 0.0040785336 | |
| 21238525 | 9 days ago | | | 0 | 0.0057567400 | |
| 21238500 | 9 days ago | | | 0 | 0.0054107130 |
ABI
ABI objects
Getter at block 21305057
factory() view returns (address)
0x7d92b7dee17bb0d458caff9d409d8b768906efc8
getPoolBalance() view returns (uint256)
205645000000000000000
getRingMaxParticipants() pure returns (uint256)
2
token() view returns (address)
0x0000000000000000000000000000000000000000
wethAddress() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
Read-only
getCurrentRingIndex(uint256 amountToken) view returns (uint256)
getDiscountFeeForAmount(uint256 amount) view returns (uint256)
getFeeForAmount(uint256 amount) view returns (uint256)
getParticipant(uint256 packedData) pure returns (uint256)
getPublicKeys(uint256 amountToken, uint256 ringIndex) view returns (bytes32[2][2])
getRelayerFeeForAmount(uint256 _amount) view returns (uint256 relayerFee)
getRingHash(uint256 _amountToken, uint256 _ringIndex) view returns (bytes32)
getRingPackedData(uint256 packedData) pure returns (uint256, uint256, uint256)
getWParticipant(uint256 packedData) pure returns (uint256)
rings(uint256, uint256) view returns (uint256 amountDeposited, uint256 packedRingData, bytes32 ringHash)
ringsNumber(uint256) view returns (uint256)
State-modifying
Events changeFactory(address _factory)
deposit(uint256 _amount, uint256[4] _publicKey) payable
initialize(address _factory)
swapOnWithdrawal(address recipient, uint256 relayerGasCharge, uint256 amountOut, uint256 deadline, struct OxODexPoolWithdrawalData withdrawalData)
withdraw(address recipient, struct OxODexPoolWithdrawalData withdrawalData, uint256 relayerGasCharge)
withdrawETH(uint256 _amount, address _to)
withdrawToken(uint256 _amount, address _to, address _token)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Deposit(address arg0, uint256 tokenAmount, uint256 ringIndex)
Initialized(uint8 version)
Swap(address indexed tokenOut, uint256 tokenAmountIn, uint256 tokenAmountOut)
Withdraw(address arg0, uint256 tokenAmount, uint256 ringIndex)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
AlreadyInitialized()
NotInitialized()