AugustusSwapper
Verified contract
Active on
Ethereum with 19,442 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xb69f…dcd9
0x8860…e1a7
0x24a5…73be
0x4659…9d88
Balances ($0.00)
Native
Value
$0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.000001 | $3,166.74 |
$0 | |
DIGG | ERC-20 | 0 | $670.68 |
$0 | |
YFI | ERC-20 | 0 | $6,357.53 |
$0 | |
ABYSS | ERC-20 | 0 | $0.00605 |
$0 | |
1INCH | ERC-20 | 0 | $0.330977 |
$0 | |
OUSD | ERC-20 | 0 | $0.998471 |
$0 | |
BAC | ERC-20 | 0 | $0.001602 |
$0 | |
aYFI | ERC-20 | 0 | $6,356.62 |
$0 | |
HEGIC | ERC-20 | 0 | $0.017993 |
$0 | |
LDO | ERC-20 | 0 | $1.23 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17296890 | a year ago | | | 0.27507915 | 0.0046136112 | |
| 17296889 | a year ago | | | 0.27575265 | 0.0046398600 | |
| 16394515 | 2 years ago | | | 0.07 | 0.00048181500 | |
| 16369490 | 2 years ago | | | 0.0000008 | 0.00028527791 | |
| 13506564 | 3 years ago | | | 0.01 | 0.0055684800 | |
| 13326584 | 3 years ago | | | 0 | 0.0013621445 | |
| 12722342 | 3 years ago | | | 0.12 | 0.020370420 | |
| 12645137 | 3 years ago | | | 0.01636186 | 0.0073580797 | |
| 12623393 | 3 years ago | | | 0.004 | 0.00080878200 | |
| 12579461 | 3 years ago | | | 0.03 | 0.00088633000 |
ABI
ABI objects
Getter at block 21215969
getFeeWallet() view returns (address)
0x46598afd5f964350a2bf58053a5de39bff019d88
getGasMintPrice() view returns (uint256)
0
getPartnerRegistry() view returns (address)
0x24a5b9bb7dee3b88565288115dfa1d07b28773be
getTokenTransferProxy() view returns (address)
0xb69f9cd6c9dfe547ff83c1eb153a8a0abd7adcd9
getVersion() view returns (string)
2.1.0
getWhitelistAddress() view returns (address)
0x88609f48804f0c5c9801b44546c05cbe6c45e1a7
owner() view returns (address)
0xe6b692dcc972b9a5c3c414ac75ddc420b9edc92d
paused() view returns (bool)
true
Read-only
This contract contains no read-only function objects.
State-modifying
Events approve(address token, address to, uint256 amount)
buy(struct UtilsBuyData data) payable returns (uint256)
changeGSTHolder(address gstHolder)
multiSwap(struct UtilsSellData data) payable returns (uint256)
pause()
renounceOwnership()
setFeeWallet(address feeWallet)
setGasMintPrice(uint256 gasMintPrice)
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) payable
simpleSwap(address fromToken, address toToken, uint256 fromAmount, uint256 toAmount, uint256 expectedAmount, address[] callees, bytes exchangeData, uint256[] startIndexes, uint256[] values, address beneficiary, string referrer) payable returns (uint256)
transferOwnership(address newOwner)
transferTokens(address token, address destination, uint256 amount)
unpause()
withdrawAllWETH(address token)
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)
Paused()
Swapped(address initiator, address indexed beneficiary, address indexed srcToken, address indexed destToken, uint256 srcAmount, uint256 receivedAmount, uint256 expectedAmount, string referrer)
Unpaused()
constructor(address whitelist, address gasToken, address partnerRegistry, address feeWallet, address gstHolder)
receive()
This contract contains no error objects.