SNAPCHAIN

Verified contract

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

No balances found for "SNAPCHAIN"

0x8f72d517591d2d18e7409432201a20828047995069ec4e4d51ef318592e27995
0x25e5ea8bd3a29d03c3e5c803024bbb4b0dd751426fa76c13f14292eee75f15ad
0xcad49c676637cc8c6f2cbf436dcdccb80214aa5b79047bca37e7a81c2bf55310
0x3411d8633dbbe12bb76f2bc1cbbb9b778bd4147de3733756c975090f7a7e9f15
0x7b2ab478e23daccbbef4b64f7b6a9ec10284e22d5bfcd6b3a5d7289a11516fbd
0x4f60d7cbf206f67805e6d5032afd6ad416ef1d2d4e1b88b3d86cf31be6b7c33e
0x21eb5dd574bf07e8ee216b31dc8621c6353514605d94a5e755ce6c53b7e49a0b
0x80e85ba95de6e8b479223f4c796097edcf672a932db04af319dac437d9111d2a
0xfa2b705505962852d6112ddf57cee40ff1c6514d2000cb58196622a91c3393fe
0x3131d32a1d1338f0e49ee77388428629926b6fb25a8ff1e8d673db4f7b8343ce

Functions
Getter at block 23607162
castHash(view returns (string)
0xbf37fdade4a90f2a1f9d4b3a975016ee05ed9dc4
decimals(view returns (uint8)
18
deployer(view returns (address)
0x09cedb7bb69f9f6df646dba107d2baacda93d6c9
fid(view returns (uint256)
16085
image(view returns (string)
name(view returns (string)
SNAPCHAIN
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_address deployer_uint256 fid_string image_string castHash_
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