AugustusV6
Verified contract
Active on
Ethereum with 2,352 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x45a6…4bfa
Balances ($4.51)
Native
Value
$0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0 | $3,173.03 |
$0 | |
MPS | ERC-20 | 1 | $4.49 |
$4.49 | |
EURS | ERC-20 | 0.01 | $1.057 |
$0.01 | |
GUSD | ERC-20 | 0.01 | $0.999405 |
$0.01 | |
WBTC | ERC-20 | 0 | $90,791.00 |
$0 | |
UOS | ERC-20 | 0.0001 | $0.074794 |
$0 | |
USDT | ERC-20 | 0.000001 | $1.00 |
$0 | |
USDC | ERC-20 | 0.000001 | $0.999913 |
$0 | |
wTAO | ERC-20 | 0 | $522.63 |
$0 | |
xFUND | ERC-20 | 0 | $389.39 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20126111 | 5 months ago | | | 0 | 0.0031418593 | |
| 20126026 | 5 months ago | | | 0.018 | 0.0011866597 | |
| 20125826 | 5 months ago | | | 0 | 0.0036792861 | |
| 20125650 | 5 months ago | | | 0 | 0.0049084881 | |
| 20125647 | 5 months ago | | | 0 | 0.0046075579 | |
| 20125608 | 5 months ago | | | 0 | 0.0028167551 | |
| 20125594 | 5 months ago | | | 0 | 0.0012048635 | |
| 20125590 | 5 months ago | | | 0 | 0.00059059743 | |
| 20125580 | 5 months ago | | | 0 | 0.00056721515 | |
| 20125546 | 5 months ago | | | 0 | 0.0016134380 |
ABI
ABI objects
Getter at block 21202028
AUGUSTUS_RFQ() view returns (address)
0xe92b586627cca7a83dc919cc7127196d70f55a06
BALANCER_VAULT() view returns (address)
0xba12222222228d8ba445958a75a0704d566bf2c8
FEE_VAULT() view returns (address)
0x00700052c0608f670705380a4900e0a8080010cc
MAX_FEE_PERCENT() view returns (uint256)
200
MINIMUM_SURPLUS_EPSILON_AND_ONE_WEI() view returns (uint256)
11
PARASWAP_REFERRAL_SHARE() view returns (uint256)
5000
PARASWAP_SLIPPAGE_SHARE() view returns (uint256)
10000
PARASWAP_SURPLUS_SHARE() view returns (uint256)
5000
PARTNER_REFERRAL_SHARE() view returns (uint256)
2500
PARTNER_SHARE_PERCENT() view returns (uint256)
8500
PERMIT2() view returns (address)
0x000000000022d473030f116ddee9f6b43ac78ba3
SURPLUS_PERCENT() view returns (uint256)
100
UNISWAP_V2_FACTORY_AND_FF() view returns (uint256)
115503056148776755782671941100287934110443767449021598599426467662402456387584
UNISWAP_V2_POOL_INIT_CODE_HASH() view returns (uint256)
68258024698789349894765071221733254692395760896603232917352833510768193864799
UNISWAP_V3_FACTORY_AND_FF() view returns (uint256)
115395599522508061429428307120883023012361415493104242916976774162621891870720
UNISWAP_V3_POOL_INIT_CODE_HASH() view returns (uint256)
102814774271675688723325049954498779091328469440286648861889194717372678376276
WETH() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
feeWallet() view returns (address)
0x4d5401b9e9dcd7c9097e1df036c3afafc35d604f
feeWalletDelegate() view returns (address)
0x45a6e007c874ffc6321d6fb90eac272dd6864bfa
paused() view returns (bool)
false
version() pure returns (string)
6.1.0
Read-only
blacklistedTokens(address token) view returns (bool isBlacklisted)
parsePartnerAndFeeData(uint256 partnerAndFee) pure returns (address partner, uint256 feeData)
State-modifying
Events swapExactAmountIn(address executor, struct GenericData swapData, uint256 partnerAndFee, bytes permit, bytes executorData) payable returns (uint256 receivedAmount, uint256 paraswapShare, uint256 partnerShare)
swapExactAmountInOnBalancerV2(struct BalancerV2Data balancerData, uint256 partnerAndFee, bytes permit, bytes data) payable returns (uint256 receivedAmount, uint256 paraswapShare, uint256 partnerShare)
swapExactAmountInOnCurveV1(struct CurveV1Data curveV1Data, uint256 partnerAndFee, bytes permit) payable returns (uint256 receivedAmount, uint256 paraswapShare, uint256 partnerShare)
swapExactAmountInOnCurveV2(struct CurveV2Data curveV2Data, uint256 partnerAndFee, bytes permit) payable returns (uint256 receivedAmount, uint256 paraswapShare, uint256 partnerShare)
swapExactAmountInOnUniswapV2(struct UniswapV2Data uniData, uint256 partnerAndFee, bytes permit) payable returns (uint256 receivedAmount, uint256 paraswapShare, uint256 partnerShare)
swapExactAmountInOnUniswapV3(struct UniswapV3Data uniData, uint256 partnerAndFee, bytes permit) payable returns (uint256 receivedAmount, uint256 paraswapShare, uint256 partnerShare)
swapExactAmountOut(address executor, struct GenericData swapData, uint256 partnerAndFee, bytes permit, bytes executorData) payable returns (uint256 spentAmount, uint256 receivedAmount, uint256 paraswapShare, uint256 partnerShare)
swapExactAmountOutOnBalancerV2(struct BalancerV2Data balancerData, uint256 partnerAndFee, bytes permit, bytes data) payable returns (uint256 spentAmount, uint256 receivedAmount, uint256 paraswapShare, uint256 partnerShare)
swapExactAmountOutOnUniswapV2(struct UniswapV2Data uniData, uint256 partnerAndFee, bytes permit) payable returns (uint256 spentAmount, uint256 receivedAmount, uint256 paraswapShare, uint256 partnerShare)
swapExactAmountOutOnUniswapV3(struct UniswapV3Data uniData, uint256 partnerAndFee, bytes permit) payable returns (uint256 spentAmount, uint256 receivedAmount, uint256 paraswapShare, uint256 partnerShare)
swapOnAugustusRFQTryBatchFill(struct AugustusRFQData data, struct OrderInfo[] orders, bytes permit) payable returns (uint256 spentAmount, uint256 receivedAmount)
uniswapV3SwapCallback(int256 amount0Delta, int256 amount1Delta, bytes data)
DiamondCut(struct IDiamondCutFacetCut[] _diamondCut, address _init, bytes _calldata)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _owner, address _diamondCutFacet, address _weth, address _balancerVault, uint256 _uniV3FactoryAndFF, uint256 _uniswapV3PoolInitCodeHash, uint256 _uniswapV2FactoryAndFF, uint256 _uniswapV2PoolInitCodeHash, address _rfq, address _feeVault, address _permit2)
fallback()
receive()
ArbitrageNotSupported()
CallbackTransferFailed()
ContractPaused()
IncorrectEthAmount()
InitializationFunctionReverted(address _initializationContractAddress, bytes _calldata)
InsufficientBalanceToPayFees()
InsufficientReturnAmount()
InvalidCaller()
InvalidOrdersLength()
InvalidQuotedAmount()
InvalidSelector()
InvalidToAmount()
Permit2Failed()
UnauthorizedUser()