3 of the top 10 coins trending on @base were launched here, on Farcaster, by a bot built by a bootstrapped team. Okay we got a bit of funding from a token swap with /⁠degendao, so funded with 10m $DEGEN for a project launched originally on Degen Layer 3...

Verified contract

Active on Base with 267 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "3 of the top 10 coins trending on @base were launched here, on Farcaster, by a bot built by a bootstrapped team. Okay we got a bit of funding from a token swap with /⁠degendao, so funded with 10m $DEGEN for a project launched originally on Degen Layer 3..."

0xd54e110fd6bb97fe49f6a11f918aee5f76831f6e2ae6e5a7934a75cddf4e4908
0x32ff56a22fed54db1240e8c2db25dd17133ff0ccfbc6fe6816948de960f6595f
0xb54f72d0710923e44caa8eeb16d909f8f4b2c7b1db5c4e331268096892d06843
0x9c50526c6437027deac854ce2fe78b907ea9e1b01490b0e2f7d2a751deffba63
0xc3b3e8b400ca9f0920f6c59d0b315985262dc2d8a3f355d44dc7c46aeb12d4e9
0x4d4b24656cdd7cacc8beba832eb11066a04db13e3b5ba4d354d36b1a299d2a00
0x318bd5b175bafa26abb7c7f890468b887832bc643e68c4ac79620924a54cb02d
0x9d3560045515dfb717f1dc50685d9f8cd2c9e8a70eb75b1b5b371364944dc174
0xd5d423785a56668c49c9f72ba4f8f0e1726c91cd7395c92ab429e99ccd00840a
0x92a1dabd381bef957fbbc4ce727f731f405d2eef610e8ea3bb2ad385e015aee2

Functions
Getter at block 22735565
decimals(view returns (uint8)
18
name(view returns (string)
3 of the top 10 coins trending on @base were launched here, on Farcaster, by a bot built by a bootstrapped team. Okay we got a bit of funding from a token swap with /⁠degendao, so funded with 10m $DEGEN for a project launched originally on Degen Layer 3...
symbol(view returns (string)
3/10
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(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