The Magix

Verified contract

Active on Ethereum with 1,618 txns
Deployed by via 0x461db7da at 15281652
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "The Magix"

0x07c8e2f8e9130decec94c39f783530656baddd4849b6ba7f55f3b92ec3814046
0x39e5b0f94553a0cd4c8e162cb92b2e7cc12fde6bb3cbc13ef935433883bd3e73
0xe5a21be11c94b35354999acd81705267449dadffea6f10cc7cc500311565c810
0xdf2b43e68def372ab34c6e958678f37f2855b139ba79ff90332e769bffcb7df9
0x7fdbbe0a9118020a9d0df2b554a054461751ce13ff48f64166e1eab1b4be7d38
0x3815cec806081a71cdc15a719521d97364b31e881c0c9818ea6927ce7b1a37bf
0x07508a626c3ecef1f0b3a301869fc729d55550d0148d5d787b91685223ffba69
0xe9f38682c54ac25e01283977c92935e45632e733b031f8e87282412166afcd81
0x76d956ef28d12f74c491e05ec73d5bcdd4ff383ad53295826d7e8fce23f9d387
0xff085ae6fba23024b48b88e016f7c8dc0d4398ff352295395fc6d6b99641db46

Functions
Getter at block 21023239
MAX_PER_WALLET(view returns (uint256)
5
contractURI(pure returns (string)
isPaused(view returns (bool)
false
maxSupply(view returns (uint256)
9999
name(view returns (string)
The Magix
owner(view returns (address)
0xd74e84572f5f7b5d41474ebed9b3020a2e526fc6
symbol(view returns (string)
MGX
totalSupply(view returns (uint256)
7622
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
mintedCount(address ownerview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
devMint(address touint256 count
mint(uint256 signaturepayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseUri(string url
setMaxSupply(uint256 newMaxSupply
start(bool pause
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(