Mr.stealyourgirl

Verified contract

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

No balances found for "Mr.stealyourgirl"

0xd1067281a1366fea6591ab8ec893ce8bda7ae839968b93e98600165d2e2d6533
0xf7b609232425ced7aa717079f883c95c685ee0a96179a113fce9a9d36ef9ef19
0xce383aa42a9807331e821b636c6fa9a14e670e0833234aa27aedac3317f5eace
0xf8af01ed9e99a3fcfc21a60f1aeedb3af1d67cf38d5bc5b723e70cf73013c3e8
0x7b2285f3b418c526aa7ab16506b107a9b260dda3782b389bb311a0f0e7a348e1
0x36127d781dec140cf3279d6915ab00c43a1bcdd961124f08fbf0131cb58d1b0a
0x8355fc480b6e7af462f3621a4712c686fd25b5c4fbac06cf9e320122c368d911
0xad86613cdca813e20782dfeba6831162927e5d5ed992b2bbe6a8e308464c49ed
0x423d9ce5606676305c1a79bbe187e7b7a2daaa98c8a1ef69384c4eabfe15c1ce
0xd2e4da1271ada2b4ab8d46ef465b3a0df98f6b3e3f45e8ba3eaa65ed38f82894

Functions
Getter at block 22825220
decimals(view returns (uint8)
18
name(view returns (string)
Mr.stealyourgirl
symbol(view returns (string)
Mr.stealyourgirl
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