We should make the pie bigger

Verified contract

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

No balances found for "We should make the pie bigger"

0xb95693d942df0a809328344b846ae48e22c1ac82aaf246664defe0888154b2c2
0xe24b91152838ede5012a934afd176217d7f2aefd1261120fd4bd952ad42d32d9
0x52e7076a1d25516871f46be9ce12ef9a7d6af28270550c853add38980e619ff0
0x81959f08df669cfbd068efe522df95a2f9cfbf6f1ba3c6e09bb9d7e69ee3b181
0x3a27a6bcf0747a953009be74b455289ba2aefc21f51113c26c8e5cb521e4708d
0x248ce8bb2973cdfae79e79f3938a75894d567f2f8dbfa9cefe18dfce3aae5926
0x5f1e646f2bc7262bd97405096c323d2059a2aafd93e358f017ba70aced6e4a92
0x67f75f46f0acae55d3cf157134ef23374f05dce4aa1ba97cdf890b3a1e59d267
0x06bcfaa0b48e32b0ba446a678d9ff3be23a4d61df8113c5f485959daaa9a2570
0x6d5e0ada39c12aafc32a736dababe524fd641d63c8f22e56e767df09f41fcfdb

Functions
Getter at block 23740723
castHash(view returns (string)
0xc056a5f027c4bd026603dd66a8812f78d3121a7e
decimals(view returns (uint8)
18
deployer(view returns (address)
0xee3ca4dd4ceb3416915eddc6cdadb4a6060434d4
fid(view returns (uint256)
7061
image(view returns (string)
name(view returns (string)
We should make the pie bigger
symbol(view returns (string)
BIGGER
totalSupply(view returns (uint256)
100000000000000000000000000000
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 name_string symbol_uint256 maxSupply_address deployer_uint256 fid_string image_string castHash_
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