walkthewalk

Unverified contract

Proxy

Active on Base with 787 txns
Deployed by via 0xb358642b at 15756701
Slot Value
0x0000000000000000000000000000000000000000000000000000000000000000 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000001 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000002 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000003 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000004 0x0000000000000000000000000000000000000000000000000000000000000000
ERC-20
--
ERC-20
--
0xfb7c18ffa01d64e1c0318de76d1b8d0143d51d0c6021e7ccfa07df931cf7cb3a
0x65c61d2694d3d539263c7a52c8ceda0179062b1d7b1c0d1baa9697c4638ecb2e
0xdb28c26d08be4b88ef3c8e78a8062f6574e13a1fbedb7fb1845890fa1e39ce92
0xbe9f21e842b68bad67c3cad63df890fdde5872438b05ce335eb0cbce6e69c221
0x1006634a4a6fae87a883383261c162b10cc1af38691cdc5090e3ef2610d654ef
0xadd788d5bf9a090ee6d1ea3e237c789a67e04c20c4f3c88235bffdc358c28dbb
0xb147413864876e1281170ad9067f9775d14abf4c4a053600a4d4078552e21b3d
0xaf160a14adfe828133b838fc08e42829c164290a17a8c01b8c04c7c6e585841b
0xac6f6ae689d99579856a4038f6b9188e9ba80abc23a03e6da6a64a446f2eb3a1
0x834b8413eb98b1342b1d3235a182836e67c9c4932021e78e80d819a282efd0d0

Functions
Getter at block 23002829
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(