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

BaseWolf

Verified contract

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

No balances found for "BaseWolf"

0x60e89f4e65130968a99c441021e61dbc2f7c8180e848002060ec1dbdd8c551b9
0x6e2af5d57533b1e443b2ba29a6896d422808ae8abf8315454834fc4b818961e9
0x6cfb3ca591abd2313eb4217d44fd8448aa9ca8b863bf249388221aabea960f08
0x25895de14cea69cf36e25656bd688d95c7c5b5ebf56d3a99ddcdfa9c0b75892d
0x9ba800bd5a5734f103a3b8f2392402df957a89ade92a0fc04d25f40ae581808f
0x60d0f4c371370896f7f020aba04f994f279c4bdcc085ada73c763b4b1f4febcf
0xec50a75470388118f21f931260b641609bc6f3e7b1f26bb5e85c346b9bbcec11
0xd6c277cb7ab5e7e3b244ae813bb5a77f4c05f2afb87134442e86f01be33b239b
0x17de26db0e0436239b62acb2f0f17a9b5f35fe037e50cc34d925dde61f14de9b
0x9f0f03fa206ed5190e48a2d00fa3eb2ca9d9da919383a500ce0efed118f91a49

Functions
Getter at block 23882025
decimals(view returns (uint8)
18
name(view returns (string)
BaseWolf
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
WOLF
totalSupply(view returns (uint256)
333333333333000000000000000000
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(string name_string symbol_uint8 decimals_uint256 totalSupply_address serviceFeeReceiver_uint256 serviceFee_
Fallback and receive
receive(
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