https://t.co/Ebyn9NSH6v

Verified contract

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

No balances found for "https://t.co/Ebyn9NSH6v"

0x1656e33c7d1d35307e9dadf28a10496121affc8e9e43900f26c4a8cbb12d2f67
0x3b8d4237bfacbe846b822eca8f1c4bd9deacb9bd189262b49855ed85882cfd69
0x72899381a824362f063520477b6264ed4e5a017227d77e1fd1a1d33bf2654609
0xabd5ffa4032b04edff12e8e19e33e13fefb15e1dbfa8adb639a5fc413b64fff7
0x11712c067123ef3e1825332471af075a9be4833f4cf2858202a62f2eff4b25bf
0xa890295c70cb9b57719f404ec543816a9493cb4665cb9ce087c813d31ac9a5fb
0xf86dee4fef8e3eb76448dd2914358468aab7cb90111e608428e626c79b4589a4
0xbbc742c9ed474e18ea8a9ef32fca9f3265b05cebbd3f049812ff8a791526dc1b
0xba24b65f7506700b02f2b91b6351f1ca83105e6302fe9fbe727222cdbccb288d
0x06ddbec37b1e33220d8b0d5d2628a67c57a9bb2f8a5c93efabaaa524a4226e95

Functions
Getter at block 23782359
decimals(view returns (uint8)
18
name(view returns (string)
https://t.co/Ebyn9NSH6v
symbol(view returns (string)
ape.store
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_
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