Momo

Verified contract

Active on Ethereum
Deployed by via 0x0d0db6a6 at 20829864
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Momo"

0xc3fc701bb09db4214946e8d99b2781153568505483f47e244bb1f528c9d705b5
0x17e5b040885d8fd3a78286ac777c4ba7158d83d798165c7ea35402951b7168ae
0xfe71dc9ff14f6983457f87f8a88391f490e8d7d092d11f1a2aeb5b825cb4640a
0x82c4f74961fec40507c8db6458764125b2f25147194cfbe9754608cb9c55afea
0x954ffda58bb1163c2ccc8469c1c8ec642bddce12a54c1d03d4655829d689e8b7
0x3a8defa8b50aca2317e5d33374ffb107e3955d1e147324509f218c982c080e95
0x17b65441b57484675d0fe69369ef183390ecd0bf90be05a6c31354418166e790
0xa100597252e390692e48b3f9690b4c4f58d837a5ca979d86c40f6be02be890fb
0xead76572dff846bb172226deea58a27388baf53da951a57b39b78c65486cdca1
0x4b547d6f37078309583e29d10f111c5e24fb24efe73c969351c6419f061b7226

Functions
Getter at block 21200756
antibotWallet(view returns (address)
0x3b43fac2e4c26af1072ae74865bebb8678ba4ca3
buyPercent(view returns (uint256)
0
decimals(view returns (uint8)
18
maxTx(view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
maxWallet(view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
name(view returns (string)
Momo
openTrading(view returns (bool)
true
owner(view returns (address)
0x0000000000000000000000000000000000000000
sellPercent(view returns (uint256)
0
symbol(view returns (string)
MOMO
totalSupply(view returns (uint256)
15000000000000000000000000000
uniPair(view returns (address)
0xe1bc51b10b2199b2d17ad048b4fe6fe5c9310255
uniRouter(view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
freelos(addressview returns (bool)
liberatos(addressview returns (bool)
State-modifying
approve(address spenderuint256 valuereturns (bool)
clearStuckToken(address _tokenreturns (bool)
editFreelos(address[] _freelosbool _status
editLiberatos(address[] _liberatosbool _status
removeLimits(
renounceOwnership(
setConfig(uint256 _buyPercentuint256 _sellPercent
setLimits(uint256 _maxTxuint256 _maxWallet
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

This contract contains no fallback and receive objects.

Errors
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender
LimitExceeded(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
TradingNotOpen(
UnauthorizedCaller(