OfficialSameChainSwap
Verified contract
Active on
Ethereum with 298 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) |
---|---|---|---|---|---|---|---|
| 19771270 | 6 months ago | | | 0.7 | 0.0019268374 | |
| 19770779 | 6 months ago | | | 0.14033246 | 0.0019511555 | |
| 19770759 | 6 months ago | | | 0 | 0.0016873951 | |
| 19770348 | 6 months ago | | | 0.023 | 0.0028926338 | |
| 19770015 | 6 months ago | | | 0.095358715 | 0.0026339917 | |
| 19769859 | 6 months ago | | | 1.5950815 | 0.0027016322 | |
| 19769839 | 6 months ago | | | 0.17533756 | 0.0025346997 | |
| 19769681 | 6 months ago | | | 0 | 0.0039656795 | |
| 19769511 | 6 months ago | | | 0.0001 | 0.0026988419 | |
| 19769441 | 6 months ago | | | 0.42645816 | 0.0035126600 |
ABI
ABI objects
Getter at block 21119376
feeBps() view returns (uint256)
1000
feeReceiver() view returns (address)
0x415eec63c95e944d544b3088bc682b759edb8548
owner() view returns (address)
0x415eec63c95e944d544b3088bc682b759edb8548
platformFee() view returns (uint256)
500
v2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
v3Router() view returns (address)
0x68b3465833fb72a70ecdf485e0e4c7bd8665fc45
wethToken() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
Read-only
This contract contains no read-only function objects.
State-modifying
Events changeFeeData(uint256 _fee, address _feeReceiver)
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)
v2Swap(address[] _path, uint256 _amountIn, uint256 _minAmountOut) returns (uint256)
v3Swap(address _tokenIn, bytes _path, uint256 _amountIn, uint256 _minAmountOut) returns (uint256 amountOutput)
FeeReceiverSet(address indexed _oldReceiver, address indexed _newReceiver)
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)
FailedInnerCall()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
SafeERC20FailedOperation(address token)