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

Based Hip Hippo

Verified contract

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

No balances found for "Based Hip Hippo"

0xa8fd6b4c3efeb547f29243a3b523e566d7571cd982e05630619c1f46c6c35650
0x2b38486becc4c45a453d8a4850351917b70fec06496903bc62959c599101953c
0x364c902d9b3c409a4860ca034c2e4f44fb912540dce9b62c152466a3e13a9a3a
0xe78a0a37b15350d6f3bc1ece7493fc5d31a5fd95bf8d07e3b2d065d3665789b1
0xe2ad2a8877fc1ade98bd688fc31ef9d7a539df68aa97491f6f7cb6be6db57b53
0x4147ad9e163956780e0e25e4d9af4c73a6df30eb5a4da81dd5013f0b17ec703a
0x36662fbd5f14f729f88f6bfdb096abe7c250bc59f871083acae7135736a3e8b9
0xc4d32c4ca6dd1cfee1d0be4a7f6d8cb3338ee5c7f046959661f1091934431b96
0x53f3c33ec6476abf552acd4416fac3f5185e28afb6996d540078cffaf4d77cda
0x6465c7e1c66822321122d66bd375783cdfa664b1d9c3f69266693492b97d485d

Functions
Getter at block 22064732
decimals(view returns (uint8)
18
name(view returns (string)
Based Hip Hippo
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
HIPHIPPO
totalSupply(view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
renounceOwnership(
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (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 name_string symbol_uint256 mintedTokens_
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