BewSwap
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
3
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
Balances ($0.00)
No balances found for "BewSwap"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "BewSwap"
ABI
ABI objects
Getter at block 21185278
feeAccount() view returns (address)
0x0000000000000000000000000000000000000000
feePct() view returns (uint256)
0
feePctScale() view returns (uint256)
1000000
owner() view returns (address)
0x0000000000000000000000000000000000000000
safeMinGas() view returns (uint256)
0
Read-only
This contract contains no read-only function objects.
State-modifying
Events acceptOwnership()
initialize(address owner, address feeAccount, uint256 feePct)
swapETHForExactTokens(address router, uint256 amountOut, address[] path, address to, uint256 deadline) payable
swapExactETHForTokens(address router, uint256 amountOutMin, address[] path, address to, uint256 deadline) payable
swapExactTokensForETH(address router, uint256 amountIn, uint256 amountOutMin, address[] path, address to, uint256 deadline)
swapExactTokensForTokens(address router, uint256 amountIn, uint256 amountOutMin, address[] path, address to, uint256 deadline)
swapTokensForExactETH(address router, uint256 amountOut, uint256 amountInMax, address[] path, address to, uint256 deadline)
swapTokensForExactTokens(address router, uint256 amountOut, uint256 amountInMax, address[] path, address to, uint256 deadline)
transferOwnership(address newOwner)
updateFeeAccount(address newFeeAccount)
updateFeePct(uint256 newFeePct)
updateSafeMinGas(uint256 _safeMinGas)
FeeAccountUpdated(address indexed previousFeeAccount, address indexed newFeeAccount)
FeePctUpdated(uint256 indexed previousFeePct, uint256 indexed newFeePct)
FeeReceived(address indexed token, uint256 indexed amount)
OwnershipAccepted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor()
fallback()
This contract contains no error objects.