Wolverine🐺

Verified contract

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

No balances found for "Wolverine🐺"

0x0e269710b31947d241bf74bd974867945c1730e9b406c9ce2507ec8cc9a2fd4f
0x54baa5778d5c3fe379d63f11813e687738347c71d47e2dc2845a7e4f724e8364
0x335ab925cf7c443e154ed8bbc841c940b6304f13f0e9caf2e22d96e9729db5d7

Functions
Getter at block 23572898
decimals(view returns (uint8)
18
name(view returns (string)
Wolverine🐺
symbol(view returns (string)
Wolverine
totalSupply(view returns (uint256)
680000000000000000000000000000
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