MAXIM

Verified contract

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

No balances found for "MAXIM"

0xb86243fca902e8f4f5d92e58181de00ec89c727bd94f3c94ece92fd788866bf6
0x9ceca79b5d364b5354c43544ca812bb204443e28f29471bf660ed47f2eed596f
0x4f3d2f8a3df6574902b925b25eda1abd60835ff2e23731cbe7769d0e6a16b7ea
0x84725fe7be2566660f1b92b4bc1cfc0a07ce50c469453a31c8eaae383316d018
0xf04ace8e3b05377554140d8b974fbdbc5716a98356ef06b4a6c3976234d8a5d4
0x0a9ba1b38cf1941766fe2df116822cc1cb5ab85efbfb432a6577af1d95be7c8e
0xe54afeec49b173621381fe89a4a21bd83b1bfd08957a795f28a0d10184a66970
0x65869db3f42e4d8893cecebc76b611582c9e46ad5a6deac1b94ad46d011151e0
0xe34b8a1c6d24d6300067aac2185d5a72dbdeb772307bed779dd5d75468540dc4
0xef0e6998bce6fac978a74101251594a3d6e2d087645f77781acc517431294316

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