OfficialSameChainSwap
Verified contract
Active on
Ethereum with 1,959 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) |
---|---|---|---|---|---|---|---|
| 20125851 | 5 months ago | | | 0 | 0.0027225623 | |
| 20110779 | 5 months ago | | | 0 | 0.0010124855 | |
| 20110350 | 5 months ago | | | 0 | 0.00086874012 | |
| 20110342 | 5 months ago | | | 0.14572864 | 0.00068516221 | |
| 20110333 | 5 months ago | | | 0 | 0.00062134216 | |
| 20110235 | 5 months ago | | | 0.031155779 | 0.00078459179 | |
| 20109918 | 5 months ago | | | 20.100503 | 0.00057106428 | |
| 20107629 | 5 months ago | | | 0.013969849 | 0.00078365279 | |
| 20106576 | 5 months ago | | | 0 | 0.00087360496 | |
| 20106357 | 5 months ago | | | 0 | 0.0010140121 |
ABI
ABI objects
Getter at block 21248903
feeBps() view returns (uint256)
1000
feeReceiver() view returns (address)
0x415eec63c95e944d544b3088bc682b759edb8548
owner() view returns (address)
0x9ec1acae39d07e1e8d8b3cebe7022790d87d744a
platformFee() view returns (uint256)
500
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 addFeeToken(address _token)
changeFeeData(uint256 _fee, address _feeReceiver)
recoverStuckETH(address _beneficiary)
recoverStuckTokens(address _token)
removeFeeToken(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)
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)
ReentrancyGuardReentrantCall()
SafeERC20FailedOperation(address token)