AugustusSwapper
Verified contract
Proxy
Active on
Ethereum
Unified storage
Map
Table
Raw
Constants and immutables
2
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xb70b…06b3
0xb70b…06b3
0x37fa…d224
0xaba1…caea
0xbc14…3885
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DRC | ERC-20 | 1 | $0.00021 |
$0 | |
BabyFloki | ERC-20 | 0.164274 | $0.000253 |
$0 | |
DINGER | ERC-20 | 0.085723 | $0.000002 |
$0 | |
SMI | ERC-20 | 0.051679 | $0.000001 |
$0 | |
OXY | ERC-20 | 0.000001 | $0.032251 |
$0 | |
HOGE | ERC-20 | 0.000335 | $0.000025 |
$0 | |
Inu | ERC-20 | 3.453956 | $0.00 |
$0 | |
RLC | ERC-20 | 0 | $1.77 |
$0 | |
POOL | ERC-20 | 0 | $0.384815 |
$0 | |
BAT | ERC-20 | 0 | $0.183477 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20453460 | 3 months ago | | | 0 | 0.00021080100 | |
| 20453460 | 3 months ago | | | 0 | 0.00018268300 | |
| 20452722 | 3 months ago | | | 0.011969648 | 0.00014320600 | |
| 20251980 | 4 months ago | | | 0.004 | 0.00013172400 | |
| 20228330 | 4 months ago | | | 0 | 0.00092456200 | |
| 20202016 | 4 months ago | | | 0.03 | 0.0088641000 | |
| 19358807 | 8 months ago | | | 0.001 | 0.015375587 | |
| 16030319 | 2 years ago | | | <0.00000001 | 0.0024780227 | |
| 15559339 | 2 years ago | | | 0 | 0.00037777800 | |
| 15291922 | 2 years ago | | | 0.1 | 0.00038453040 |
ABI
ABI objects
Getter at block 21157485 ETH_IDENTIFIER() view returns (address) UNISWAP_FACTORY() view returns (address) UNISWAP_INIT_CODE() view returns (bytes32) WETH() view returns (address)
getChangeRequestedBlock() view returns (uint256)
0
getFeeWallet() view returns (address)
0xbc147973709a9f8f25b5f45021cab1ea030d3885
getPartnerRegistry() view returns (address)
0xaba1cf56148d57643be41c4cc1b54482c2bfcaea
getPendingUniswapProxy() view returns (address)
0x0000000000000000000000000000000000000000
getTimeLock() view returns (uint256)
270
getTokenTransferProxy() view returns (address)
0xb70bc06d2c9bf03b3373799606dc7d39346c06b3
getUniswapProxy() view returns (address)
0x0fcbb36ed7908bd5952ca171584b74bbab283091
getVersion() view returns (string)
4.0.0
getWhitelistAddress() view returns (address)
0x37fadc951adc208c56fef82e3404d3515f53d224
owner() view returns (address)
0x36fedc70fec3b77caaf50e6c524fd7e5dfbd629a
getTokenTransferProxy() view returns (address)
0xb70bc06d2c9bf03b3373799606dc7d39346c06b3
Read-only
getData(bytes32 key) view returns (bytes)
isInitialized(bytes32 key) view returns (bool)
getData(bytes32 key) view returns (bytes)
isInitialized(bytes32 key) view returns (bool)
State-modifying
Events approve(address token, address to, uint256 amount)
buy(struct UtilsBuyData data) payable returns (uint256)
buyOnUniswap(uint256 amountInMax, uint256 amountOut, address[] path, uint8 referrer) payable
buyOnUniswapFork(address factory, bytes32 initCode, uint256 amountInMax, uint256 amountOut, address[] path, uint8 referrer) payable
changeUniswapProxy(address uniswapProxy)
confirmUniswapProxyChange()
initialize(address whitelist, address reduxToken, address partnerRegistry, address feeWallet, address uniswapProxy, uint256 timelock)
initializeAdapter(address adapter, bytes data)
megaSwap(struct UtilsMegaSwapSellData data) payable returns (uint256)
multiSwap(struct UtilsSellData data) payable returns (uint256)
renounceOwnership()
setFeeWallet(address feeWallet)
setPartnerRegistry(address partnerRegistry)
setWhitelistAddress(address whitelisted)
simplBuy(address fromToken, address toToken, uint256 fromAmount, uint256 toAmount, address[] callees, bytes exchangeData, uint256[] startIndexes, uint256[] values, address beneficiary, string referrer, bool useReduxToken) payable
simpleSwap(address fromToken, address toToken, uint256 fromAmount, uint256 toAmount, uint256 expectedAmount, address[] callees, bytes exchangeData, uint256[] startIndexes, uint256[] values, address beneficiary, string referrer, bool useReduxToken) payable returns (uint256 receivedAmount)
swapOnUniswap(uint256 amountIn, uint256 amountOutMin, address[] path, uint8 referrer) payable
swapOnUniswapFork(address factory, bytes32 initCode, uint256 amountIn, uint256 amountOutMin, address[] path, uint8 referrer) payable
transferOwnership(address newOwner)
transferTokens(address token, address destination, uint256 amount)
withdrawAllWETH(address token)
buyOnUniswap(uint256 amountInMax, uint256 amountOut, address[] path) payable returns (uint256 tokensSold)
buyOnUniswapFork(address factory, bytes32 initCode, uint256 amountInMax, uint256 amountOut, address[] path) payable returns (uint256 tokensSold)
swapOnUniswap(uint256 amountIn, uint256 amountOutMin, address[] path) payable returns (uint256 tokensBought)
swapOnUniswapFork(address factory, bytes32 initCode, uint256 amountIn, uint256 amountOutMin, address[] path) payable returns (uint256 tokensBought)
AdapterInitialized(address indexed adapter)
Bought(address initiator, address indexed beneficiary, address indexed srcToken, address indexed destToken, uint256 srcAmount, uint256 receivedAmount, string referrer)
FeeTaken(uint256 fee, uint256 partnerShare, uint256 paraswapShare)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Swapped(address initiator, address indexed beneficiary, address indexed srcToken, address indexed destToken, uint256 srcAmount, uint256 receivedAmount, uint256 expectedAmount, string referrer)
This contract contains no constructor objects.
receive()
This contract contains no error objects.