Misha

Verified contract

Active on Ethereum with 2,469 txns
Deployed by via 0x83817f75 at 20729324
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Misha"

0x49d063bf04ace6e3e03ffe3bb29797b6149c7e5183948195556c6f36636ad841
0x4fb3eccc804bc0e58185e27f41e42f74a9fd2533f9357bd57e156dfac6ab641f
0xd2b875f1991cbb4b40f6b7b4669e5e0e02bd838c50ef61a1d2736bca9eb35fe4
0x41773a7bddd8c3c81ef5443fff3463526772d18b64042fbe2f3fb635431b4bf7
0x9c415c1224e3c1cb8146f8633f9f3a48616f08adf1cd05bbbf7b556bb587a8bb
0xb066a3d9bc2abac9a8c78988e3905ee5cfcaeba25572f5cdd38031115792fb94
0x6589a5e6f9ae0e8be4e38a779270dbf4b45847fdc250dfc12abda668fbe1760d
0xcc6f36795731b20f34aaeb4c0d7682378cbf3631d704c1198c44a4f85cb9c882
0x1ac1effd7c945f48bae488b65585fe94986e64618cfd81f4994f642aedafca65
0xa8a537b53117565babc958a546747e736b60abbf875e8c6f0431ea4b5499db17

Functions
Getter at block 20791619
antibotWallet(view returns (address)
0xe60077c472810c7bf75159abbea8e499f8613255
buyPercent(view returns (uint256)
0
decimals(view returns (uint8)
18
maxTx(view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
maxWallet(view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
name(view returns (string)
Misha
openTrading(view returns (bool)
true
owner(view returns (address)
0x0000000000000000000000000000000000000000
sellPercent(view returns (uint256)
0
symbol(view returns (string)
MISHA
totalSupply(view returns (uint256)
1000000000000000000000000000
uniPair(view returns (address)
0xb4a007fe5ab41dfa4763185fff99246f27a78517
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 _sellPercentuint256 _buyPercent
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(