This contract is being backfilled. You may encounter incomplete storage history.

Book of MAGA

Verified contract

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

No balances found for "Book of MAGA"

0x4c691ee23b788e93c6c50369a15ab3c7314814f97b4e9ce1c243bc280f5c0433
0xc6fac7f26a969de6704b3bf0d53e4105cf756a02c889c4174f71c294305f0a9f
0x193fd25452510191eef92724f4f7c5d3d7724c35b78bd7cd3e641dd762b1dd28
0xf2b1459a871dba816c799b5900837babf41e60e839c9442b0cf503d1b4263b22
0xb26f6ada40319be87cd10caaf59c8fde5953daa6dd30336a74f40afdf08a9a87

Functions
Getter at block 22919079
decimals(view returns (uint8)
18
launched(view returns (bool)
false
name(view returns (string)
Book of MAGA
owner(view returns (address)
0x0bf8edd756ff6caf3f583d67a9fd8b237e40f58a
symbol(view returns (string)
MAGABOOK
totalSupply(view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address _owneraddress spenderview returns (uint256)
balanceOf(address _ownerview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
launch(
renounceOwnership(
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed spenderuint256 value
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(string _symbolstring _nameuint8 _decimalsuint256 _totalSupply
Fallback and receive

This contract contains no fallback and receive objects.

Errors
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account