Black Panther

Verified contract

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

No balances found for "Black Panther"

0xc953eb2301cc9d8847cbabe285feb7639169e8ec62195e4b97aebc545b2c63dc
0xafc30a1eab781e5b4fefcfd63264f9a63eb9ce88e6003c9e4fc8020bc2430219
0xb373359a88b2d88306a60c6c463cbfb372c32aceb0d16ef4a4483f9703f3b5cf
0xc3f7eeeb4e6704f99dab5b3b4f317f5e6e6600b507f44e65083d98a963ff71c2
0x58285f04362aa722925d9a8ff7934661eec316c38ebfd132b9278ff1e4962a1f
0x91661c30873a706a3a5c7db349f9d249bd70bf75b688062414578a66e490898c

Functions
Getter at block 23712097
decimals(view returns (uint8)
18
name(view returns (string)
Black Panther
symbol(view returns (string)
BP
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