MAXIMUS

Verified contract

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

No balances found for "MAXIMUS"

0xf8bef6fc4fe8cea3903a6399aacc0de98f709b904fd6753664c20bd0b6b99770
0x083f67198b68f2efc51addb89bc06cad4de9711fc17fdcfc017e7aa76b6f087d
0xfd95f3ecc860cda7137f7b5e69a22b1bc34ba78a78ff6b86a7e31daf7dbf0694
0x55456d20ac157e11491bce7c9d441c70eccaf54d01036774e1081c7db2f4fe26
0x05f4a9566637c34da443475bba1c60e378c2de5fa272d453ac8cb52a187ff79f
0x8bc05e55bb9b9d75bd10c796084637ba223a9f487f46d6ef3b3a0ac675ef0e27
0x941d068f48e065b59a9ada44981a0f6f3ef41dc2feee28078042a677dd42ac4d
0xfc6979b1ddbed659f4a47140f2de196922ec3df5b686d75ef32bffc0102ff736
0xa6b912d85651175c3282a8017d2812e20a9266197f6ba866bb5a0fc05f13d55b
0xf266080dd47d3438731c6ed1e8363f581d5e22e9234fbc3ed5955ce0d2dbf035

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