Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
EAGLE | ERC-20 | 2.451257M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15911125 | 6 months ago | | | 0 | 3.7116631e-7 | |
| 12795532 | 8 months ago | | | 0 | 5.6425959e-7 | |
| 12749094 | 8 months ago | | | 0 | 8.6047089e-7 | |
| 12642348 | 8 months ago | | | 0 | 0.0000039511755 | |
| 12642084 | 8 months ago | | | 0 | 0.0000015408854 | |
| 12642083 | 8 months ago | | | 0 | 0.0000015408854 | |
| 12642082 | 8 months ago | | | 0 | 0.0000015408854 | |
| 12642081 | 8 months ago | | | 0 | 0.0000015408854 | |
| 12642080 | 8 months ago | | | 0 | 0.0000015408854 | |
| 12642079 | 8 months ago | | | 0 | 0.0000015408854 |
ABI
ABI objects
Getter at block 23215185
decimals() view returns (uint8)
18
feeRecipientAddr() view returns (address)
0x8db4c7229083bd50087d289a07bd60f1af732eae
feeThreshold() view returns (uint256)
50000000000000000000000000
maxSwapTxAmount() view returns (uint256)
50000000000000000000000000
maxWallet() view returns (uint256)
50000000000000000000000000
name() view returns (string)
Eagle
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
EAGLE
totalSupply() view returns (uint256)
100000100000000005366162204393472
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)
approveLP(uint256 amount)
disableHoldingLimit()
disableLimits()
disableSwapLimit()
excludeWallets(address[] _wallets)
removeStuckERC20(address token)
removeStuckETH()
renounceOwnership()
swapBack()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
updateFeeTokenThreshold(uint256 newThreshold)
updateSwapFees(uint256 newBuyFee, uint256 newSellFee)
Approval(address indexed owner, address indexed spender, uint256 value)
FeeSwap(uint256 indexed value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _lpAllowed)
receive()
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)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)