wallet

Verified contract

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

No balances found for "wallet"

0x0c00ba3241bc64205936a04f02723c43d20577a894a7e83b12c1502b951f3e84
0xee3a1561fe63221c5bff1a4d1c5ecbd69f24ff18e6b5e361942f153aa44fdb97
0x848d4b9627d73910959a98b188238b176d9eeaac9a7628538df503374dd53011
0xa5e9d71e36812f415c83533001d3cc2f009500f74d7bc05b57b92339df92f126
0xfa599befc10f7b3417aaa383871f63c1b19a64212ce2ca4d32ff6269b588360a
0x70d8176ccf21fc2ef9a9619e091be6f000847374ca4774f5e80fea559c75c35b
0xadd73770eb60ce1e5782754a6747438f56e178ad31cd568f0843df3bdb2fa775
0xf39bd02fcbdbb689337f143bd038c65e0569229572bfd51c7c529792b691d5f2
0x328baa0b0990f65760b4a48bd96649fa16f9d1362049a3dccc5459952a5e9adc
0xcb4d1373ae6c2bc564e4b0668955a8fd34587e9d9f7edae4c10a4f5eb0511cf0

Functions
Getter at block 22902921
decimals(view returns (uint8)
18
name(view returns (string)
wallet
symbol(view returns (string)
WALLET
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