BoltSwapV2Factory

Verified contract

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

No balances found for "BoltSwapV2Factory"

0x4b6ad3836daf097612aee62b10bf971a83a84501bf9669d539546e642a606865
0xe0f757e2cc457d6400a75396772c31dacbd7483b1836c23c76d3e8945c42893b
0xa61d1642a1469c8aeb1c5b369c0cdbbd6433bd17a35b5cced842397265dd38fa
0xbfe0011cf0d6dd7f34dca75d201ab2dfebeb49ce20b265b33a26f316891d2ed4

Functions
Getter at block 22961574
allPairsLength(view returns (uint256)
4
getInitializable(view returns (addressaddressbool)
(0x4200000000000000000000000000000000000006, 0xd9aaec86b65d86f6a7b5b1b0c42ffa531710b6ca, false)
isPaused(view returns (bool)
false
owner(view returns (address)
0x6af1ed1cbde0bf9440103bb507abd86b99514010
pairCodeHash(pure returns (bytes32)
0xa30843f44b1e09ef6622eba24503601a60d2177851f30ed3b4287b30c0d47476
pauser(view returns (address)
0x6af1ed1cbde0bf9440103bb507abd86b99514010
pendingPauser(view returns (address)
0x0000000000000000000000000000000000000000
protocolFeesRecipient(view returns (address)
0x6af1ed1cbde0bf9440103bb507abd86b99514010
protocolFeesShare(view returns (uint256)
0
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(