Hail Ants

Verified contract

Active on Base with 508 txns
Deployed by via 0xf8605058 at 23190698
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
0x84c55aeb24430115a1bd6713931407b3d331cb7848d5f33f7c427d32f3c04e74
0xfcd3e01577d5a4bb510cd5e54f65ec19d620ba6e03124bd6bb8d4aca0b4027d3
0x4a357776cd77d12ef262e6a423b4bdaecd845603a18f5bf48287ccf0fea60363
0x3f3db15be65d404576992aeb93ed63adcadc4fc33d1e3d5aa3f20745b2394c78
0xced15d5369143809ab9dc3390117d9028db6c77a2841529e1d3b23dd20aa8d23
0xe0da533f4f30dcffdab542c4351567996a41461a565687783699b8de274aff80
0xa063f2b36d9e6073a6b34238da330349899e10cb401cf71d8a63c8c099f35c8b
0x004edc935e661efc5661a63d41785880de81b78d125026b21fb9a8f0bad20f7b
0x4f9d6c034c690d2061a15448278f0c8b362c6905334250f80ac9bec002d71596
0x68a9f438ef29861702e22d2c285516a1ee88a22bb29725b88baf43c64582920d

Functions
Getter at block 23234031
castHash(view returns (string)
0x2e1db88dc0fcf8f90a26f127f266238417ed74da
decimals(view returns (uint8)
18
deployer(view returns (address)
0xb15777be63bd2b43d376269b8323de98f7d7f2d5
fid(view returns (uint256)
758919
image(view returns (string)
https://imagedelivery.net/BXluQx4ige9GuW0Ia56BHw/4c2b1072-25be-4ce3-2d5a-2e74c7611500/original
name(view returns (string)
Hail Ants
symbol(view returns (string)
HAILANTS
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