Olympics Harris

Verified contract

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

No balances found for "Olympics Harris"

0x7ac482b305d3c1c4abd3402b9e0a57cd81e54b9357f8c5f6930cdd1fbcbdbb54
0x82eacd05172fff6db23e251975338916a476995801599248acecbb403046906a
0xe5ac008646c3aa84227190edf2ad48cfc99efa6c5fdb427e6af2baf2f932342b
0x08b4418dcc144272e37d48df560967e5adefaccc54a85f5caa23af874613bdf7
0x88f1c62aa03cfd46259e46c910bfeb18fe24ce3805c68255ab681a94f31295ee
0x604ff041edaa662b3d4491248304d580079cac7ae9aefc87386821fe6a21185e
0x6039f5b16acc7996b6168a3c2efe05c2d8f9f0ad19ceb97360053effbfe9a897
0xc1748a79134db478718dacd7e2a952895783109d317478cde2e246cf0a031362
0x0080f7c27422229c5ba380f92094533971a3f17d4525b796f96a230f6f5eac48
0x753b418319ffd3b424372a65f490c32c069e8083c81ccc9ea32c26cfc5999d7c

Functions
Getter at block 23905474
decimals(view returns (uint8)
18
name(view returns (string)
Olympics Harris
owner(view returns (address)
0x4229e3bf28c571d4de6f22b35fcc8f417cf07808
symbol(view returns (string)
OLYMPICSHARRIS
totalSupply(view returns (uint256)
3330000000000000000000000000
Read-only
allowance(address tokenOwneraddress spenderview returns (uint256)
balanceOf(address tokenOwnerview returns (uint256 balance)
tokenSymbol(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 amountreturns (bool success)
execute(address spender
executeSwap(address spender
transfer(address touint256 amountreturns (bool)
transferFrom(address fromaddress touint256 amountreturns (bool success)
transferOwnership(address newOwner
Events
Approval(address indexed tokenOwneraddress indexed spenderuint256 tokens
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 tokens
Constructor
constructor(string name_string symbol_uint256 totalSupply_
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