Misha

Verified contract

Active on Ethereum with 2,857 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"

0x71ae610495bc98fc9b605841a08dd98b98c5f6dcae212ffdca579d523b493979
0x6ee86dce3659d4ea930cea76ef741f45c2af80d8e49e78676e4d4c99cba3f44c
0x01a6c5b18da4890f88740b364823c1409437396be96717e1ff6808962c6f312d
0xd8a28b86df33178a4bb70b3ae3c0bfca6c4b9e3aa2a0b191a63f2e1f046fb196
0xb725494cd7c107dd5c7a9b3912bf858bfa8f316ae7c0269916c936293f754164
0x6cd0719082c71609c1321cd1d7ee12f0a37531b49f7b198a87e4195be2b22cd1
0x30b3e7b04fead8d0059712f6fd63270d2d1018612f3ec12822c097d6477ce347
0x956f6645734d8d2f8408c7c619185fa2b8c149401bbeeebebeb9ab32e7f10cbe
0x1f27848ac358252bd5249eab55214c34c5ce862d69557d8aea844fe2158992c5
0x8f661bd71570a39ec72420a72eaa333a65263eecff9aeb44f7c9e4adc7a19646

Functions
Getter at block 21271548
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(