This contract is being backfilled. You may encounter incomplete storage history.

BOYS RULE GIRLS DROOL

Verified contract

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

No balances found for "BOYS RULE GIRLS DROOL"

0x278a7d218b85229518c743855ff5d22306f3cc59c84fb03ff3e0b8a3a6b993d6
0x86be5d0bed23fb67ca76ff0f34a9c94901786e1c5e01badad9aff619b8c4b1a2
0x2115939104a91e10d3f684ec6f42d30df4886f04166da750f2d064edcd6b336e

Functions
Getter at block 22985291
decimals(view returns (uint8)
18
name(view returns (string)
BOYS RULE GIRLS DROOL
symbol(view returns (string)
INCEL
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