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 "MIBOT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20349871 | 4 months ago | | | 0 | 0.00013413874 | |
| 20349859 | 4 months ago | | | 0 | 0.00014659242 | |
| 20349066 | 4 months ago | | | 0 | 0.00018315698 | |
| 20209616 | 5 months ago | | | 0 | 0.00014720232 | |
| 20063935 | 6 months ago | | | 0 | 0.0010585131 | |
| 19972447 | 6 months ago | | | 0 | 0.00036233134 | |
| 19904664 | 6 months ago | | | 0 | 0.00022032905 | |
| 19904647 | 6 months ago | | | 0 | 0.00019931643 | |
| 19904641 | 6 months ago | | | 0 | 0.00027369099 | |
| 19741747 | 7 months ago | | | 0 | 0.00037125474 |
ABI
ABI objects
Getter at block 21274107
MAX_BUY_FEES() view returns (uint8)
100
MAX_SELL_FEES() view returns (uint8)
100
TRADING_DISABLED() view returns (uint8)
0
TRADING_ENABLED() view returns (uint8)
1
WETH() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
buyTotalFees() view returns (uint8)
30
decimals() view returns (uint8)
18
name() view returns (string)
Mibot
owner() view returns (address)
0x19c669fd386f7c83815941e5137348849cfb7486
sellTotalFees() view returns (uint8)
30
symbol() view returns (string)
MIBOT
totalSupply() view returns (uint256)
6000000000000000000000000000
tradingStatus() view returns (uint8)
1
treasuryWallet() view returns (address)
0xe0af46861951a1ca5efd8dfe612ff0a9f29b5bd5
uniswapV2Pair() view returns (address)
0x919c2185c2d427d6795451a0e06e906ffc1d0140
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
excludedFromFee(address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
enableTrading()
fundLP(uint256 tokenPerEth) payable
renounceOwnership()
setAllowedDuringPause(address account, bool allowed)
setAutomatedMarketMakerPair(address pair, bool value)
setExcludedFromFees(address account, bool excluded)
setFees(uint8 _buyTotalFees, uint8 _sellTotalFees)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateTreasuryWallet(address newAddress)
withdrawETH(address addr)
withdrawToken(address token, address to)
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 _lpTokenRecipient, uint8 _buyTotalFees, uint8 _sellTotalFees, address _treasuryWallet, address _airdropper, uint256 _percentageToAirdropper, address _weth, address _uniswapV2RouterAddress)
This contract contains no fallback and receive objects.
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
AirdropExceedsMax()
CannotRemoveV2Pair()
FailedInnerCall()
FeesExceedMax()
InsufficientAllowance()
InsufficientBalance()
InvalidState()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
SafeERC20FailedOperation(address token)
TradingDisabled()
WithdrawalFailed()
ZeroAddress()