OfficialSameChainSwap

Verified contract

Active on Ethereum with 298 txns
Deployed by via 0x28aa15da at 19712866
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "OfficialSameChainSwap"

0xa26e2e1e7e69854905b423d7cbf07207ae353c14248f581dbf2cbe3962a83cce
0x80be986f18cc506eb390da68cb2ccb9361db50341e01019f0a917aecfe227474
0xd17549622a24d9f2ba391cd791839ae6da3f15dc0a3a3b175383a3f9d6381977
0x23b435cb13ee86518f9c3c155893cdac8b35acdb8d6ac7202a7fc2eaa3f093f9
0x9a4bf9c139771a8563393634a5bb4f08f9e10ab26d600989c8fca48890c2a677
0x29d6f604793d1f81b9a81e7445a6c2a53f5d3658219d49e3387a70bbbf58f5e2
0x3631ec60427d6a10ff3b133e7c5c15473677f5bbdd896a627cf1cacec2af844c
0x3a7b7772a8e8249daf1a438a4038a68ff6d49e1a0f0f53d64902f4b022d1fb12
0x8989cf9d9cb22da44a93eb132cde03d4fd0e0e4bf64416d38db6223994096b61
0x98d31fe5166c9546bdf0dd5c9bbdf103b8cd437abe36a2fb470590fa41b18048

Functions
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
changeFeeData(uint256 _feeaddress _feeReceiver
recoverStuckETH(address _beneficiary
recoverStuckTokens(address _token
renounceOwnership(
swapOnce(address _tokenAaddress _tokenBbool _unwrappETHuint256 _amountInuint256 _minAmountOutV2uint256 _minAmountOutV3uint8 _buyOneTwoOrThreeaddress[] _pathV2bytes _pathV3bool isWethInpayable 
transferOwnership(address newOwner
v2Swap(address[] _pathuint256 _amountInuint256 _minAmountOutreturns (uint256)
v3Swap(address _tokenInbytes _pathuint256 _amountInuint256 _minAmountOutreturns (uint256 amountOutput)
Events
FeeReceiverSet(address indexed _oldReceiveraddress indexed _newReceiver
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
SwapExecuted(address indexed tokenInaddress indexed tokenOutuint256 amountInuint256 amountOut
Constructor
constructor(uint256 _feeaddress _feeReceiveraddress _v3Routeraddress _v2Routeraddress _weth
Fallback and receive
fallback(
receive(
Errors
AddressEmptyCode(address target
AddressInsufficientBalance(address account
FailedInnerCall(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
SafeERC20FailedOperation(address token