EVERYBODYS

Verified contract

Active on Ethereum with 10,856 txns
Deployed by via 0x6ba32000 at 15778205
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "EVERYBODYS"

0x419823a69252cff04c19703ad692b94fd6ba9ad1040b082625537c765597d8f2
0x0f1747f5cc31c24cfffa65a15937d0632a2c9e1269a6a3535125b9ed933e75a7
0xc32c2f93ac7a8978f601341911cbfe70e23f4ee658c7505f6a699512a244f06a
0xcd6100718249ae59e9cde1e50e57ffa28cc0083da2361db61d23bc65f3ff8dc1
0xb12d462a7ba6d6ad57dbcebf8e1a046b77cbd1439069995e43cd29099473e9ee
From
0x3430ddf663c4819ea0e1640e92b8f95a8fa94d53f2a759e36b162f781ba31663
0x51529d4b48b0ab70cdd2de6df06b614e79b7a30346f69ce6d377fb23632394f8
0xb9dd3ca7786d7849976150c23ec8a8a4ba6b9ef2287ffb860edd1813259ac785
0x8a0a1174e055e6ed151c451efc9724da43de198bff8367b16d0744ad5a477318
0xa66aec0004520847adc8d2c624e00e706efc509114f93497b5fd602314c93e98

Functions
Getter at block 21230465
administrator(view returns (address)
0x4468a5b725e2c63056131121cd33b66848e1dd87
baseURI(view returns (string)
https://everybmetadata.s3.amazonaws.com/metadata_v4/
contractURI(view returns (string)
maxSupply(view returns (uint256)
10000
name(view returns (string)
EVERYBODYS
owner(view returns (address)
0xb9d4e6596f10c3b149e66de8decb2d00db7345a9
potentialAdministrator(view returns (address)
0x0000000000000000000000000000000000000000
provenanceHash(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
symbol(view returns (string)
EVERY
totalSupply(view returns (uint256)
10000
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
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(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
ProvenanceHashCannotBeSetAfterMintStarted(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(