MAJOR EDEN

Verified contract

Active on Base with 11 txns
Deployed by via 0x24b77b33 at 23549987
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "MAJOR EDEN"

0x63289e12dcd6960da587dfdde57d65e0109787b3f293f5fd48231512f24eec90
0xb741aa420d3f4a1e2b4c7f78f227f7ffb2d895f844757cde255cc3a875a4dcc3
0x2c344867815bd36c265b441a18834e1ad82a491a831cb7cca7f20b8226a843bb
0x117033832ddc69a2bd3c5b4ce675323fabf441375101179daf533c3a0bce2554
0xa0e9163c2282c49cfa431a319bce95a6c5a2ed08f568e91471341cffe8e5e825
0x6d20bc9476f7ad51d5f366e6ad837be666089a3a9051126b29fa337687a11b9a
0xcff836a39e544786fb1f1c86006fbaf9516281d432e327c18202742f8ada9f4f
0x33ac3f7cdfdcf000106830adf85514fe97072fa30a845adc6f81afccd6805e3d
0x675d0f99899925be91fc5a1b4a146f8f35c52856c0cfa466a85f23ff30da39fc
0x3f1b1a345033ec701fb96df1a3bbada10887e60442718a7148f29a3e24686062

Functions
Getter at block 23945164
decimals(view returns (uint8)
18
name(view returns (string)
MAJOR EDEN
symbol(view returns (string)
MJE
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