Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($2,483.87)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ABE | ERC-20 | 6.706812M | $0.00037 |
$2,483.87 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21275922 | a day ago | | | 0 | 0.00031205703 | |
| 21274158 | 2 days ago | | | 0 | 0.00028736200 | |
| 21271098 | 2 days ago | | | 0 | 0.00031520907 | |
| 21270328 | 2 days ago | | | 0 | 0.00046575219 | |
| 21268553 | 2 days ago | | | 0 | 0.00040663917 | |
| 21266813 | 3 days ago | | | 0 | 0.0011362236 | |
| 21264504 | 3 days ago | | | 0 | 0.00074038277 | |
| 21264491 | 3 days ago | | | 0 | 0.00065000290 | |
| 21264227 | 3 days ago | | | 0 | 0.00065524774 | |
| 21262970 | 3 days ago | | | 0 | 0.00040153218 |
ABI
ABI objects
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 owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
freelos(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
clearStuckToken(address _token, uint256 numTokens) returns (bool)
editFreelos(address[] _freelos, bool _status)
manualSend()
renounceOwnership()
setConfig(uint256 _buyPercent, uint256 _sellPercent)
setSwapSettings(bool _enabled, uint256 _threshold)
setWallets(address _antibotWallet)
startTrading()
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string _name, string _symbol, uint256 _totalSupply, address _router)
receive()
AddressInsufficientBalance(address account)
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)
FailedInnerCall()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
TradingNotOpen()
UnauthorizedCaller()