Flight School Aero
Verified contract
Active on
Base with 2,140 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x79cf…90d3
Balances ($945,011.96)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
AERO | ERC-20 | 292.777416K | $2.20 |
$644,110.32 | |
KLIMA | ERC-20 | 194.009114K | $1.17 |
$226,990.66 | |
Mog | ERC-20 | 9.936704B | $0.000003 |
$32,294.29 | |
fBOMB | ERC-20 | 197.286372K | $0.064251 |
$12,675.85 | |
superOETHb | ERC-20 | 3.250216 | $3,886.98 |
$12,633.52 | |
ION | ERC-20 | 309.467832K | $0.033466 |
$10,356.73 | |
CHAMP | ERC-20 | 42.537995K | $0.089124 |
$3,791.16 | |
RWAX | ERC-20 | 2.977826K | $0.418924 |
$1,247.48 | |
OGN | ERC-20 | 6.051246K | $0.147146 |
$890.42 | |
SolvBTC | ERC-20 | 0.000097 | $100,353.00 |
$9.75 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 23601026 | a few seconds ago | | | 0 | 0.000014911351 | |
| 23601011 | a minute ago | | | 0 | 0.000014197168 | |
| 23600995 | 2 minutes ago | | | 0 | 0.000016965607 | |
| 23600979 | 2 minutes ago | | | 0 | 0.000010680743 | |
| 23600963 | 3 minutes ago | | | 0 | 0.000016806318 | |
| 23600947 | 3 minutes ago | | | 0 | 0.000014181714 | |
| 23600931 | 4 minutes ago | | | 0 | 0.0000083889107 | |
| 23600915 | 4 minutes ago | | | 0 | 0.000010248524 | |
| 23600899 | 5 minutes ago | | | 0 | 0.000014865111 | |
| 23600883 | 5 minutes ago | | | 0 | 0.0000083447420 |
ABI
ABI objects
Getter at block 23601039
ALLOWED_CALLER() view returns (bytes32)
0x7437720917ffc71be5dbfd61616849063f25aa1b112e64e43aaa76f282aaddff
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MAX_SLIPPAGE() view returns (uint256)
500
POINTS() view returns (uint256)
3
autoConverterFactory() view returns (address)
0xb805fca66277acfc45dcbbac0f770588f2b3a223
distributor() view returns (address)
0x227f65131a261548b057215bb1d5ab2997964c7d
keeperLastRun() view returns (uint256)
1733991399
mTokenId() view returns (uint256)
10296
name() view returns (string)
Flight School Aero
optimizer() view returns (address)
0x79cf636530790602e74500ae560047c98a6990d3
relayFactory() view returns (address)
0xb805fca66277acfc45dcbbac0f770588f2b3a223
router() view returns (address)
0xcf77a3ba9a5ca399b7c97c74d54e5b1beb874e43
token() view returns (address)
0x940181a94a35a4569e4529a3cdfb74e38fd98631
ve() view returns (address)
0xebf418fe2512e7e6bd9b87a8f0f294acdc67e6b4
velo() view returns (address)
0x940181a94a35a4569e4529a3cdfb74e38fd98631
voter() view returns (address)
0x16613524e02ad97edfef371bc883f2f5d6c480a5
Read-only
amountTokenEarned(uint256 epoch) view returns (uint256 amount)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events claimBribes(address[] _bribes, address[][] _tokens)
claimFees(address[] _fees, address[][] _tokens)
grantRole(bytes32 role, address account)
increaseAmount(uint256 _value)
initialize(uint256 _mTokenId)
multicall(bytes[] _calls)
onERC721Received(address, address, uint256, bytes) returns (bytes4)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setOptimizer(address _optimizer)
swapTokenToTokenWithOptionalRoute(address _token, uint256 _slippage, struct IRouterRoute[] _optionalRoute)
sweep(address _token, address _recipient, uint256 _amount)
vote(address[] _poolVote, uint256[] _weights)
Initialized(uint8 version)
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)
SetOptimizer(address indexed _optimizer)
SwapTokenToToken(address indexed claimer, address indexed token, uint256 amountIn, uint256 amountOut, struct IRouterRoute[] routes)
constructor(address _voter, address _admin, string _name, address _router, address _token, address _optimizer, address _relayFactory)
This contract contains no fallback and receive objects.
AmountInZero()
InvalidPath()
ManagedTokenNotOwned()
MulticallFailed()
NoRouteFound()
NotHighLiquidityToken()
NotKeeper()
OptimizerNotApproved()
SameOptimizer()
SlippageTooHigh()
TokenIdNotManaged()
TooLate()
TooSoon()
UnequalLengths()
ZeroAddress()