walkthewalk

Unverified contract

Proxy

Active on Base with 464 txns
Deployed by via 0xb358642b at 15756701
Slot Value
0x0000000000000000000000000000000000000000000000000000000000000000 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000001 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000002 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000003 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000004 0x0000000000000000000000000000000000000000000000000000000000000000
ERC-20
--
ERC-20
--
0x28f4c4b80b8cf8ca3d257b18cef05933f8ef8e6adc382780e008a4591f7a552e
0xae06aac9990fc00f450ce4d9c3790cafcfb49322f728f7015ab3c49c97559960
0x8ee4db8740027d16b13f50d47d30cca414b168f60871b3aeb7c27d6591814579
0x507cb5682605b7733e540558d78c2b672141a7b0a63d983e5373a182a1415ca9
0x8d146ab449564db13ad2f31bb9c6e3adb5116f6d2fc4a8a3411082dd21c2e2ef
0x9ea843b76fbf180ef8b2cfb29080905f10024d3326d1860de7529667dde055aa
0xbac08dd115088465bba414010effde2ab36915a65788d1759b119acc9fe61853
0x430fe0341ee680e3860e99e4cffe4e5e3b1f6770b1629ae69c81ca4b1424589b
0x074134055e8968bc93fd27c31f686e11e7d9214cc3b19afef8faeed2716af0fe
0xc8ec3e9b8331163f06d3011751d8a3d701390c453c1c72f342059acceee62dd2

Functions
Getter at block 21844501
decimals(view returns (uint8)
18
name(view returns (string)
walkthewalk
symbol(view returns (string)
WTW
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)
initialize(address _mintTouint256 _totalSupplystring _namestring _symbol
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
Events
Approval(address indexed owneraddress indexed spenderuint256 value
Initialized(uint64 version
Transfer(address indexed fromaddress indexed touint256 value
Constructor

This contract contains no constructor objects.

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
InvalidInitialization(
NotInitializing(