ShillyAccessPass

Verified contract

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

No balances found for "ShillyAccessPass"

0xb8adced42a5d8254d13d3a455f85dff989c72e5a882254a6a158563c62891984
0xac03f2f1900d553186840899ec287a6177e9f0f5cbf90f4335fcca31c5eea75a
0x571bc02c777a3355ae775a2d4d5c3d6cbb9cf473510050699c70435bbc7e8af7
0x23a21ca6a72d8d26098c371da711e832036c6cec5e2d5a452b755c56fd8a6528
0x508e0563aabf93d4eb0904b222050be6bfa508902936d043b0a9d03262da4e9d
0xae1a02e19b2bb43a4e197e244c3676575c57a5b2e96cec50ff612e439c87064f
0x974214787279acddddf4f186cefad749093606e1db1bd21dcedd816b98e27faa
0x64d2e0fbdda59b5f571b8850a9ebe6d505ecb51c2eec770f1063874f4875c162
0x62a6f43323257781eb4d412a3370961b1dca4277b07b1fb340557f16409a4e20
0x142eca4f222e7d69e05982905c670b264fb0f5a3354ee57716d34ecc093aba0a

Functions
Getter at block 20889776
OPERATOR_FILTER_REGISTRY(view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
administrator(view returns (address)
0x4468a5b725e2c63056131121cd33b66848e1dd87
baseURI(view returns (string)
ipfs://bafybeihthxzxkbym4ig54v5z7uybwmyqm5krn3ujcj2iy33d6uq25po4ou/
contractURI(view returns (string)
maxSupply(view returns (uint256)
3500
name(view returns (string)
ShillyAccessPass
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
totalSupply(view returns (uint256)
3500
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(