BASED MAGA

Verified contract

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

No balances found for "BASED MAGA"

0x29850e33248644aba500a1dfbfa877fdbd69faa118e02f8b8316240f987bc5d0
0xf405ccac943d4b6326c6a3128f9a8f58d6b81a62601591fd108cec416cac9ebe
0xc3a04347589e1c701d886b16b8f0ca908216d2619848e54778fbe54bef66891d

Functions
Getter at block 23804502
decimals(view returns (uint8)
18
name(view returns (string)
BASED MAGA
symbol(view returns (string)
BMAGA
totalSupply(view returns (uint256)
550000000000000000000000000000
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 namestring symboluint256 initialSupply
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