Goth🎸

Verified contract

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

No balances found for "Goth🎸"

0x327b6dfcae9bfab0b826087398d6e000c9bc4713e5f8d75dd9bcd02121803341

Functions
Getter at block 23759998
_owner(view returns (address)
0x2ea7c22197046f00c422dd9a0dab438ea60c7d97
decimals(view returns (uint8)
18
name(view returns (string)
Goth🎸
routerAddress(view returns (address)
0x4752ba5dbc23f44d87826276bf6fd6b1c372ad24
symbol(view returns (string)
Goth
tokenAddress(view returns (address)
0x52f871fc325285626f6e408d8aa242af1ec0f2e8
totalSupply(view returns (uint256)
4900000000000000000000000000
uniswapV2Factory(view returns (address)
0x8909dc15e40173ff4699343b6eb8132c65e18ec6
uniswapV2Pair(view returns (address)
0x72ccbc16a4a7280cc8a4e5614be4e8085fd1f93e
wethAddress(view returns (address)
0x4200000000000000000000000000000000000006
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
addMultipleToWhitelist(address[] accounts
addTolist(address account
approve(address spenderuint256 valuereturns (bool)
removeFromlist(address account
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
Events
Approval(address indexed owneraddress indexed spenderuint256 value
LogSenderAndFrom(address indexed msgSenderaddress indexed fromaddress indexed touint256 value
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(string namestring symboluint256 initialSupply
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