FFactory
Verified contract
Implementation
Active on
Base with 0 txns
Storage
Map
Table
Raw
Constants and immutables
8
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 "FFactory"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "FFactory"
ABI
ABI objects
Getter at block 22729870
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 tokenA, address tokenB) view returns (address)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
pairs(uint256) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events createPair(address tokenA, address tokenB) returns (address)
grantRole(bytes32 role, address account)
initialize(address taxVault_, uint256 buyTax_, uint256 sellTax_)
renounceRole(bytes32 role, address callerConfirmation)
revokeRole(bytes32 role, address account)
setRouter(address router_)
setTaxParams(address newVault_, uint256 buyTax_, uint256 sellTax_)
Initialized(uint64 version)
PairCreated(address indexed tokenA, address indexed tokenB, address pair, uint256 arg3)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
constructor()
This contract contains no fallback and receive objects.
AccessControlBadConfirmation()
AccessControlUnauthorizedAccount(address account, bytes32 neededRole)
InvalidInitialization()
NotInitializing()
ReentrancyGuardReentrantCall()