BALD WIF HAT

Verified contract

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

No balances found for "BALD WIF HAT"

0x7dd80e528010d5a7b2a901bb768b158a94f4b2db90d4a34823bfd9731156eac0
0x84b5220da201bdb29fd6f9622582156e78f41eff25d047cdfc86e1b37ef0c091
0x9c4cb7e332adea9866c69ac37d830e52ce1878e9df8dc73bbfb0ea5203169751
0x9ac251c5f9baf41efe34f534f80d1b4f9e5f4920d016dca955d69125865d3e28
0xb51dbd6e82407f37f4bf04863af09c6d36b437f8b25f983576302531ddbca50b
0x25a92d1bd774f90fd443c3e1fc0df658af70104b34eae3a4fb448d38e8579463
0xac099de56e84e742bbc47dc6cc763b88f9e74f0072c287e9d8f1bdf364c8bf47
0x7cc9f17a0ee78850acadef7ff8a7de944666860cbb85c3559976f182ac6a42f9
0xcb0b459c56dac37ba94f0e8e717a38843716b75893c96f602bdb1430ef17d6e5
0xfb2769338b98c380fac95b8490b245ecf91758c4aea6dd29fb296bc4b9a7e225

Functions
Getter at block 22773581
decimals(view returns (uint8)
18
name(view returns (string)
BALD WIF HAT
owner(view returns (address)
0x582beec97bef43a165bd934ab3fc0c6987de610b
symbol(view returns (string)
BWH
totalSupply(view returns (uint256)
1000000000000000000000000000000
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(
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