AugustusSwapper
Verified contract
Active on
Ethereum with 31,407 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x0a87…238e
0x24b9…4e9c
0x3319…eb1b
0x6f52…dc06
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
OSW | ERC-20 | 5 | -- | -- | |
YFID | ERC-20 | 0.1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20393888 | 3 months ago | | | 0.0009919508 | 0.000031528000 | |
| 20251084 | 4 months ago | | | 0.001 | 0.000036025000 | |
| 20250889 | 4 months ago | | | 0.02 | 0.000035879800 | |
| 16168663 | 2 years ago | | | 0.002 | 0.00091361600 | |
| 15558298 | 2 years ago | | | 0.00005 | 0.000062912000 | |
| 15427807 | 2 years ago | | | 0.003 | 0.000063032000 | |
| 15246503 | 2 years ago | | | 0.0002 | 0.000094548000 | |
| 14370564 | 3 years ago | | | 0.018 | 0.0023164140 | |
| 13326600 | 3 years ago | | | 0 | 0.0013977567 | |
| 13274956 | 3 years ago | | | 0.0021 | 0.011568613 |
ABI
ABI objects
Getter at block 21160405
getFeeWallet() view returns (address)
0x6f52a45c54518e5726dfd76d6472ce4f8cd3dc06
getPartnerRegistry() view returns (address)
0x331965f62f181028f54b93547fc469975c49eb1b
getTokenTransferProxy() view returns (address)
0x0a87c89b5007ff406ab5280abdd80fc495ec238e
getVersion() view returns (string)
2.0.0
getWhitelistAddress() view returns (address)
0x24b9f95da501d6ce2d7a1629db5fb15aec244e9c
owner() view returns (address)
0xe6b692dcc972b9a5c3c414ac75ddc420b9edc92d
paused() view returns (bool)
true
Read-only
This contract contains no read-only function objects.
State-modifying
Events buy(address fromToken, address toToken, uint256 fromAmount, uint256 toAmount, uint256 expectedAmount, struct UtilsBuyRoute[] route, uint256 mintPrice, address beneficiary, uint256 donationBasisPoints, string referrer) payable returns (uint256)
changeGSTHolder(address gstHolder)
multiSwap(address fromToken, address toToken, uint256 fromAmount, uint256 toAmount, uint256 expectedAmount, struct UtilsPath[] path, uint256 mintPrice, address beneficiary, uint256 donationBasisPoints, string referrer) payable returns (uint256)
ownerTransferTokens(address token, address destination, uint256 amount)
pause()
renounceOwnership()
setFeeWallet(address feeWallet)
setPartnerRegistry(address partnerRegistry)
setWhitelistAddress(address whitelisted)
transferOwnership(address newOwner)
unpause()
Bought(address initiator, address indexed beneficiary, address indexed srcToken, address indexed destToken, uint256 srcAmount, uint256 receivedAmount, uint256 expectedAmount, string referrer)
Donation(address indexed receiver, uint256 donationBasisPoints)
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.