Mia Khalifa

Verified contract

Active on Base with 58 txns
Deployed by via 0x2a8a8d7d at 2140044
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Mia Khalifa"

0xb3a0e3adb4eb716790de769de0034020f52bd1b0c32636b840e984932c6a312e
0x8ccd236b5e1c1c3aabfa13d7379f07aaf7cfe8bfbedfb79e333e95644f8ca903
0x98f73995745fee8163ac97f70dd720abfa73cff6ec9194289292d55e2d50cb83
0xc8a05c08dd81d57222d4a2b43e39c3c8e21ff5f383b87524c9506bb32b52eaef
0x8813297d5d6a422cbed90232c4f7dfea022c44c3cfd91f2466bfccc434794eb9
0xfe5b403f7ae640211ca5748c49c8f0f47a070f3957ad6cd247297df8f02432a2
0xc788abe40117f8c10397ccce37d4dde2bd8b956cc7e408a327805c3c3ab08e6a
0xcbf1b1bbf5ac6299170413717e52394cd9ff9c7254ad95eb6d417007b652cbe0
0x42336cb7195fc75d13a071f470dd2dbe3966647f342188040de03746ee34cfa8
0x4208083d31f47270ece22a0dc385e29936c64b4840a20df098406bfff8852c3d

Functions
Getter at block 22908807
decimals(view returns (uint8)
18
marketingWallet(view returns (address)
0x1c19435f6f3c66b8846848cb1481301d5c5f251a
name(view returns (string)
Mia Khalifa
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
MK
teamWallet(view returns (address)
0x8e461376c6f75bdf3ab0030dbc7d0fca9bc7f8b6
totalSupply(view returns (uint256)
69000000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
airdrop(address[] accountsuint256[] amounts
approve(address spenderuint256 valuereturns (bool)
burn(uint256 amount
decreaseAllowance(address spenderuint256 requestedDecreasereturns (bool)
increaseAllowance(address spenderuint256 addedValuereturns (bool)
renounceOwnership(
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(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ERC20FailedDecreaseAllowance(address spenderuint256 currentAllowanceuint256 requestedDecrease
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account