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

Humbđź‘Ť

Verified contract

Active on Base with 7 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Humbđź‘Ť"

0xc2adc68ded7c228c19ecb2369124b47fc1694b31feff8824176b850107551130
0xd129a55c1c88fef5cb9b3fce40f4235ff7bd52abf2f0b462092880760093f2d3
0x00845f65c0bc00e4c07e83b68395822af0f7506f023180661058194056c27dc5
0xed4cacab68b24b7faae0225afc772e004ed0e984108d932f73be5a4c781336f1
0xec866b7afc35b11e4a8e6e4830bfd2d97f439dc7d8c5d70bbeeed3612cecddae
0x921735a1b2818ea44f2a3f6743c8cde3b1b2e76310d19998130390a4d848e39f
0x2f8e9d4a94fbb48fb2adf1077eb1729ec11bf7ef708888fffdab1d0e0c2fde3f

Functions
Getter at block 22014645
decimals() view returns (uint8)
18
launched() view returns (bool)
false
name() view returns (string)
Humbđź‘Ť
owner() view returns (address)
0x0bf8edd756ff6caf3f583d67a9fd8b237e40f58a
symbol() view returns (string)
Humbđź‘Ť
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address _owner, address spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
State-modifying
approve(address spender, uint256 value) returns (bool)
launch() 
renounceOwnership() 
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner) 
Events
Approval(address indexed owner, address indexed spender, uint256 value) 
OwnershipTransferred(address indexed previousOwner, address indexed newOwner) 
Transfer(address indexed from, address indexed to, uint256 value) 
Constructor
constructor(string _symbol, string _name, uint8 _decimals, uint256 _totalSupply) 
Fallback and receive

This contract contains no fallback and receive objects.

Errors
OwnableInvalidOwner(address owner) 
OwnableUnauthorizedAccount(address account)Â