GAMES OF THE XXXIII OLYMPIAD

Verified contract

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

No balances found for "GAMES OF THE XXXIII OLYMPIAD"

0xd8fa13306865991ce8a3eb014bbe083c631af442891432b19eba5bdb25dd2972
0x9bcefe0beb3d75b7b641c56b4603edab3c77edb1f73cab625d0c13f38c597253
0x0726010975516b5bb3a727bbc9880be102a64e418f8c6fb77fa04372b886c84b
0x26273b60ef52c3db01a42e0ecb15329dbf995a36f6e245a1f2ea9c6bbfbbcaa1

Functions
Getter at block 22510553
decimals(view returns (uint8)
18
name(view returns (string)
GAMES OF THE XXXIII OLYMPIAD
symbol(view returns (string)
OLYMPIAD
totalSupply(view returns (uint256)
790000000000000000000000000000
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