AugustusSwapper
Verified contract
Active on
Ethereum with 7 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x4e48…46ba
0xaa75…a293
0x7646…b264
0x7f0a…7289
Balances ($0.00)
No balances found for "AugustusSwapper"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 9950438 | 5 years ago | | | 0.01 | 0.00029489000 | |
| 9950378 | 5 years ago | | | 0.01 | 0.00029495000 | |
| 9826400 | 5 years ago | | | 0.01 | 0.0031605760 | |
| 9826364 | 5 years ago | | | 0.01 | 0.0093124000 | |
| 9826351 | 5 years ago | | | 0.0124 | 0.00041812000 | |
| 9826199 | 5 years ago | | | 0.1 | 0.0027256040 | |
| 9826107 | 5 years ago | | | 0.0127 | 0.00047114100 |
ABI
ABI objects
Getter at block 21328374
getFeeWallet() view returns (address)
0x7f0af2bdfccbfdb0704dcc155f4a9453d2097289
getPartnerRegistry() view returns (address)
0x76464327a9d1c84a9d98cc4ba1f8159fe0dcb264
getTokenTransferProxy() view returns (address)
0x4e48875dd7afe4af908886418b2f63a69ab746ba
getWhitelistAddress() view returns (address)
0xaa755c51d4b5015c53673d9061f58b4095f1a293
isOwner() view returns (bool)
false
owner() view returns (address)
0x05182e579fdfcf69e4390c3411d8fea1fb6467cf
paused() view returns (bool)
false
Read-only
This contract contains no read-only function objects.
State-modifying
Events mintGasTokens(uint256 amount)
multiSwap(address fromToken, address toToken, uint256 fromAmount, uint256 toAmount, uint256 expectedAmount, struct UtilsPath[] path, uint256 mintPrice, address beneficiary, 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()
FeeTaken(uint256 fee, uint256 partnerShare, uint256 paraswapShare)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused()
Swapped(address indexed beneficiary, address indexed srcToken, address indexed destToken, uint256 srcAmount, uint256 receivedAmount, uint256 expectedAmount, uint256 fee, string referrer)
Unpaused()
constructor(address whitelist, address gasToken, address partnerRegistry, address feeWallet)
fallback()
This contract contains no error objects.