FFactory

Verified contract

Implementation

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

No balances found for "FFactory"

No transactions found for "FFactory"


Functions
Getter at block 22751235
ADMIN_ROLE(view returns (bytes32)
0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775
CREATOR_ROLE(view returns (bytes32)
0x828634d95e775031b9ff576b159a8509d3053581a8c9c4d7d86899e0afcd882f
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
allPairsLength(view returns (uint256)
0
buyTax(view returns (uint256)
0
router(view returns (address)
0x0000000000000000000000000000000000000000
sellTax(view returns (uint256)
0
taxVault(view returns (address)
0x0000000000000000000000000000000000000000
Read-only
getPair(address tokenAaddress tokenBview returns (address)
getRoleAdmin(bytes32 roleview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
pairs(uint256view returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
State-modifying
createPair(address tokenAaddress tokenBreturns (address)
grantRole(bytes32 roleaddress account
initialize(address taxVault_uint256 buyTax_uint256 sellTax_
renounceRole(bytes32 roleaddress callerConfirmation
revokeRole(bytes32 roleaddress account
setRouter(address router_
setTaxParams(address newVault_uint256 buyTax_uint256 sellTax_
Events
Initialized(uint64 version
PairCreated(address indexed tokenAaddress indexed tokenBaddress pairuint256 arg3
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AccessControlBadConfirmation(
AccessControlUnauthorizedAccount(address accountbytes32 neededRole
InvalidInitialization(
NotInitializing(
ReentrancyGuardReentrantCall(