BASED SPIDERMAN

Verified contract

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

No balances found for "BASED SPIDERMAN"

0x78ddf8c3f9c46390f2b206147af25195395d45278686c1d157569054c0e05080
0x110e9e90c6a5860a6b3c5bc1ca8161dbec176b1d8ec1c2e7023931200176f976
0x9bcbe60225c480679de266ecef193f855090568600e74a4162acc39dfb3cb35b

Functions
Getter at block 22476831
decimals(view returns (uint8)
18
name(view returns (string)
BASED SPIDERMAN
symbol(view returns (string)
SPIDERMAN
totalSupply(view returns (uint256)
470000000000000000000000000000
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 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