Snapped

Verified contract

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

No balances found for "Snapped"

0xcc19fdb9d57aa9f0c3b313eacfdf6b0787e4f5a7c2c4132143423c464e7281a1
0x5ef7f3165f907bfdc4f0fceee4d0fde9e3d96ab4c2284d0ce5f7efd603a6e9aa
0x0eb2cb156165b1a4938fbb40ff2609c587636717beea1080d1dffbac68bdcd31
0x5cd4be2e96636614b7d6aa8db3f8c1c94c60a86b8c75de2968a313f26f10da4f
0x4cdd1cfd0aa554e200983b26ad263a9bb469d9c357f6c06857168a65d2825204
0x1fe684f7291b89f6d703be0c07dfe09689c45c9960e5c45e263a4eaa82686d6e
0x313d5be2b8ec64f9b8a689959b684f3adf263e1799c36f2fe17ece4cb1d9e94b
0x04ed4600124d4bc43a017bd6f101a1f5cbe666ac5bb85cec498bc92c4d683fd1
0xe181991d33dd36f3f2c9787677786fc68e224684b8acd5209da3dc212d45397b
0x9a21798fcec6da738c1450628afcf383637136213acae54836223186da309e1f

Functions
Getter at block 22986068
decimals(view returns (uint8)
18
name(view returns (string)
Snapped
symbol(view returns (string)
SNAP
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