BewSwapUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 1,708 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
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
0x89af…1b05
-
variable spans 49 additional slots
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BSL | ERC-20 | 0.038863 | $0.000252 |
$0 | |
HOGE | ERC-20 | 0.002673 | $0.000023 |
$0 | |
TERA | ERC-20 | 0.227192 | -- | -- | |
KISHU | ERC-20 | 30.76586 | -- | -- | |
REDPANDA | ERC-20 | 684.327934K | -- | -- | |
SAITAMA | ERC-20 | 0.105871 | -- | -- | |
FEG | ERC-20 | 0.00109 | -- | -- | |
JOTARO | ERC-20 | 0.001 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21140802 | 3 days ago | | | 0 | 0.0017034893 | |
| 21140795 | 3 days ago | | | 0 | 0.0017100615 | |
| 21130242 | 5 days ago | | | 0.03444 | 0.0046136015 | |
| 21078302 | 12 days ago | | | 0.01419637 | 0.0014901449 | |
| 21071611 | 13 days ago | | | 0.012535891 | 0.0048583204 | |
| 21071542 | 13 days ago | | | 0.0064 | 0.0084641090 | |
| 21009371 | 22 days ago | | | 0.3 | 0.0014271667 | |
| 21009359 | 22 days ago | | | 0 | 0.00065482808 | |
| 21009359 | 22 days ago | | | 0 | 0.0020250139 | |
| 20939370 | a month ago | | | 0 | 0.0027874704 |
ABI
ABI objects
Getter at block 21164075
feeAccount() view returns (address)
0x89af492cdadb8e23ac61ee65aa49675b98171b05
feePct() view returns (uint256)
8000
feePctScale() view returns (uint256)
1000000
owner() view returns (address)
0x6c80e2c81688d47b7d18df02b2f434e2c5848435
safeMinGas() view returns (uint256)
2300
Read-only
This contract contains no read-only function objects.
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
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)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
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(address logic, address admin, bytes data)
fallback()
fallback()
receive()
This contract contains no error objects.