FRouter

Verified contract

Implementation

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

No balances found for "FRouter"

No transactions found for "FRouter"


Functions
Getter at block 22928177
ADMIN_ROLE(view returns (bytes32)
0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
EXECUTOR_ROLE(view returns (bytes32)
0xd8aa0f3194971a2a116679f7c2090f6939c8d4e01a2a8d7e41d55e5351469e63
assetToken(view returns (address)
0x0000000000000000000000000000000000000000
factory(view returns (address)
0x0000000000000000000000000000000000000000
Read-only
getAmountsOut(address tokenaddress assetToken_uint256 amountInview returns (uint256 _amountOut)
getRoleAdmin(bytes32 roleview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
supportsInterface(bytes4 interfaceIdview returns (bool)
State-modifying
addInitialLiquidity(address token_uint256 amountToken_uint256 amountAsset_returns (uint256uint256)
approval(address pairaddress assetaddress spenderuint256 amount
buy(uint256 amountInaddress tokenAddressaddress toreturns (uint256uint256)
graduate(address tokenAddress
grantRole(bytes32 roleaddress account
initialize(address factory_address assetToken_
renounceRole(bytes32 roleaddress callerConfirmation
revokeRole(bytes32 roleaddress account
sell(uint256 amountInaddress tokenAddressaddress toreturns (uint256uint256)
Events
Initialized(uint64 version
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
AddressEmptyCode(address target
AddressInsufficientBalance(address account
FailedInnerCall(
InvalidInitialization(
NotInitializing(
ReentrancyGuardReentrantCall(
SafeERC20FailedOperation(address token