MEME CUP

Verified contract

Active on Ethereum with 1,092 txns
Deployed by via 0x10f9ea8b at 20133591
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $0.12
0x42a6655012d9699addac2df8faad68b4525fd2fcf8143c2e75f11a838cb8bb05
0x8b26acd5ff51d94c8132ca8038575d45144325a42a39186c6717fc1c6bf5d896
0x6d013f1f058732fe3a714c24010c6d462edc6e3a4c17e5dcbebba5ec2726d4ad
0x4c57099e690fe7dcbb67244774b62c3f98d1d74ae8e2fbb3266c0c1d8408a5c1
0xf533796c763ca827e7670aa92ec22c46f0b5ae12c4371d94290e9e6156ece161
0xd963d48e33633825336baa6790e6e12e792ccffbe97bf60a98a6db976cf5c2ab
0x737c063da327f60d4722383b078d57ed44850223fe46990799b208993c905feb
0xd64143fa4a739ff4b58f21b6b294bc8edfb4d752661aafb630e2db6fb23b8be4
0x475aa06fa0f371977f51c2f120ae1c61a73bdb27fca452bbf6832550754d68c1
0x10373c721f3f76d53c489a5fdc2cbbd547226fa19cfe0493cf2ae34c2eba7bfb

Functions
Getter at block 20853620
decimals(pure returns (uint8)
8
name(view returns (string)
MEME CUP
symbol(view returns (string)
MEMECUP
totalSupply(view returns (uint256)
100000000000000000
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(
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