WISDOM

Verified contract

Active on Base with 12 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "WISDOM"

0xd6d27e941b8e2e2b2ae34e89a6ea911d4fdd908b335819f2bb6e0a0e16d102ce
0xedda332f4fe225cbc6f6ab1d493f86054dccb46ea901be11dfc460e01d48f029
0xc6dcb036039c3cde479524a147aa95808f197c6f602e42197bdc06b68dcef694
0xbc4f8fd64fee8c5c58e3f1d1351d0ec64eb51f2ff0660d6e0646590183030e67
0xd3efb2c9a54a91f6da4263f76818a6b114484fce2297861a92b009ac72c1b591
0xc960854847ea98b8bd482cfcf59b1e45150e4034a51fba840709ddd576cf27b1
0xe26e596fbc1fa82feef7b5839dfe1f8dda323a9a89bd0a90f34710bad7395f0e
0x995359c5349c71a677b97085cb03c13475968d4b740dc4c77902a302f33ce895
0xe58b9797037c569a215646b7229d331a3fef8bb5533f34337af4dedfd570f267
0xe73bb7f8d7eab789880218b05c6daf73ee8ba973b86325c113a789b019c285bd

Functions
Getter at block 22746349
decimals(view returns (uint8)
18
name(view returns (string)
WISDOM
symbol(view returns (string)
WISDOM
totalSupply(view returns (uint256)
1000000000000000000000000000
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 name_string symbol_uint256 maxSupply_
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