OfficialSameChainSwap
Verified contract
Active on
Ethereum with 350 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "OfficialSameChainSwap"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20236430 | 4 months ago | | | 0.50251256 | 0.0025366197 | |
| 20236426 | 4 months ago | | | 0.50251256 | 0.0026894779 | |
| 20236422 | 4 months ago | | | 0.50251256 | 0.0020440109 | |
| 20236265 | 4 months ago | | | 0 | 0.0013041939 | |
| 20235973 | 4 months ago | | | 0.20100503 | 0.0010856605 | |
| 20235814 | 4 months ago | | | 0.20100503 | 0.00098518186 | |
| 20235594 | 4 months ago | | | 0 | 0.0019668851 | |
| 20235501 | 4 months ago | | | 0.20100503 | 0.0016669495 | |
| 20235004 | 4 months ago | | | 0 | 0.0016516283 | |
| 20232964 | 4 months ago | | | 0 | 0.0014323433 |
ABI
ABI objects
Getter at block 21215390
MAX_PLATFORM_FEE() view returns (uint256)
2000
feeBps() view returns (uint256)
1000
feeReceiver() view returns (address)
0xe1ff5a4c489b11e094bfbb5d23c6d4597a3a79ad
owner() view returns (address)
0x3a510c5a32bcb381c53704aed9c02b0c70041f7a
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
platformFee() view returns (uint256)
500
threshold() view returns (uint256)
10000000000000000
v2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
v3Router() view returns (address)
0x68b3465833fb72a70ecdf485e0e4c7bd8665fc45
wethToken() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
Read-only
feeTokens(address) view returns (bool)
State-modifying
Events acceptOwnership()
changeFeeData(uint256 _fee, address _feeReceiver, uint256 _threshold)
recoverStuckETH(address _beneficiary)
recoverStuckTokens(address _token)
renounceOwnership()
swapOnce(address _tokenA, address _tokenB, bool _unwrappETH, uint256 _amountIn, uint256 _minAmountOutV2, uint256 _minAmountOutV3, uint8 _buyOneTwoOrThree, address[] _pathV2, bytes _pathV3, bool isWethIn) payable
transferOwnership(address newOwner)
Fee(address indexed user, uint256 amount, address indexed token)
FeeReceiverSet(address indexed _oldReceiver, address indexed _newReceiver)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SwapExecuted(address indexed tokenIn, address indexed tokenOut, uint256 amountIn, uint256 amountOut)
constructor(uint256 _fee, address _feeReceiver, address _v3Router, address _v2Router, address _weth)
fallback()
receive()
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
FailedCall()
FailedInnerCall()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
ReentrancyGuardReentrantCall()
SafeERC20FailedOperation(address token)