LIVE WITH HOOKER

Verified contract

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

No balances found for "LIVE WITH HOOKER"

0xf5c8bd82696fb5da5003bcbd08ac2305c61cda85b44057fe9b55fd200eb8e6e8
0xfc6f3e8eb7ceeb6e40e23a2032f304edb51ccccfc9d5d39da047308ec7722d17
0x6cc369f2aecbfd2fca3492fa340ff22de81102bca8c238cd29b189ab91be9d4e
0x1caddefc64b5b55d64d362051288735648378e89e09412b90d860ff202a3f736
0x1fe8a50e3ab86e76e5f68a0d8f39025c7524c2a34cf903d92daf5cd2c6bcd707
0x83af92197342d4947157ccd5a328b887679503258e2c03711b1bb04c4d14f26d
0x62273da5cc452325a72a5228fe44fc140e52d443102704514cbafac02462a05e
0xa7470cd62a04a274ad49ea1e90c4ec50b7e7b4408e67c11963b74dafc26821e1
0xc9126c2471138cb3b20e3b810ec9d26cfa7d4779dd530928a9b1c3596d7a6187
0x9eba463f22a6cfd33265aa25c8bca7e7d84fe3aa5188dda153fb468723300cbc

Functions
Getter at block 23324116
decimals(view returns (uint8)
18
name(view returns (string)
LIVE WITH HOOKER
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
HOOKER
totalSupply(view returns (uint256)
100000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 amountreturns (bool)
decreaseAllowance(address spenderuint256 subtractedValuereturns (bool)
increaseAllowance(address spenderuint256 addedValuereturns (bool)
renounceOwnership(
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 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 name_string symbol_
Fallback and receive

This contract contains no fallback and receive objects.

Errors
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account