DayAway Founders Key

Verified contract

Active on Ethereum with 197 txns
Deployed by via 0x1262663c at 16188192
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "DayAway Founders Key"

0x29a7fdc70b143bc98f0a92e503ad1ec0ced7da73327bc9a1242004108cd6f78b
0xfa9747598d5589f9a7328f41dc1647e9c86cf8e10c5a024c2325223b7094e646
0x930470aa1f7b0396b26d35edfee36dcbfd989c25f5242a94ff0bb99289765833
0x1adaccebb28576c21540310ac745788eb7bd73c81dd37a126a4945cb5d589b3b
0xd1264e1b1b0b612b5ffc1f90d8882707615ba9254851cac2323f2003af02ede9
0xc74981a619039c2170373c1de0433ce9d07a27fe9d8aab2abc2f2e176065eaaf
0x7c05a13077a0133127a37ea29631bd3cda1e0b63df1e9032c0abd03650d0e610
0x867f07f613f1f797c2361fba1c1ec44d800edee72c79731142b4bb94db323290
0xc66b9ebdd7b4627c377f10c34a368e9ff9e5234b1c86af8c03d9421f67031789
0xa561eff9cf1fa90952b0c6ebcaef406b405fc3a8be3b7aa4c924d01e3bf3f96b

Functions
Getter at block 21212189
administrator(view returns (address)
0x4468a5b725e2c63056131121cd33b66848e1dd87
baseURI(view returns (string)
ipfs://QmPRRHi7B4fhX1fkwmmR8iSVX8t1QmiBYUHheT7ZCRKapz/
contractURI(view returns (string)
maxSupply(view returns (uint256)
500
name(view returns (string)
DayAway Founders Key
owner(view returns (address)
0x8bdd2a6b24f88e42e8fedc0ffb7db6f5ebc3948b
potentialAdministrator(view returns (address)
0x0000000000000000000000000000000000000000
provenanceHash(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
symbol(view returns (string)
DYAY
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)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
acceptAdministration(
acceptOwnership(
approve(address touint256 tokenId
burn(uint256 tokenId
cancelAdministrationTransfer(
cancelOwnershipTransfer(
emitBatchTokenURIUpdated(uint256 startTokenIduint256 endTokenId
mintSeaDrop(address minteruint256 quantitypayable 
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
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
BaseURIUpdated(string baseURI
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
TokenURIUpdated(uint256 indexed startTokenIduint256 indexed endTokenId
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
MintERC2309QuantityExceedsLimit(
MintQuantityExceedsMaxSupply(uint256 totaluint256 maxSupply
MintToZeroAddress(
MintZeroQuantity(
NewAdministratorIsZeroAddress(
NewOwnerIsZeroAddress(
NotNextAdministrator(
NotNextOwner(
OnlyAdministrator(
OnlyAllowedSeaDrop(
OnlyOwner(
OnlyOwnerOrAdministrator(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
ProvenanceHashCannotBeSetAfterMintStarted(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(