OfficialSameChainSwapWithPara
Verified contract
Active on
Ethereum with 65 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.91)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 0.000195 | $3,673.95 |
$0.72 | |
USDT | ERC-20 | 0.198958 | $1.001 |
$0.2 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20648359 | 3 months ago | | | 0.0040307187 | 0.00022552075 | |
| 20644306 | 3 months ago | | | 2 | 0.00097804205 | |
| 20644133 | 3 months ago | | | 0.001 | 0.00019297127 | |
| 20643228 | 3 months ago | | | 0 | 0.00012648387 | |
| 20643146 | 3 months ago | | | 0 | 0.000089330538 | |
| 20643137 | 3 months ago | | | 0 | 0.00010466820 | |
| 20643017 | 3 months ago | | | 0 | 0.000098552510 | |
| 20641879 | 3 months ago | | | 0.39 | 0.0016137626 | |
| 20641708 | 3 months ago | | | 0 | 0.00056873808 | |
| 20641161 | 3 months ago | | | 0 | 0.000049792773 |
ABI
ABI objects
Getter at block 21315875
MAX_PLATFORM_FEE() view returns (uint256)
2000
feeBps() view returns (uint256)
1000
feeReceiver() view returns (address)
0xe1ff5a4c489b11e094bfbb5d23c6d4597a3a79ad
owner() view returns (address)
0xb20d9acb5f613be17e481312a9d08c4c0c8e636b
platformFee() view returns (uint256)
500
routerAddress() view returns (address)
0x6a000f20005980200259b80c5102003040001068
wethToken() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
Read-only
This contract contains no read-only function objects.
State-modifying
Events changeFeeData(uint256 _fee, address _feeReceiver)
executeSwap(bool isETHIn, bool isETHOut, address _tokenA, address _tokenB, uint256 _amountIn, bool isSource, bytes data, bytes data2) payable
renounceOwnership()
transferOwnership(address newOwner)
FeeReceiverSet(address indexed _oldReceiver, address indexed _newReceiver)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(uint256 _fee, address _routerAddress, address _wethToken, address _feeReceiver)
receive()
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
FailedInnerCall()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
ReentrancyGuardReentrantCall()
SafeERC20FailedOperation(address token)