BoltSwapV2Factory

Verified contract

Active on Base with 0 txns
Deployed by via 0xfbb013ce at 3292327
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "BoltSwapV2Factory"

No transactions found for "BoltSwapV2Factory"


Functions
Getter at block 22946698
allPairsLength(view returns (uint256)
2
getInitializable(view returns (addressaddressbool)
(0x9104800a2cf14689b247cc41fb30ef73fc6e48c7, 0xd9aaec86b65d86f6a7b5b1b0c42ffa531710b6ca, false)
isPaused(view returns (bool)
false
owner(view returns (address)
0x6af1ed1cbde0bf9440103bb507abd86b99514010
pairCodeHash(pure returns (bytes32)
0x7873a0a9bb8f1dd3fa3de610fc099f9396f9cf08d6e2134703bbcac04367cd7d
pauser(view returns (address)
0x6af1ed1cbde0bf9440103bb507abd86b99514010
pendingPauser(view returns (address)
0x0000000000000000000000000000000000000000
protocolFeesRecipient(view returns (address)
0x6af1ed1cbde0bf9440103bb507abd86b99514010
protocolFeesShare(view returns (uint256)
5000
tradingFeesOracle(view returns (address)
0x0000000000000000000000000000000000000000
Read-only
allPairs(uint256view returns (address)
getPair(address tokenAaddress tokenBview returns (address)
getPair(address tokenAaddress tokenBbool stableview returns (address)
isPair(addressview returns (bool)
tradingFees(address pairaddress toview returns (uint256 fees)
State-modifying
acceptPauser(
createPair(address tokenAaddress tokenBreturns (address pair)
createPair(address tokenAaddress tokenBbool stablereturns (address pair)
renounceOwnership(
setPause(bool _state
setPauser(address _pauser
setProtocolFeesRecipient(address _protocolFeesRecipient
setProtocolFeesShare(uint256 _protocolFeesShare
setTradingFees(uint256 _fee
setTradingFeesOracle(address _tradingFeesOracle
transferOwnership(address newOwner
Events
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
PairCreated(address indexed token0address indexed token1bool stableaddress pairuint256 arg4
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
IdenticalAddress(
PairExists(
Unauthorized(
ZeroAddress(