MEEXA Token

Verified contract

Active on Ethereum with 61 txns
Deployed by via 0x652ecb76 at 19220038
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "MEEXA Token"

0x48548bfbc88746ca27bb24287f06045250ecd7bdbd20e3e92dab8afc9eb499a2
0x09287fa5a26ade814b59e1a4d6397dc59df5495052d25a45021785ca0edb4fea
0x6ec8c2e6738e92b6573ee0e8649375578ee78377ea20e991f9e4a37f190dfb01
0x7a609ac3b66731849372c5181a5c8e242276cd5bdc77e9c043d30f27fdabb802
0x7fec548d2c60167da092c2aea0a19e4bf62b0e6d6c9988f0f2403a0c24badabf
0xa8767a922309814ee24ab4573e273bd1fd81e285c42eab1c7723112d2ab2c74c
0xd75158473e7044fe2e9645aeb4b03d8f2bc2b422cb263421cf992ab8055b72eb
0x6e7b06b6e45149a07a19023306304a8ef3f40838cfb6d2936e1235402d625714
0x75f82c9b1696bad25e1742532ffd7e3f5770a2bbaa0cf216f63bab2cee62c2ba
0xd47c2abe11d01061dda787fa48bf1540d387ad3dc117d2a087f8bd9390cb5807

Functions
Getter at block 20930099
baseTokenURI(view returns (string)
dataURI(view returns (string)
decimals(view returns (uint8)
18
maxWallet(view returns (uint256)
21000000000000000000000
minted(view returns (uint256)
0
name(view returns (string)
MEEXA Token
owner(view returns (address)
0x65125bb059b6874e3afb1368763d3af7eba19c17
symbol(view returns (string)
MEX404
totalSupply(view returns (uint256)
21000000000000000000000
tradingOpen(view returns (bool)
true
Read-only
allowance(addressaddressview returns (uint256)
balanceOf(addressview returns (uint256)
getApproved(uint256view returns (address)
isApprovedForAll(addressaddressview returns (bool)
maxHoldingWhitelist(addressview returns (bool)
ownerOf(uint256 idview returns (address owner)
tokenURI(uint256 idview returns (string)
whitelist(addressview returns (bool)
State-modifying
approve(address spenderuint256 amountOrIdreturns (bool)
enableTrading(
revokeOwnership(
safeTransferFrom(address fromaddress touint256 id
safeTransferFrom(address fromaddress touint256 idbytes data
setApprovalForAll(address operatorbool approved
setDataURI(string _dataURI
setMaxHoldingWhitelist(address addrbool value
setMaxWallet(uint256 value
setNameSymbol(string _namestring _symbol
setTokenURI(string _tokenURI
setWhitelist(address targetbool state
transfer(address touint256 amountreturns (bool)
transferFrom(address fromaddress touint256 amountOrId
transferOwnership(address _owner
Events
Approval(address indexed owneraddress indexed spenderuint256 amount
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ERC20Transfer(address indexed fromaddress indexed touint256 amount
ERC721Approval(address indexed owneraddress indexed spenderuint256 indexed id
OwnershipTransferred(address indexed useraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed id
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AlreadyExists(
InvalidOwner(
InvalidRecipient(
InvalidSender(
NotFound(
Unauthorized(
UnsafeRecipient(