ABE

Verified contract

Active on Ethereum with 2,466 txns
Deployed by via 0x8f64f822 at 20922231
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $2,483.87
0xd9b413be193f1b2b1b26d7f8556e8482a3ad35e77dcfaee990af99a5ad1fbea0
0x3d25f192818b160c29893217e432847db6bbc9ae7f70f9fff30f244385c83dc3
0x4b19e7a0005e9afef352d5e0466a4f59e1450de20c929f6a332d7edb094eb88e
0x4cde00a2a2e9a8085998bc46b332c36be34a51fdf3818252ed15cd9337fba2c0
0x44a570c10b65bc906169a1a941390ae3a3d909da41c238457266516fe31ccc5f
0x523003d417a0cd41a6c952364345cd2c3fbf5168e67d43fb1ea15537d6370665
0xe0bfa0c3fb3bbd239d550030651e17115f5340e9fb703bcbb8c71bcc3362b182
0xd6df7075e104d95f141d552291fb2004411d3ec964b8a123f0fe2f6f7b7611e4
0x305f96b906fcad9eba1386c3e050675b446f74c94dff802e534d8ca5635328e0
0xc3454a219b7d55838d76c4a9deef62690e275749a5d765021ba4d714fdc6cd49

Functions
Getter at block 21285160
antibotWallet(view returns (address)
0xe81ba2af3372fdd858eafd069b89d211cfd1835b
buyPercent(view returns (uint256)
0
decimals(view returns (uint8)
18
name(view returns (string)
ABE
openTrading(view returns (bool)
true
owner(view returns (address)
0x0000000000000000000000000000000000000000
sellPercent(view returns (uint256)
0
swapEnabled(view returns (bool)
false
swapThreshold(view returns (uint256)
1050000000000000000000000
symbol(view returns (string)
ABE
totalSupply(view returns (uint256)
350000000000000000000000000
uniPair(view returns (address)
0x93f0218b8f245543978d23a75b1c9938eff1a902
uniRouter(view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
freelos(addressview returns (bool)
State-modifying
approve(address spenderuint256 valuereturns (bool)
clearStuckToken(address _tokenuint256 numTokensreturns (bool)
editFreelos(address[] _freelosbool _status
manualSend(
renounceOwnership(
setConfig(uint256 _buyPercentuint256 _sellPercent
setSwapSettings(bool _enableduint256 _threshold
setWallets(address _antibotWallet
startTrading(
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed spenderuint256 value
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(string _namestring _symboluint256 _totalSupplyaddress _router
Fallback and receive
receive(
Errors
AddressInsufficientBalance(address account
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender
FailedInnerCall(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
TradingNotOpen(
UnauthorizedCaller(