Milk Away

Unverified contract

Proxy

Active on Base with 21 txns
Deployed by via 0x2af5582a at 22975614
Slot Value
0x0000000000000000000000000000000000000000000000000000000000000000 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000001 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000002 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000003 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000004 0x0000000000000000000000000000000000000000000000000000000000000000

No balances found for "Milk Away"

0xce37707425f9b52a5299ec696effe634a5d6a19cde9ad5f0641da26014998dfc
0x2637055af8a9e8c5e6d269144738bb5378789bbb6751230d82795c5c64e2ebac
0x95bc2de398e56e02fce9f681c4691f67df7f5632c0fca0aeb7b88b15a0090ada
0x16b31839f4aa0ce5a9c561e3b71bffe624b17ca6d639c191ad0e3430fd6ffdad
0xdf4460fd59d9608bbb8186dcddb7b18b22d029c428b2352de57815c13e140fef
0x377013ec848759bfb31b052e008385a84ee1a55393cbf24d60d6d8b477f3dca3
0xefa1a63eeba42d38df084c0a120b3e50b2b5917c0438f51f6377281180354d71
0xb737b11b8a93fe16635f50b2d894c3b293591fa39b00fc57770a429f1c6ccc86
0xb9721ae2bebfcb82cdf50b606f377e2b8d9113a93a3974786592c474f8487273
0x1f584b11d24c93ab24db4148f7b5b2a4f24b2d5ff9fa4c3805e45c2cfd2eb21c

Functions
Getter at block 23711159
decimals(view returns (uint8)
18
name(view returns (string)
Milk Away
symbol(view returns (string)
MILKAWAY
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(