Federal
Unverified contract
Proxy
Active on
Base with 7 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
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 "Federal"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17185826 | 5 months ago | | | 0 | 4.8156373e-7 | |
| 16998141 | 5 months ago | | | 0 | 0.0000075003803 | |
| 16963090 | 5 months ago | | | 0 | 4.3474066e-7 | |
| 16962630 | 5 months ago | | | 0 | 0.0000079938017 | |
| 16940513 | 5 months ago | | | 0 | 0.0000075022117 | |
| 16813615 | 5 months ago | | | 0 | 0.0000075022117 | |
| 16766758 | 5 months ago | | | 0 | 2.2891813e-7 |
ABI
ABI objects
Getter at block 23234465
decimals() view returns (uint8)
18
maxWallet() view returns (uint256)
10000000000000000000000000
name() view returns (string)
Federal
owner() view returns (address)
0x38c11fbae0cf57b55a00951fba9e6d1fdb4805db
pairAddress() view returns (address)
0x842f820893eeef4eb482e002dcb72399bfb6f731
symbol() view returns (string)
FED
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
init(address _unifactory, address _weth, string name_, string symbol_, uint256 initialSupply_, uint256 maxWallet_)
renounceOwnership()
setmaxWallet(uint256 _maxWallet)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Initialized(uint64 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
InvalidInitialization()
NotInitializing()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)