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 "iZiSwapFactory"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10340715 | 9 months ago | | | 0 | 0.000072525020 | |
| 9902722 | 9 months ago | | | 0 | 0.000000001173416862 | |
| 1999008 | a year ago | | | 0 | 0.00019404000 | |
| 1998999 | a year ago | | | 0 | 0.00019404000 |
ABI
ABI objects
Getter at block 22008511
chargeReceiver() view returns (address)
0x195bb56eae9832cf9dfc5e5982b11eb379a1cb7d
defaultFeeChargePercent() view returns (uint24)
50
deployPoolParams() view returns (address tokenX, address tokenY, uint24 fee, int24 currentPoint, int24 pointDelta, uint24 feeChargePercent)
(tokenX=0x0000000000000000000000000000000000000000, tokenY=0x0000000000000000000000000000000000000000, fee=0, currentPoint=0, pointDelta=0, feeChargePercent=0)
flashModule() view returns (address)
0xbd6aba1ef82a4cd6e15cb05e95f433ef48dfb5df
limitOrderModule() view returns (address)
0xe96526e92ee57bbd468da1721987aa988b008768
liquidityModule() view returns (address)
0xf4efdb5a1e852f78e807fae7100b1d38351e38c7
only_addr_() view returns (address)
0x8c7d3063579bdb0b90997e18a770eae32e1ebb08
owner() view returns (address)
0x0000844727ea272f790c0350ceb7a50d9be7c965
swapX2YModule() view returns (address)
0x4d4673745aac664efb9758fdd571f40d78a87bfe
swapY2XModule() view returns (address)
0x32d02fc7722e81f6ac60b87ea8b4b63a52ad2b55
Read-only
fee2pointDelta(uint24) view returns (int24)
pool(address, address, uint24) view returns (address)
State-modifying
Events enableFeeAmount(uint24 fee, uint24 pointDelta)
modifyChargeReceiver(address _chargeReceiver)
modifyDefaultFeeChargePercent(uint24 _defaultFeeChargePercent)
newPool(address tokenX, address tokenY, uint24 fee, int24 currentPoint) returns (address addr)
renounceOwnership()
transferOwnership(address newOwner)
NewPool(address indexed tokenX, address indexed tokenY, uint24 indexed fee, uint24 pointDelta, address pool)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _chargeReceiver, address _swapX2YModule, address _swapY2XModule, address _liquidityModule, address _limitOrderModule, address _flashModule, uint24 _defaultFeeChargePercent)
This contract contains no fallback and receive objects.
This contract contains no error objects.