Make Fun

Verified contract

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

No balances found for "Make Fun"

0x672923e4b15831abe5815941815b79f6ca0d3291c0a954b5141520bc39678232
0x25fdc5986aeb2953ab47ab6392d702d10f0c8f628c6ccbd6545a435028f84ee7
0xe99a490e2f33e00ad47bcf8ac3d21c22e3136a85b909a6215f921be4a42fb606
0x28c4d7beca4af147beb14e9d33dcad7e0c7a4ccc411b9e868fb354bd3cb8be73
0xfa09a1d4b6b1d2ac69790bad0f70d84f5145a4fd96ebab0f16cec31f0e49351b
0x9f14b6af27deea8b9a6f1c51234be41e62a23d274708f8424366191eb16f06ba
0xf0d26b862cdb8a2281a2ac2795c0eb0cb62095b511f1786e45b21252653dac47
0xad19db923947543a1581879a704a62daa30323ceec6f1d47497d757bc7883dc5
0x9f314c714ee2e05f182975bb1996b9f6852e243768b2db37377fe5ce882f2518
0x9ea188f3f9dab0fd3e410794375c14683f635d7eb2eb3a18299ca1764549fb4a

Functions
Getter at block 22911742
decimals(view returns (uint8)
18
name(view returns (string)
Make Fun
symbol(view returns (string)
MF
totalSupply(view returns (uint256)
1000000000000000000000000000
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