This contract is being backfilled. You may encounter incomplete storage history.
The latest block we've processed for this chain is 22091714, which is 192 minutes old. We're running behind the tip but working to resolve the issue.

Official Mascot of the Holy Year

Verified contract

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

No balances found for "Official Mascot of the Holy Year"

0x686a583dfdf355f90350d8c98117dad0ce239cd8447d0ee8960f4e2fac5963c0
0xb316e067a549816cfb458bcab9fd9974606718fba1d500d94032b197b2000d4a
0x8d5c9cf22680c1cbdf9e9f565345cba2bbcbcca4655cd6cab59479f64a2b59d5
0xed2c1e997726f68b01d204b1e0d74e7a74ece6431ebb9fcd5f33cf5db803110e

Functions
Getter at block 22091713
decimals(view returns (uint8)
18
name(view returns (string)
Official Mascot of the Holy Year
symbol(view returns (string)
LUCE
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