MagaDonald

Verified contract

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

No balances found for "MagaDonald"

0x6c2c6b31c88559fda9b5c8214046a7840f2cbc71b727e1e878ac8bd2058982ee
0x218880154679c096e59ad33b548683374391f7fa54ee49b06af24f807423f26e
0xae94f1a2f3e944212a4c367f45f44c01dfc091225a11fd4f22095e3fe486fcc6
0xfe82609072ec83eec5722835a73ddd5312ba157bb900d45f86d2fc3371b1085d
0xf0df691fb4a0768326cc877994b7d27cf12b0790b0b14e24e76a2e8b0197cfe1
0x84d684621187e03a66ab7c69528bb55b0fd6aa2842d3c2b2a3fe11f696c07878

Functions
Getter at block 22753249
decimals(view returns (uint8)
18
name(view returns (string)
MagaDonald
symbol(view returns (string)
MagaDonald
totalSupply(view returns (uint256)
7800000000000000000000000000
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