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

BASED SPIDERMAN🕷️

Verified contract

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

No balances found for "BASED SPIDERMAN🕷️"

0xbb4276332c55169ca754f7c7a5874245230eec247838fd026cc7c31a819c3087
0xebac524334b0b977b4c5daf7eb8ce310abab1040144e138fb3b22455c045d201
0x1ca72582b8d5aeffbd35f11ed307dafe9217756665e0bd0b97a20a0617852e37
0x3e3a120871cf9646f11fea6ce67b9a832751b3cdfc5d4009b982d8d8f031356a

Functions
Getter at block 23923704
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 owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
approve(address spender, uint256 value) returns (bool)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
Events
Approval(address indexed owner, address indexed spender, uint256 value) 
Transfer(address indexed from, address indexed to, uint256 value) 
Constructor
constructor(string name, string symbol, uint256 initialSupply) 
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed) 
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed) 
ERC20InvalidApprover(address approver) 
ERC20InvalidReceiver(address receiver) 
ERC20InvalidSender(address sender) 
ERC20InvalidSpender(address spender)Â