EVERYBODYS
Verified contract
Active on
Ethereum with 10,856 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "EVERYBODYS"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21136015 | 13 days ago | | | 0 | 0.00033907098 | |
| 21106158 | 17 days ago | | | 0 | 0.00011055004 | |
| 21105827 | 17 days ago | | | 0 | 0.000077526734 | |
| 21105821 | 17 days ago | | | 0 | 0.000099186053 | |
| 21105049 | 18 days ago | | | 0 | 0.00012099000 | |
| 21066145 | 23 days ago | | | 0 | 0.00061654621 | |
| 20936351 | a month ago | | | 0 | 0.0011162736 | |
| 20932710 | a month ago | | | 0 | 0.00053258130 | |
| 20836688 | 2 months ago | | | 0 | 0.0012614969 | |
| 20800911 | 2 months ago | | | 0 | 0.00060763906 |
ABI
ABI objects
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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getMintStats(address minter) view returns (uint256 minterNumMinted, uint256 currentTotalSupply, uint256 maxSupply)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events acceptAdministration()
acceptOwnership()
approve(address to, uint256 tokenId)
cancelAdministrationTransfer()
cancelOwnershipTransfer()
emitBatchTokenURIUpdated(uint256 startTokenId, uint256 endTokenId)
mintSeaDrop(address minter, uint256 quantity) payable
renounceAdministration()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI)
setContractURI(string newContractURI)
setMaxSupply(uint256 newMaxSupply)
setProvenanceHash(bytes32 newProvenanceHash)
transferAdministration(address newAdministrator)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newPotentialOwner)
updateAllowList(address seaDropImpl, struct AllowListData allowListData)
updateAllowedFeeRecipient(address seaDropImpl, address feeRecipient, bool allowed)
updateAllowedSeaDrop(address[] allowedSeaDrop)
updateCreatorPayoutAddress(address seaDropImpl, address payoutAddress)
updateDropURI(address seaDropImpl, string dropURI)
updatePayer(address seaDropImpl, address payer, bool allowed)
updatePublicDrop(address seaDropImpl, struct PublicDrop publicDrop)
updateSignedMintValidationParams(address seaDropImpl, address signer, struct SignedMintValidationParams signedMintValidationParams)
updateTokenGatedDrop(address seaDropImpl, address allowedNftToken, struct TokenGatedDropStage dropStage)
AdministratorUpdated(address indexed previousAdministrator, address indexed newAdministrator)
AllowedSeaDropUpdated(address[] allowedSeaDrop)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BaseURIUpdated(string baseURI)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
ContractURIUpdated(string newContractURI)
MaxSupplyUpdated(uint256 newMaxSupply)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PotentialAdministratorUpdated(address newPotentialAdministrator)
PotentialOwnerUpdated(address newPotentialAdministrator)
ProvenanceHashUpdated(bytes32 previousHash, bytes32 newHash)
TokenURIUpdated(uint256 indexed startTokenId, uint256 indexed endTokenId)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string name, string symbol, address administrator, address[] allowedSeaDrop)
This contract contains no fallback and receive objects.
AdministratorMustInitializeWithFee()
AlreadyInitialized()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
CannotExceedMaxSupplyOfUint64(uint256 newMaxSupply)
MintERC2309QuantityExceedsLimit()
MintQuantityExceedsMaxSupply(uint256 total, uint256 maxSupply)
MintToZeroAddress()
MintZeroQuantity()
NewAdministratorIsZeroAddress()
NewOwnerIsZeroAddress()
NotNextAdministrator()
NotNextOwner()
OnlyAdministrator()
OnlyAllowedSeaDrop()
OnlyOwner()
OnlyOwnerOrAdministrator()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
ProvenanceHashCannotBeSetAfterMintStarted()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()