METAMORPH

Verified contract

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

No balances found for "METAMORPH"

0x8e9ab6b82685b11496bb4d2daf8b09102196ad5cdab90e368b94ddbeb5a34b15
0x4906d20f372b0cb8f86a3071d06a1a3447439c3148125b2c671fc3e63925cc60
0x0ddc4a5e7e8f3ba622b9b319e696b01d78edc8f65cad474d865fdd623340595d
0x1b3056171cd5a4ff09ef618fc52eb4e43b88e53eac817dcadce40496cbff979a
0x00fd3fa5a3648c36b009b5304ee6f52c2a8572c340c16555ed6cf378054e9ecd
0x142d163b310129db73718144b50b5156d7c9ff4858f4b1fe66275d9db482d2b8
0xf5c6f0e5699e8030aef90342686ed3c3822daf439cf104bbcfc5601ba7f0ed9a
0x5a60ab04c2affcd79dbc5b13bcefa968f2d367ff0d9ac4eaf7fd59085bda1e80
0x0590be5b0efc674ed75c318cd401d56d962b0bc1360f774bdef0b95789cadd10
0x33d20cf00c5a697cd982f5b773138669a2dd0b4f47308cd20d83224866efeac5

Functions
Getter at block 22765432
decimals(view returns (uint8)
18
name(view returns (string)
METAMORPH
symbol(view returns (string)
META
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)
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