woj

Verified contract

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

No balances found for "woj"

0xa6dd7931fa57376ede5eee88282641c9c55044378814f41c5fde972a29a9c627
0xbd2b25ba718886f7366f11b4acc2307adb1ce68c952133023d07851c21ed5dc0
0xcfce318b19fe928dff40a36f6a910e716d37497edca9f1657453e78fac58d139
0x3592df9dc98b3c19296e060a7f8bcae31805d42bb1a54c8959597a7af5f8862b
0x95dd070c8db6200ad6e12cfd418b0d37ff7d12aaf0635d01bf70a28e0af5b0ca
0xf8ba09c02542fff5b5d96a26e286d216ee48f5940c5b40694d47abeb46840790
0xc1dea2ea91f9d8b94c891d53dbb9c49f01a654c81103945a54cb19c1739c13ad
0x7be22e8ae7dd5dfcdc882910b162f07f4f8dbddf55a1a06dd30c96bbaa2f064e
0x2098f833ea1de305fb12d0c25cbfe7c8decd420a8ddefd55fffd4c210cee1626
0xbb5be7b071903488e14286749b42ef39353da2c492b481ba6a2e3c36a9684920

Functions
Getter at block 22985515
decimals(view returns (uint8)
18
name(view returns (string)
woj
symbol(view returns (string)
WOJ
totalSupply(view returns (uint256)
100000000000000000000000000000
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