OneSwapRouter
Verified contract
Active on
Ethereum with 19,636 txns
Slot | Value |
---|---|
0x0000000000000000000000000000000000000000000000000000000000000000 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000001 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000002 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000003 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000004 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
No balances found for "OneSwapRouter"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21120725 | 6 days ago | | | 0 | 0.00080479018 | |
| 21120677 | 6 days ago | | | 0 | 0.0029670648 | |
| 21120665 | 6 days ago | | | 0.0000001 | 0.0010255524 | |
| 21120629 | 6 days ago | | | 0 | 0.00085783646 | |
| 21120619 | 6 days ago | | | 0 | 0.00077991144 | |
| 21120437 | 6 days ago | | | 0 | 0.0039431856 | |
| 21120404 | 6 days ago | | | 0.000001 | 0.0015440450 | |
| 21120376 | 6 days ago | | | 0.00001 | 0.0010558081 | |
| 20904497 | a month ago | | | 0.15 | 0.00032859185 | |
| 20683903 | 2 months ago | | | 0.15 | 0.00031827906 |
ABI
ABI objects
Getter at block 21164146
factory() view returns (address)
0x5ed3c9089ed0355bc77cf439dc2ed28c4054c8c4
Read-only
This contract contains no read-only function objects.
State-modifying
Events addLiquidity(address stock, address money, bool isOnlySwap, uint256 amountStockDesired, uint256 amountMoneyDesired, uint256 amountStockMin, uint256 amountMoneyMin, address to, uint256 deadline) payable returns (uint256 amountStock, uint256 amountMoney, uint256 liquidity)
limitOrder(bool isBuy, address pair, uint256 prevKey, uint256 price, uint32 id, uint256 stockAmount, uint256 deadline) payable
removeLiquidity(address pair, uint256 liquidity, uint256 amountStockMin, uint256 amountMoneyMin, address to, uint256 deadline) returns (uint256 amountStock, uint256 amountMoney)
swapToken(address token, uint256 amountIn, uint256 amountOutMin, address[] path, address to, uint256 deadline) payable returns (uint256[] amounts)
AddLiquidity(uint256 stockAmount, uint256 moneyAmount, uint256 liquidity)
PairCreated(address indexed pair, address stock, address money, bool isOnlySwap)
constructor(address _factory)
This contract contains no fallback and receive objects.
This contract contains no error objects.