PoolsConfig
Verified contract
Active on
Ethereum with 8 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "PoolsConfig"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19701994 | 8 months ago | | | 0 | 0.00034271852 | |
| 19701979 | 8 months ago | | | 0 | 0.0015081226 | |
| 19701978 | 8 months ago | | | 0 | 0.0015389197 | |
| 19701977 | 8 months ago | | | 0 | 0.0014364331 | |
| 19701976 | 8 months ago | | | 0 | 0.0014373525 | |
| 19701975 | 8 months ago | | | 0 | 0.0014730870 | |
| 19701974 | 8 months ago | | | 0 | 0.0014276427 | |
| 19701973 | 8 months ago | | | 0 | 0.0015236615 |
ABI
ABI objects
Getter at block 21380267
maximumWhitelistedPools() view returns (uint256)
50
numberOfWhitelistedPools() view returns (uint256)
7
owner() view returns (address)
0x1a4dde15c7fdd2363027d859f7ea6274bf15e5f8
whitelistedPools() view returns (bytes32[])
[0x1ac10d26f986e70562c7da2dbe01bed7c46ac194c1cdd760efde7362a0c59c57, 0x5747d8e75d2493ebee559c4c5d12bf1fbda87dc241e8b7ca488c7a3829adbac2, 0x85053f65cd1ece2bb37b70c13d66eadebf2779df5ddd68cf12f3ccfdc6bfe760, 0x2b2f5776e38002e0c013d0d89828fdb06fee595ea2d5ed4b194e3883e823e350, 0x49ac7cf15ee63cfb424f6c6960feac21491b6a71bd520d5acc60b88454052cf3, 0xb841c79b5a65b64cfe7b8dd93a35935ff902a3abd8a11e01063e6a3cc0827049, 0x4aafb64a36177dc82e7ace74cf60cc655659bc049da9533b5f7a6881bea995c6]
Read-only
isWhitelisted(bytes32 poolID) view returns (bool)
tokenHasBeenWhitelisted(address token, address weth, address usdc) view returns (bool)
underlyingPoolTokens(bytes32) view returns (address tokenA, address tokenB)
underlyingTokenPair(bytes32 poolID) view returns (address tokenA, address tokenB)
State-modifying
Events changeMaximumWhitelistedPools(bool increase)
renounceOwnership()
transferOwnership(address newOwner)
unwhitelistPool(address tokenA, address tokenB)
whitelistPool(address tokenA, address tokenB)
MaximumWhitelistedPoolsChanged(uint256 newMaxPools)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PoolUnwhitelisted(address indexed tokenA, address indexed tokenB)
PoolWhitelisted(address indexed tokenA, address indexed tokenB)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.