Leo Messi

Verified contract

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

No balances found for "Leo Messi"

0x587f3a722371e4f99b2ced97adfec7024b6ec9aaf379fe8fe8be24533fd554c8
0x92041ead0cba89296b2a9780da69a6d1eb7bd60b08b644e5b7cca721b6df4fab
0x719cc990e1d0156ec2854dc81f9f8544ce7d16180f8f2cabc42a864d0df5d173

Functions
Getter at block 22427655
decimals(view returns (uint8)
18
name(view returns (string)
Leo Messi
symbol(view returns (string)
MESSI
totalSupply(view returns (uint256)
580000000000000000000000000000
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 namestring symboluint256 initialSupply
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