RibeSwapRouter
Verified contract
Active on
Ethereum with 629 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "RibeSwapRouter"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15664625 | 2 years ago | | | 0 | 0.0020582968 | |
| 15122981 | 2 years ago | | | 0 | 0.0042773526 | |
| 15122968 | 2 years ago | | | 0 | 0.0060338265 | |
| 15122916 | 2 years ago | | | 0 | 0.0066641503 | |
| 15122570 | 2 years ago | | | 0 | 0.0088261891 | |
| 15122563 | 2 years ago | | | 0 | 0.011991548 | |
| 15122561 | 2 years ago | | | 0 | 0.0091064720 | |
| 15122551 | 2 years ago | | | 0 | 0.013039583 | |
| 15122065 | 2 years ago | | | 0 | 0.0089714030 | |
| 15122061 | 2 years ago | | | 0 | 0.010544911 |
ABI
ABI objects
Getter at block 21168811
WETH() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
antiBotsActive() view returns (bool)
true
blockCooldownAmount() view returns (uint256)
5
factory() view returns (address)
0x5accfe50f9d5a9f3cdab8864943250b1074146b1
owner() view returns (address)
0x8eefeeb2f51b7962fa9451d427d212802ca4bc85
Read-only
_blockNumberByAddress(address) view returns (uint256)
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)
isContractExempt(address) view returns (bool)
quote(uint256 amountA, uint256 reserveA, uint256 reserveB) pure returns (uint256 amountB)
State-modifying
Events renounceOwnership()
setAntiBotsActive(bool value)
setBlockCooldown(uint256 value)
setContractExempt(address account, bool value)
swapExactETHForTokens(uint256 amountOutMin, address[] path, address to, uint256 deadline) payable returns (uint256[] amounts)
swapExactTokensForETH(uint256 amountIn, uint256 amountOutMin, address[] path, address to, uint256 deadline) returns (uint256[] amounts)
swapExactTokensForTokens(uint256 amountIn, uint256 amountOutMin, address[] path, address to, uint256 deadline) returns (uint256[] amounts)
transferOwnership(address newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _factory, address _WETH)
receive()
This contract contains no error objects.