OfficialSameChainSwap

Verified contract

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

No balances found for "OfficialSameChainSwap"

0x5096dddcb909a130622ee097c11730583107c7e65e8b3836dd22658fa570cdc8
0xa168a0f1b24d0e21692a25bfe7c783a2f75d5650850e55913ee1068d296cf29f
0x9fcc68933b8fd251cf6bc6ad533ee435dc69dfabedddfa39d1892330f87bd52d
0xb09d444ed5fdb777720681430a710c6ba83936d6a7011785e8feb14bd4fd3cbb
0xb2726e2ba406e3f0ac8d5819cbb993874443e68dbd57c6f25f916ca3cfd98f66
0x514030455821e5bed5d721a47528ec785a665659a9e4bd75c09d91c98da6f254
0xe7d224d3ed57aaf2dd4966c1946a87c60949ea90f8730e2531050a2c44f39444
0x8b0f18428c2438af497c1c25a506e11baa9288b848639faffe930e5e5a6320e0
0x2c326f2db3efd6e42482c0233a68d796a22511163a3b6eed9d462f99c00fddc7
0xd196885e4db3d6707bebddc9b5b279da9a095175779cfb18b5b8c6cbd7831a64

Functions
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(addressview returns (bool)
State-modifying
acceptOwnership(
changeFeeData(uint256 _feeaddress _feeReceiveruint256 _threshold
recoverStuckETH(address _beneficiary
recoverStuckTokens(address _token
renounceOwnership(
swapOnce(address _tokenAaddress _tokenBbool _unwrappETHuint256 _amountInuint256 _minAmountOutV2uint256 _minAmountOutV3uint8 _buyOneTwoOrThreeaddress[] _pathV2bytes _pathV3bool isWethInpayable 
transferOwnership(address newOwner
Events
Fee(address indexed useruint256 amountaddress indexed token
FeeReceiverSet(address indexed _oldReceiveraddress indexed _newReceiver
OwnershipTransferStarted(address indexed previousOwneraddress indexed newOwner
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
FailedCall(
FailedInnerCall(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
ReentrancyGuardReentrantCall(
SafeERC20FailedOperation(address token