clungl

Verified contract

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

No balances found for "clungl"

0x27bfb24011a339222eb0da39015f16fc7febab74966e1d2d935df94b7401bc2b
0x93549ff7a326cfbe34fcd9dc13f3f41cb8c6766f3e455a479800852c5c42e3a0
0x7c59d3186e44a44ced3d163363c870d63481e49766f1ff1789d5354748943835
0x001cd0beb1a55e65dc5e4bed0fa698cd9623866ab2904795c4f97daabfc77e46
0xed544f6de2837c09c49b9f3babcdaec3bccfc676403da0c31739f247fad5a39a
0xf5982566d2343e2b18367a249d583b8eb9047ef08917a9ee2e7590c0e0fb8092
0x398b2ef0dbba5e0044a38647088c60fff5e74651a7a0c0abf989a9d4f6e913cc

Functions
Getter at block 23886712
castHash(view returns (string)
0xdfd6a45520c56f0bbcc47d3c2ed51b85aa1e5cc6
decimals(view returns (uint8)
18
deployer(view returns (address)
0x99a75c15dc2ac8be196c4d97114ede1cf2ec484e
fid(view returns (uint256)
888919
image(view returns (string)
name(view returns (string)
clungl
symbol(view returns (string)
ELUNG
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