NarfexExchangerRouter2
Verified contract
Active on
Ethereum with 184 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xbabf…4ab6
0xad1f…8f36
Balances ($0.00)
No balances found for "NarfexExchangerRouter2"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19452580 | 9 months ago | | | 0.004 | 0.0085903768 | |
| 17803860 | a year ago | | | 0 | 0.0028548758 | |
| 17547652 | a year ago | | | 0 | 0.0036648232 | |
| 17376513 | 2 years ago | | | 0 | 0.0043089209 | |
| 17282470 | 2 years ago | | | 0 | 0.0095781461 | |
| 17279878 | 2 years ago | | | 0 | 0.0093263371 | |
| 17279639 | 2 years ago | | | 0 | 0.013412548 | |
| 17279622 | 2 years ago | | | 0 | 0.010907083 | |
| 17279610 | 2 years ago | | | 0 | 0.011044142 | |
| 17279223 | 2 years ago | | | 0 | 0.0015011287 |
ABI
ABI objects
Getter at block 21395651
USDT() view returns (address)
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
WBNB() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
oracle() view returns (address)
0xbabffce575929ddd7ad29deeeb5b7a5f5dee4ab6
owner() view returns (address)
0x21eead47726fe83c6f46308e62012692476fc057
pool() view returns (address)
0xad1fc0e22c13159884cf9fd1d46e3c2ad60c8f36
Read-only
This contract contains no read-only function objects.
State-modifying
Events renounceOwnership()
setOracle(address _newOracleAddress)
setPool(address _newPoolAddress, uint8 _decimals)
swap(address[] path, bool isExactOut, uint256 amount, uint256 amountLimit, uint256 deadline, address refer) payable
transferOwnership(address newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
ReferralReward(address _token, uint256 _amount, address indexed _receiver)
SwapDEX(address indexed _account, address _fromToken, address _toToken, uint256 inAmount, uint256 outAmount)
SwapFiat(address indexed _account, address _fromToken, address _toToken, struct NarfexExchangerRouter2ExchangeData _exchange)
constructor(address _oracleAddress, address _poolAddress, address _usdtAddress, address _wbnbAddress)
receive()
This contract contains no error objects.