XpRouter
Verified contract
Active on
Ethereum with 2,444 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x5f4e…8419
0x4547…48e1
0x1d84…ba99
0x1d84…ba99
Balances ($45.16)
Native
Value
$45.16
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.012697 | $3,556.68 |
$45.16 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21232810 | 8 days ago | | | 0.0052244898 | 0.0031007562 | |
| 21215458 | 10 days ago | | | 0.0051727873 | 0.0048828290 | |
| 21215449 | 10 days ago | | | 0.0051741168 | 0.0050242466 | |
| 21208143 | 11 days ago | | | 0 | 0.0021936897 | |
| 21188033 | 14 days ago | | | 0.005095623 | 0.0083660152 | |
| 21171351 | 16 days ago | | | 0.00485962 | 0.0068768721 | |
| 21162120 | 17 days ago | | | 0 | 0.0028077376 | |
| 21161717 | 17 days ago | | | 0.0050113356 | 0.0058006008 | |
| 21161355 | 18 days ago | | | 22 | 0.0029896527 | |
| 21161337 | 18 days ago | | | 0 | 0.0029048809 |
ABI
ABI objects
Getter at block 21287050
WETH() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
canUpdateTokenFactory() view returns (address)
0x955088a1950525d7bc8ed1fe201e5d64c8b1fcc1
factory() view returns (address)
0x787ccaa7dfd93c4bab69633b223718acc6d01fd2
stakingContractXp() view returns (address)
0x1d84f81a014dd217f8d8e8ee984ecdea26b0ba99
stakingContractXpLp() view returns (address)
0x1d84f81a014dd217f8d8e8ee984ecdea26b0ba99
teamWallet() view returns (address)
0x4547bc9cc66725d8a607acbb6d8a94e8ccdb48e1
tokenFactory() view returns (address)
0x6c5cf7036b0de9b3ac388fbbe3f5fa5dfa57552e
treasury() view returns (address)
0x955088a1950525d7bc8ed1fe201e5d64c8b1fcc1
Read-only
exemptFromFee(address) view returns (bool)
getAmountIn(uint256 amountOut, uint256 reserveIn, uint256 reserveOut) pure returns (uint256 amountIn)
getAmountOut(uint256 amountIn, uint256 reserveIn, uint256 reserveOut) pure returns (uint256 amountOut)
getAmountsIn(uint256 amountOut, address[] path) view returns (uint256[] amounts)
getAmountsOut(uint256 amountIn, address[] path) view returns (uint256[] amounts)
quote(uint256 amountA, uint256 reserveA, uint256 reserveB) pure returns (uint256 amountB)
usdcToEth(uint256 usdcAmount) view returns (uint256)
State-modifying
Events addExemptFromFee(address _address)
addLiquidityETH(address token, uint256 amountTokenDesired, uint256 amountTokenMin, uint256 amountETHMin, uint256 deadline) payable returns (uint256 amountToken, uint256 amountETH, uint256 liquidity)
hardstake(address _contract, address _token, uint256 _amount)
launch(address token, uint256 amountTokenDesired, uint256 amountTokenMin, uint256 amountETHMin, uint8 buyLpFee, uint8 sellLpFee, uint8 buyProtocolFee, uint8 sellProtocolFee, address protocolAddress) payable returns (uint256 amountToken, uint256 amountETH, uint256 liquidity)
removeLiquidityETHSupportingFeeOnTransferTokens(address token, uint256 liquidity, uint256 amountTokenMin, uint256 amountETHMin, uint256 deadline) returns (uint256 amountETH)
safeTransferLp(address _token, address to, uint256 _amount)
setTokenFactory(address _tokenFactory)
swapExactETHForTokensSupportingFeeOnTransferTokens(uint256 amountOutMin, address[] path, address to, uint256 deadline) payable
swapExactTokensForETHSupportingFeeOnTransferTokens(uint256 amountIn, uint256 amountOutMin, address[] path, address to, uint256 deadline) payable
updateSelf(address _token)
This contract contains no event objects.
constructor(address _factory, address _WETH, address _oracleAddress, address _teamWallet, address _stakingContractXpLp, address _stakingContractXp)
receive()
This contract contains no error objects.