HomeAlone

Verified contract

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

No balances found for "HomeAlone"

0x4f90a65c9f1693daf681010ac8c8aa5659bcb4577adda8f7aa4ff9d96dd10239
0xf7b564542ca1aefde3d0038fa3d6f857bb1e44f25829633566012dacaae7aa4c
0xd6463852d952e13325c1027e4369f21160cde4be510bd3790ef2e04c6d28c50c
0x57630791fbc4145495130dd868474485169b4e82495a072f0fa3232d6aea813d
0x0b1834646acd520b948fbca8ff39308230b9b06600ccdaf06068c50554244a09
0x3f1539dca44bd2e1f8352df97c3c356449580b9008d1b2da37f526db05e00dd3
0xf2badffec0dbfb5aefd6d3c7594e8c28cb9a922f834fa79de9f273993abceb51
0xbb22df5bc241c4b26ae114e3f933c32d23bc426686569c55d8fd69796f73ddc9
0x9bf96607c8383960479ce05f6be313e9c2724132dee94b0ffe5070216d735fd5

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