This contract is being backfilled. You may encounter incomplete storage history.

Leo Messi

Verified contract

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

No balances found for "Leo Messi"

0xa2eb76ce5e85092c3b5eaa0986b798e7d194ab95d75bbcb608e069244f390e7d
0xd6d2b5eb4a3b3515adaf4c163797634d70427f9d773a520eef93f954ec71e29b
0x51b62604e624767a1ea4e5e110aae4bbf16479701e9900091264367125494e48
0x19bac8f584b776901a886afa0d7e426bf7eb8fa2f6b5fa53f990e6a72687d5db

Functions
Getter at block 23884741
decimals(view returns (uint8)
18
name(view returns (string)
Leo Messi
symbol(view returns (string)
MESSI
totalSupply(view returns (uint256)
980000000000000000000000000000
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