Wolverine🐺

Verified contract

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

No balances found for "Wolverine🐺"

0xb3c5017ea0e4ccd5743e20fdf5965ce88d6fe76e0bfdc55a103d532249047a8f
0x930c0aa3d6500b7c40f4694b1ff7247efaae6f61d7421ae4a7f27e3c58ec8d98
0xcf55c5562f561d3d8f7c61e1d0fcac29fa9eb52e87ae478e094802b0b865b892
0xce230f1835631ea63b54e8ce9d45d88953754bc407b739fefe93ca39b0537d3d
0x3251b4736a8f28d8daa028c3b901fd8ed47cc704358e0c69be085875945adcca
0xd9fc1812d12722dfa86635b92600c9fad4c5f0e2a6ab12983cff72a87206a4f8
0xdd308a00e1d401e2b535477fb6d14d752e56b614d94c15c96d722b1da1c10fa6

Functions
Getter at block 23877508
decimals(view returns (uint8)
18
name(view returns (string)
Wolverine🐺
symbol(view returns (string)
Wolverine
totalSupply(view returns (uint256)
780000000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
Events
Approval(address indexed owneraddress indexed spenderuint256 value
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(string namestring symboluint256 initialSupply
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