BoltSwapV2Factory
Verified contract
Active on
Base with 4 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 "BoltSwapV2Factory"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15634414 | 6 months ago | | | 0 | 3.7387122e-7 | |
| 15634410 | 6 months ago | | | 0 | 3.7329402e-7 | |
| 3291015 | a year ago | | | 0 | 6.4788984e-7 | |
| 3291013 | a year ago | | | 0 | 6.4680591e-7 |
ABI
ABI objects
Getter at block 22961574
allPairsLength() view returns (uint256)
4
getInitializable() view returns (address, address, bool)
(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(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()