LeetSwapV2Factory
Verified contract
Active on
Base with 39 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "LeetSwapV2Factory"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 2159786 | a year ago | | | 0 | 0.000045971200 | |
| 2157822 | a year ago | | | 0 | 0.000048864800 | |
| 2157129 | a year ago | | | 0 | 0.000048844400 | |
| 2154379 | a year ago | | | 0 | 0.000048557100 | |
| 2126037 | a year ago | | | 0 | 0.000053247502 | |
| 2105266 | a year ago | | | 0 | 0.000046478400 | |
| 2101202 | a year ago | | | 0 | 0.000048557100 | |
| 2092744 | a year ago | | | 0 | 0.000046478400 | |
| 2071617 | a year ago | | | 0 | 0.000051413400 | |
| 2047705 | a year ago | | | 0 | 0.0000046149023 |
ABI
ABI objects
Getter at block 22748187
allPairsLength() view returns (uint256)
4499
getInitializable() view returns (address, address, bool)
(0x4200000000000000000000000000000000000006, 0x5df76f25d877142ce2d1f20612bb5c07009a4c63, false)
isPaused() view returns (bool)
false
owner() view returns (address)
0xd40846a19fdc9c8255dccd18bcbb261bdbf5e4db
pairCodeHash() pure returns (bytes32)
0x28086d29c039f716c897e0615045599a42ea0133fa059e92faff694d05cfcd49
pauser() view returns (address)
0xd40846a19fdc9c8255dccd18bcbb261bdbf5e4db
pendingPauser() view returns (address)
0xd40846a19fdc9c8255dccd18bcbb261bdbf5e4db
protocolFeesRecipient() view returns (address)
0xd40846a19fdc9c8255dccd18bcbb261bdbf5e4db
protocolFeesShare() view returns (uint256)
5000
tradingFeesOracle() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
allPairs(uint256) view returns (address)
getPair(address tokenA, address tokenB) view returns (address)
getPair(address tokenA, address tokenB, bool stable) view returns (address)
isPair(address) view returns (bool)
tradingFees(address pair, address to) view returns (uint256 fees)
State-modifying
Events acceptPauser()
createPair(address tokenA, address tokenB) returns (address pair)
createPair(address tokenA, address tokenB, bool stable) returns (address pair)
renounceOwnership()
setPause(bool _state)
setPauser(address _pauser)
setProtocolFeesRecipient(address _protocolFeesRecipient)
setProtocolFeesShare(uint256 _protocolFeesShare)
setTradingFees(uint256 _fee)
setTradingFeesOracle(address _tradingFeesOracle)
transferOwnership(address newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PairCreated(address indexed token0, address indexed token1, bool stable, address pair, uint256 arg4)
constructor()
This contract contains no fallback and receive objects.
IdenticalAddress()
PairExists()
Unauthorized()
ZeroAddress()