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 "CHEEM"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21185683 | 10 days ago | | | 0 | 0.0012711623 | |
| 21129003 | 18 days ago | | | 0 | 0.00081301306 | |
| 21042448 | a month ago | | | 0 | 0.00025032753 | |
| 21042443 | a month ago | | | 0 | 0.00025257316 | |
| 21042441 | a month ago | | | 0 | 0.00023921357 | |
| 21033984 | a month ago | | | 0 | 0.00039458342 | |
| 21033979 | a month ago | | | 0 | 0.00038515212 | |
| 21033974 | a month ago | | | 0 | 0.00038272554 | |
| 21033969 | a month ago | | | 0 | 0.00039699857 | |
| 21033958 | a month ago | | | 0 | 0.00038483989 |
ABI
ABI objects
Getter at block 21260733
antibotWallet() view returns (address)
0x5cdf627ac6d6a37793e5bc441ae47507ee945c83
buyPercent() view returns (uint256)
0
decimals() view returns (uint8)
18
maxTx() view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
maxWallet() view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
name() view returns (string)
CHEEM
openTrading() view returns (bool)
true
operator() view returns (address)
0xb291fe40bc2d41c2febe688941b1e73d4b1dfa11
owner() view returns (address)
0x0000000000000000000000000000000000000000
sellPercent() view returns (uint256)
0
symbol() view returns (string)
CHEEM
totalSupply() view returns (uint256)
1000000000000000000000000000
uniPair() view returns (address)
0xe8842825a1bff4507a8228a6f030c21cdf3b1be2
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()