Marvin The Martian

Verified contract

Active on Base with 299 txns
Deployed by via 0xad922551 at 12173392
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
0x3cc5f83683f5b9a053963f153668f4082b8795cc9467981284d69e50e0e508a5
0xef5a44bd5942b3077ad18757a40666c6dc11bfa1c0691c64148c9318294b946e
0x7133c88f0460531f0e556ca55db099f4b5390bab922262735ff15414ed6c2455
0xfd1e6d41e3b530321234a2148e80a5bdc30becba55be5e75b3a8b254e30ca531
0xb1f43a0d22cec0b0363994faf25ab2387030f0665461adfc62707b7fabfed466
0xa5c304ff0e730ad7531afc94af0878c97ae745d2dac1674f14d8901e985ec14c
0x2ff2a6a93e1861f68d76b068cdfdd6682ecaac4ceba05cf6121a10e28ab0c424
0xb7f7f827abfe6b773c14bcab289ba6e39ce7b153db5589c9c5621f64a902b2c9
0x74e38295da478e6fc66ac728db67ca0dee9148145ab32455e54f5dce1d125907
0xf6937887d9fb48e3233feace8d426e46f1ed65ad994b7bee8f7b4ffa84a0435a

Functions
Getter at block 22774146
decimals(view returns (uint8)
18
name(view returns (string)
Marvin The Martian
symbol(view returns (string)
MARVIN
totalSupply(view returns (uint256)
1000000000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
burn(uint256 value
burnFrom(address accountuint256 value
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