This contract is being backfilled. You may encounter incomplete storage history.

House of Based

Verified contract

Active on Base with 778 txns
Deployed by via 0xa856042c at 13565854
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
0x6770c3a87bbf3d09a3686bec4fa4a40d267e7d9304b9df1811a914d19d51f07d
0x7c023c4f7cb31c24cb066b957038bcc9b7cd91f1a8afb075d9c6957f4e89e14e
0xc2b42d29d108ef8398c58779c6bcdbc4fe9fb5b5b4eab9a44dbd80b99a4f6a4d
0xa556b0652cb84e95472da0c6db336bf49596a60b9bc33ce5396ef70f49b06032
0xdab1091d982401d97ade0174b014980cbcf1a2a5be2b5d16f84924e598ba6286
0x64362107e3d061347b98766fd8ffa1534fb9845801bb497f189ddbddce9e76f0
0x4d7738c2417d9a07d8cfb7dedde24d495dd06b1850d4003470d98c9567107e7d
0x5a64f6272181ac1780eedf994145468fa294a22332f5f5806a02cf3f8f3a0425
0x449ca6fa7e8124d70282e08e810274847ebc12de635c9ef30632eb1eb859ca38
0x56b77c2aabb90b2ae6628237401b0570828fad394c5c16c59c2339e9850445ca

Functions
Getter at block 22773482
decimals(view returns (uint8)
18
liquidityIsDeployed(view returns (bool)
true
name(view returns (string)
House of Based
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
IHOB
totalSupply(view returns (uint256)
1000000000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 amountreturns (bool)
renounceOwnership(
setFinalBuyer(address _finalBuyer
setLiquidityDeployed(bool isDeployed
transfer(address recipientuint256 amountreturns (bool)
transferFrom(address senderaddress recipientuint256 amountreturns (bool)
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed spenderuint256 value
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(string namestring symboluint256 totalSupplyaddress initialOwner
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
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account