Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.000859 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22532674 | 4 days ago | | | 0 | 2.9218770e-7 | |
| 21240134 | a month ago | | | 0 | 0.0000060993571 | |
| 21240089 | a month ago | | | 0 | 0.0000061806574 | |
| 21222156 | a month ago | | | 0 | 0.0000031394919 | |
| 21066665 | a month ago | | | 0 | 0.000014071040 | |
| 20893216 | a month ago | | | 0 | 0.000012817200 | |
| 20342794 | 2 months ago | | | 0 | 0.0000066108773 | |
| 20342779 | 2 months ago | | | 0 | 0.0000066039045 | |
| 19982394 | 2 months ago | | | 0 | 0.000014539508 | |
| 19982378 | 2 months ago | | | 0 | 0.000014485987 |
ABI
ABI objects
Getter at block 22697607
MAX_FEE() view returns (uint256)
300
ZERO_FEE_INDICATOR() view returns (uint256)
420
allPoolsLength() view returns (uint256)
3445
feeManager() view returns (address)
0xe6a41fe61e7a1996b59d508661e3f524d6a32075
implementation() view returns (address)
0xa4e46b4f701c62e14df11b48dce76a7d793cd6d7
isPaused() view returns (bool)
false
pauser() view returns (address)
0xe6a41fe61e7a1996b59d508661e3f524d6a32075
stableFee() view returns (uint256)
5
volatileFee() view returns (uint256)
30
voter() view returns (address)
0x16613524e02ad97edfef371bc883f2f5d6c480a5
Read-only
allPools(uint256) view returns (address)
customFee(address) view returns (uint256)
getFee(address pool, bool _stable) view returns (uint256)
getPool(address tokenA, address tokenB, bool stable) view returns (address)
getPool(address tokenA, address tokenB, uint24 fee) view returns (address)
isPool(address pool) view returns (bool)
State-modifying
Events createPool(address tokenA, address tokenB, bool stable) returns (address pool)
createPool(address tokenA, address tokenB, uint24 fee) returns (address pool)
setCustomFee(address pool, uint256 fee)
setFee(bool _stable, uint256 _fee)
setFeeManager(address _feeManager)
setPauseState(bool _state)
setPauser(address _pauser)
setVoter(address _voter)
PoolCreated(address indexed token0, address indexed token1, bool indexed stable, address pool, uint256 arg4)
SetCustomFee(address indexed pool, uint256 fee)
SetFeeManager(address feeManager)
SetPauseState(bool state)
SetPauser(address pauser)
SetVoter(address voter)
constructor(address _implementation)
This contract contains no fallback and receive objects.
FeeInvalid()
FeeTooHigh()
InvalidPool()
NotFeeManager()
NotPauser()
NotVoter()
PoolAlreadyExists()
SameAddress()
ZeroAddress()
ZeroFee()