Clanker's Girlfriend

Verified contract

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

No balances found for "Clanker's Girlfriend"

0x566991283cb2cfa89895c8588daee6e17b19400474c1a805f487ea28c5fc2d74
0x70d4a270e0da857efef47790bed810a8c09864c4ffc40de0883ae759e397fdde
0x0103a423d9237cba42d469e865ebfc6464f8809510949de56a0d8b98698ae0d1
0xcfbce1804f5e0b9e30fe9ddf3d7b0d74369fc4f172b02a415eb5c18b343341c1
0x7a4fdcf0208d931989cd19d7c26813ca893721884e66092e7bed8408935c7d08
0x8266fa18f7b2a901d2c32e0791c2a49eedf7e2062b4158357b35dfdd2027991c
0x9fc5ab2c455ddcf53328092a4c5b623259cf7cec21c55feb0cf62e9ecfccb945
0xa6d8482d3973b1994104c5d5c4fbb31ab4634b4008848589db237ff5bb8ad300
0xd583c78394904ef824ce4413e28d65d9aa53f864dff8a4aea700000c514c544c
0x3f66145e77fab9173c049bf8c5620474ce1f383be819437b4dcc2ed3c2180eec

Functions
Getter at block 22921598
decimals(view returns (uint8)
18
name(view returns (string)
Clanker's Girlfriend
symbol(view returns (string)
GIRLFRIEND
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