SolidlyV3Factory
Verified contract
Active on
Ethereum with 29 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 2 additional slots
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "SolidlyV3Factory"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20047721 | 6 months ago | | | 0 | 0.033756690 | |
| 20047362 | 6 months ago | | | 0 | 0.032063420 | |
| 19847124 | 7 months ago | | | 0 | 0.030175185 | |
| 19704298 | 7 months ago | | | 0 | 0.039374625 | |
| 19178289 | 10 months ago | | | 0 | 0.16568924 | |
| 19177337 | 10 months ago | | | 0 | 0.16143526 | |
| 19160116 | 10 months ago | | | 0 | 0.044364713 | |
| 19124173 | 10 months ago | | | 0 | 0.082836381 | |
| 19062711 | 10 months ago | | | 0 | 0.060386156 | |
| 18987108 | a year ago | | | 0 | 0.083316391 |
ABI
ABI objects
Getter at block 21290968
feeCollector() view returns (address)
0x6207801cf58ec8ff24d59dbb8fc25e4a20989ae7
getFeeSetters() view returns (address[])
[0xacE84676F40438CD12d6708AE5EB25Ce817fc207, 0xc45414F05520D6F1A40036cCB9265Ed18144247e, 0x238f1c0AF2f853ab392355516C3b8a0db5B959e5, 0x2A007e518481D94176F21EF83F4441e1d4A4F5b7, 0x05Ba24031D1b565F5414c31F50aF7E1B8892724e]
owner() view returns (address)
0x2a007e518481d94176f21ef83f4441e1d4a4f5b7
parameters() view returns (address factory, address token0, address token1, uint24 fee, int24 tickSpacing)
(factory=0x0000000000000000000000000000000000000000, token0=0x0000000000000000000000000000000000000000, token1=0x0000000000000000000000000000000000000000, fee=0, tickSpacing=0)
Read-only
feeAmountTickSpacing(uint24) view returns (int24)
getPool(address, address, int24) view returns (address)
isFeeSetter(address) view returns (uint256)
State-modifying
Events createPool(address tokenA, address tokenB, uint24 fee) returns (address pool)
enableFeeAmount(uint24 fee, int24 tickSpacing)
setFeeCollector(address _feeCollector)
setOwner(address _owner)
toggleFeeSetterStatus(address addr)
FeeAmountEnabled(uint24 indexed fee, int24 indexed tickSpacing)
FeeCollectorChanged(address indexed oldFeeCollector, address indexed newFeeCollector)
FeeSetterStatusToggled(address indexed addr, uint256 indexed newStatus)
OwnerChanged(address indexed oldOwner, address indexed newOwner)
PoolCreated(address indexed token0, address indexed token1, uint24 fee, int24 indexed tickSpacing, address pool)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.