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

MinionSilhouete

Verified contract

Active on Ethereum with 18,348 txns
Deployed by via 0x57bd52b5 at 14855251
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
 (#4250)
ERC-721
--
 (#3708)
ERC-721
--
0x7ee9977a4993bbc498f2364abf158e5d40f84bc5561adaacd390a02e799b2047
0x3002f5cd939324f2d4cace84ac735f6f78088f20d05fc8c21d82342f74056fe0
0xbbfe21954507e8f63a6cc42e1f3c5d63e177578fe4dafa1536716bcf29747767
0xa22f5a07dbbb7a6677a60dc0222868db0f02cbaa694acbd49bcb652ca5c95f24
0x3362499df8405248c828dd2d1cc846950d74239639f9ab751da8949cbe8a78c0
From
0x7e5e6a302a0cadfd2079379d190fc0e540d2038bf1760db91e600d18f48c73ad
From
0x1f22c91840213ddb83a0a1d4e7253952c92fbaebc518d33d8a2ef68b39565597
0x16addb2f94c342fb980cc40bb151edd73457f975c178a5724001c1c4e0ba235b
0xf7fd9116ca377cfc858d4a7250397df175a3021ab91394e1ddc3a79b482e76d1
0x60c61386509985d502a9d3bddc056d1d6bb7311b7ee51e6f1a156695518c6cbf

Functions
Getter at block 20796568
_maxSupply(view returns (uint32)
10000
_metadataURI(view returns (string)
https://minion-silhouete.s3.us-east-1.amazonaws.com/json/
_price(view returns (uint256)
5000000000000000
_started(view returns (bool)
true
_teamMinted(view returns (uint32)
500
_teamReserved(view returns (uint32)
500
_txLimit(view returns (uint32)
10
_walletLimit(view returns (uint32)
10
name(view returns (string)
MinionSilhouete
owner(view returns (address)
0x9ecc83fe44152d8929f551a5ca5f5d81c75ea47a
symbol(view returns (string)
MLT
totalSupply(view returns (uint256)
9998
Read-only
_state(address minterview returns (struct MinionSilhoueteHelperState)
balanceOf(address ownerview returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct ERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct ERC721ATokenOwnership[])
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
devMint(address touint32 amount
mint(uint32 amountpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setFeeNumerator(uint96 feeNumerator
setMetadataURI(string uri
setStarted(bool started
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
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(uint256 priceuint32 maxSupplyuint32 txLimituint32 walletLimituint32 teamReserved
Fallback and receive

This contract contains no fallback and receive objects.

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