ShillyBandPass

Verified contract

Active on Ethereum with 1,012 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "ShillyBandPass"

0x17fcc426603d3d1a1689c02f94ee2f507dc4a160cc46f1d9a2631d449b44d2d8
0xc98c159974568ce836bca2d13ad8c89229ad2e266cabf8bb6eece0534a1357e1
0x9f57f099af76acf9ba35e8e89d0cf1efa136c25215872a45bc2d061da3bb1695
0x7f6c67ee9bb23d053a62093885d883e93c3de305560f52b35350c5c85d743ca8
0x9ac89171fd7492018fca30910b50e9dde7ff831979ae7a856a37c6f5921e1d20
0xa743bf31d0d5948456b657698350373776c08ee7eccbe9eb12b7c948c03ab234
0x29cb9db56b65036bf28e7f47fd28c505aaaa7f2c33c7081e344e10925ddd9a73
0xdb7b54f1e540b4d13ce41ae5d193bf521f6505d7c46a96eff1475b5857e4f0aa
0x46fca138563dcc2e7be4733f8c3dd0b37d146d2eb4671efb7cc64a70748a967c
0xc9ec47eeb045d984223567030c1ac3a8199f859d42c05a4d0098304a1d6d3c9e

Functions
Getter at block 20925647
OPERATOR_FILTER_REGISTRY(view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
administrator(view returns (address)
0x4468a5b725e2c63056131121cd33b66848e1dd87
baseURI(view returns (string)
ipfs://bafybeid47cykrmwiwkagnllmwwabnujldpg4cadb6meieniaqj46pp7eaa/
contractURI(view returns (string)
maxSupply(view returns (uint256)
500
name(view returns (string)
ShillyBandPass
owner(view returns (address)
0x778e158a2d01c3535a5cbc81ec3d710b995d27d6
potentialAdministrator(view returns (address)
0x0000000000000000000000000000000000000000
provenanceHash(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
royaltyAddress(view returns (address)
0x0000000000000000000000000000000000000000
royaltyBasisPoints(view returns (uint256)
0
symbol(view returns (string)
SHILLY-BAND
totalSupply(view returns (uint256)
500
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getMintStats(address minterview returns (uint256 minterNumMinteduint256 currentTotalSupplyuint256 maxSupply)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256uint256 _salePriceview returns (address receiveruint256 royaltyAmount)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
acceptAdministration(
acceptOwnership(
approve(address operatoruint256 tokenId
cancelAdministrationTransfer(
cancelOwnershipTransfer(
emitBatchMetadataUpdate(uint256 fromTokenIduint256 toTokenId
mintSeaDrop(address minteruint256 quantitypayable 
multiConfigure(struct ERC721SeaDropStructsErrorsAndEventsMultiConfigureStruct config
renounceAdministration(
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setBaseURI(string newBaseURI
setContractURI(string newContractURI
setMaxSupply(uint256 newMaxSupply
setProvenanceHash(bytes32 newProvenanceHash
setRoyaltyInfo(struct ISeaDropTokenContractMetadataRoyaltyInfo newInfo
transferAdministration(address newAdministrator
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newPotentialOwner
updateAllowList(address seaDropImplstruct AllowListData allowListData
updateAllowedFeeRecipient(address seaDropImpladdress feeRecipientbool allowed
updateAllowedSeaDrop(address[] allowedSeaDrop
updateCreatorPayoutAddress(address seaDropImpladdress payoutAddress
updateDropURI(address seaDropImplstring dropURI
updatePayer(address seaDropImpladdress payerbool allowed
updatePublicDrop(address seaDropImplstruct PublicDrop publicDrop
updateSignedMintValidationParams(address seaDropImpladdress signerstruct SignedMintValidationParams signedMintValidationParams
updateTokenGatedDrop(address seaDropImpladdress allowedNftTokenstruct TokenGatedDropStage dropStage
Events
AdministratorUpdated(address indexed previousAdministratoraddress indexed newAdministrator
AllowedSeaDropUpdated(address[] allowedSeaDrop
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
BatchMetadataUpdate(uint256 _fromTokenIduint256 _toTokenId
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
ContractURIUpdated(string newContractURI
MaxSupplyUpdated(uint256 newMaxSupply
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
PotentialAdministratorUpdated(address newPotentialAdministrator
PotentialOwnerUpdated(address newPotentialAdministrator
ProvenanceHashUpdated(bytes32 previousHashbytes32 newHash
RoyaltyInfoUpdated(address receiveruint256 bps
SeaDropTokenDeployed(
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string namestring symboladdress administratoraddress[] allowedSeaDrop
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AdministratorMustInitializeWithFee(
AlreadyInitialized(
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
CannotExceedMaxSupplyOfUint64(uint256 newMaxSupply
InvalidRoyaltyBasisPoints(uint256 basisPoints
MintERC2309QuantityExceedsLimit(
MintQuantityExceedsMaxSupply(uint256 totaluint256 maxSupply
MintToZeroAddress(
MintZeroQuantity(
NewAdministratorIsZeroAddress(
NewOwnerIsZeroAddress(
NotNextAdministrator(
NotNextOwner(
OnlyAdministrator(
OnlyAllowedSeaDrop(
OnlyOwner(
OnlyOwnerOrAdministrator(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
ProvenanceHashCannotBeSetAfterMintStarted(
RoyaltyAddressCannotBeZeroAddress(
SignersMismatch(
TokenGatedMismatch(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(