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

BasedHog

Verified contract

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

No balances found for "BasedHog"

0x00a7f7d9c5be0ddd44e060bb85b9b2bd79097b7fe325e6aff86f8288922494ed
0xa670b7bdb470482f3c7c90cda9a2f4d68f9c4a70b28ace8a02cb4aa96ee9ba7e
0xe9d586e05e884754581896870a7bf74633e1428090af93008eb92b741c0afa77
0x714a5dc365bfff0d1218d40a3070b34ed2832a7e6f0d886f71788887ab2406d0
0x15f84e38e1635d674ab5d0334c6fd7c4ebe9212f1e7195826d8e66661d4c4d61
0x2655b8d64afc49df16fe5ced8fbbee775ed035ff6b3efa7451b6923282e34cec
0xd5510c1d05057e751492fa38626efb3dcdbf911f1cfe8f27d8560e5c9f3d1cd0
0x3da328f2d0dd30779f1a620d1a3a9f43328bd514f65391892d636034905a100d
0x8279c1c6aa9595959a45160a3ef18571703ce0789b1204d715644b6d0cd9a4d4
0x2d4edf726cd16bcca33701a68619b0a20e2be6c5896602bf023ff7116935a5e8

Functions
Getter at block 23615565
decimals(view returns (uint8)
18
limitLiftTimestamp(view returns (uint256)
1712280329
liquidityPool(view returns (address)
0x8048f35de8df099f6076b98ed750731b70fa619b
max_transfer(view returns (uint256)
250000000000000000000000
name(view returns (string)
BasedHog
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
CRANK
totalSupply(view returns (uint256)
50000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
renounceOwnership(
setLiquidityPool(address _liquidityPool
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(
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