PixelMinions

Verified contract

Proxy

Active on Ethereum with 1,372 txns
Deployed by via 0xbfa97b89 at 15138510
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 47 additional slots

No balances found for "PixelMinions"

0xea39cb9fb86fe09d8c80915143a8548adce4d27bb8b660d2ccb0ea79074aa4d2
0xba2633d6a35ead8564c19e7aabd0e3869d337c3faad70975087c71e59a141b68
0x275675504c26ef08f4b18324d8ab177b695b5f2d354893fc4915862ae445d515
0x8b6ae95b9f9f04700f99dc65094709da65a3a166659cccc5b1799c49dc5a731f
0xa8b56b8e301dd717bf559102c5dfb0a71db9e4754beabe1bce4cf72d30d3bd6b
0x6d1a553b13ed8b3112746e5379ea543cb2d29f82bb68c8ac561df228948c1f14
0x59ee14d38b7bc10b3b1b6ad4eb98218b4e0d54e247468747e6a3ae503d245437
0x4eb05caceb12aab44c28ea29c303e25e7e67859deb04bf5d0dd4e590143d3c8f
0x4d4d741999e4299fe82399e63dcccd9fbf61612a5b0f29a9be1a36310677ae50
0x1d9789ab85f970024d48ac73c0c4bf063b13275d7faa0f07eb59c922f800645e

Functions
Getter at block 20907106
maxAmount(view returns (uint256)
5555
maxPerMint(view returns (uint256)
5
maxPerWallet(view returns (uint256)
5
name(view returns (string)
PixelMinions
owner(view returns (address)
0x6dcf1aa90ad2d6ef0f9e23979e8166c765889005
presaleActive(view returns (bool)
false
price(view returns (uint256)
0
saleActive(view returns (bool)
true
symbol(view returns (string)
PXMS
totalRevenue(view returns (uint256)
2064000000000000000
totalSupply(view returns (uint256)
5403
treasury(view returns (address)
0x6dcf1aa90ad2d6ef0f9e23979e8166c765889005
Read-only
balanceOf(address ownerview returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721AUpgradeableTokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721AUpgradeableTokenOwnership[])
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
State-modifying
approve(address touint256 tokenId
batchAirdrop(uint64[] quantitiesaddress[] recipients
initialize(string name_string symbol_address treasury_address royalty_uint96 royaltyFee_
mint(uint64 quantitypayable 
presaleMint(uint64 quantityuint256 allowedbytes32[] proofpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string newBaseURI
setDefaultRoyalty(address receiveruint96 feeNumerator
setMerkleRoot(bytes32 newRoot
setTokenRoyalty(uint256 tokenIdaddress receiveruint96 feeNumerator
setTreasury(address newTreasury
startSale(uint256 newMaxAmountuint256 newMaxPerMintuint256 newMaxPerWalletuint256 newPricebool presale
stopSale(
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
Initialized(uint8 version
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

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