HAT

Verified contract

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

No balances found for "HAT"

0x3b32d8393f6263e80058f135c4508f8cdcbeaa4c88e643d9294c784ed68b1fd0
0xa36f0a16eb17b129e5386ea6751ac6bcc8a630e936faf471dad0075f3f4ebc7e
0x7bcbc3cd69a5d808b5a279fb4b9a8f3079d5c1cd17de8eef37cee9c4ee12b1f7
0x3271dac8b2e9a6006e5cb82c2a9c98d2dbf6ee56c710682c29914f652f95137d

Functions
Getter at block 23751519
castHash(view returns (string)
0x5693235e7094293609efda256946b0185e08073e
decimals(view returns (uint8)
18
deployer(view returns (address)
0xadccee0ce6629e10b38a2fa7881683110f445ff6
fid(view returns (uint256)
271931
image(view returns (string)
https://imagedelivery.net/BXluQx4ige9GuW0Ia56BHw/3aac4460-199f-4210-ab75-756795792900/original
name(view returns (string)
HAT
symbol(view returns (string)
HAT
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