MelonGas

Verified contract

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

No balances found for "MelonGas"

0x53641776c2e7df494532c30438134f5af0d9c2286bffd68e67b5a5e0c5e6bccc
0xe11bedd774e57982dba51ecb79672a059d9db549cc8c715a374b9ff905f6a31b
0x708b173daae86b1e628a0bf4e211e9e019f8a3aafbd8fe8ff2f9f666190fbb05
0x748c6ff58e0e04a4d7a8698b2ff70ffe805028942b69b1471e1a8d9da865b4b9
0x937276a067a4c9f6f125a9d74a069924c43aea7562512a03675619178bff860c
0xd56ec05d7c500b48e1853c187d7943c9a1a891c1d76a2ade06df43d48e314fd2
0x127fb7b7d063bacd73fdfdce0ecfce89ab377433dd5b71c376e9a11aaea8d3e6
0xa4b265fec7f8282c404d28c8f9863ca0e1412ab7a8040c7f385d9c683d456be1
0xc61f2d425ce8d026c389e738f9e44bf578fe5ca825385857fbbb71cae69abb95
0x15c053fa8d3a74da24ddbda4334f3ddff8e0b350b1b788cccffc45643fc3df7e

Functions
Getter at block 23738640
decimals(view returns (uint8)
18
name(view returns (string)
MelonGas
symbol(view returns (string)
MELON
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