Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($7.26)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
AMC | ERC-20 | 806.148715M | $0.00 |
$7.26 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21157964 | 2 hours ago | | | 0 | 0.0025556644 | |
| 21157624 | 3 hours ago | | | 0 | 0.00066021282 | |
| 21156779 | 6 hours ago | | | 0 | 0.00053404228 | |
| 21156692 | 6 hours ago | | | 0 | 0.00050931199 | |
| 21155766 | 10 hours ago | | | 0 | 0.00050727695 | |
| 21155233 | 11 hours ago | | | 0 | 0.00075330402 | |
| 21153608 | 17 hours ago | | | 0 | 0.00068699831 | |
| 21153507 | 17 hours ago | | | 0 | 0.00074484103 | |
| 21153497 | 17 hours ago | | | 0 | 0.00090028749 | |
| 21152760 | 20 hours ago | | | 0 | 0.00053464653 |
ABI
ABI objects
Getter at block 21158614
antibotWallet() view returns (address)
0x6286e3cf6447d6dbab1fae5c488d9df8f09b88c8
buyPercent() view returns (uint256)
0
decimals() view returns (uint8)
18
maxTx() view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
maxWallet() view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
name() view returns (string)
AMC
openTrading() view returns (bool)
true
operator() view returns (address)
0xed6bed2c1edc674d358e63b1b18de1139fdb74ae
owner() view returns (address)
0x0000000000000000000000000000000000000000
sellPercent() view returns (uint256)
0
symbol() view returns (string)
AMC
totalSupply() view returns (uint256)
34690000000000000000000000000000
uniPair() view returns (address)
0xe76549ec7d8d0aee5717e7c50f8daa7b65d39a80
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)
liberatos(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
clearStuckToken(address _token) returns (bool)
editFreelos(address[] _freelos, bool _status)
editLiberatos(address[] _liberatos, bool _status)
removeLimits()
renounceOwnership()
setConfig(uint256 _sellPercent, uint256 _buyPercent)
setLimits(uint256 _maxTx, uint256 _maxWallet)
setWallets(address _antibotWallet, address _operator)
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)
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)
LimitExceeded()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
TradingNotOpen()
UnauthorizedCaller()