BaldWolf

Verified contract

Active on Base with 2,759 txns
Deployed by via 0x3f064004 at 17838787
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
0x41d98507261128b2589658562b53e18986859ea44b969783e1720b8f258e61ef
0x4899bd8595fc9162a597f207e0a8724b53923109f286dd52c23bced32b76f106
0xd307e4b3be5b66f5ff3da4bb298813a71d89f5f2f7056614d1b1b6f501738697
0x3a668317d7ed41a1f866298bb6ee3574924d9e3c0c976c388e08fd40c10fe0ea
0xd090c0f672e7dce475c71244e802549d0dd9dbabab17e1b70c8925f3b499e219
0x7cc08d94b39a5f038252e252cad7618f21b00ca7193e251c880982b00f4e36a9
0x4c924933ddff4b4233558dece6948c573feb1953e22526a2accc314979de7574
0x16e1729638884c04a7c88ba7166739be18b15b41faa127475ac2eec784144747
0x9ef5b8938b67b35b743fac586e10ab374e1d468b77198c0a4c4afdceb8cfcf31
0x4f2006d5635f634d6fffcf63259d399791084503b0a818e93a9a7fb6774df539

Functions
Getter at block 22748215
decimals(view returns (uint8)
18
launched(view returns (bool)
true
name(view returns (string)
BaldWolf
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
BaldWolf
totalSupply(view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address _owneraddress spenderview returns (uint256)
balanceOf(address _ownerview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
launch(
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 _symbolstring _nameuint8 _decimalsuint256 _totalSupply
Fallback and receive

This contract contains no fallback and receive objects.

Errors
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account