Mexico

Verified contract

Active on Base with 91 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Mexico"

0x67f1ef6d83ec653053d1784dc76d25e61b72455b21101ce7a29069773fa6d0c9
0x3a7d3fc05f65908e12caf46935ab6ec3a996b0c88c629a334efacdad00ffd215
0x7e136ebe73f78a96b6fc064ec0eed9403fa7e5bc2aba9f854c1d6d0a2704b517
0x2bb6831f45f8f62fd96abae1b9950913b1a63bc77e311701746df2454ab38e28
0x0ea79f342a4d016cbb752af379b357327e6bd6a29cd78e7360a88d6300cd7c37
0xd09c506778c175b931a7e68edd8e1743e13a01f37a31299360e32c1a43a703a5
0x5d5e338873c64b40153ca776d55f2b2f627d5c95b6ee9f61ea74010f7838f46c
0xb7627cb3d8c6ea8a3e02786eb3a3173f414c93374ce34669c3c16ae57861372a
0x873dbce2f0bf379fdd9228a90ecb3d493bf628e80e3a8c8be792bac01eea04ed
0x86469f58798115f863cb1a1094c4aed07e594c953b530bff21528e864f25bafc

Functions
Getter at block 22772790
decimals(view returns (uint8)
18
name(view returns (string)
Mexico
symbol(view returns (string)
MEXICO
totalSupply(view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
Events
Approval(address indexed owneraddress indexed spenderuint256 value
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(string name_string symbol_uint256 maxSupply_
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