ApeCrew Base
Verified contract
Active on
Base with 2,627 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.001675 |
$0 | |
OHNO | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21775817 | a day ago | | | 0 | 1.6758272e-7 | |
| 21775700 | a day ago | | | 0 | 1.7033090e-7 | |
| 21762896 | a day ago | | | 0 | 5.9569193e-7 | |
| 21684172 | 3 days ago | | | 0 | 2.1733401e-7 | |
| 21621516 | 5 days ago | | | 0 | 2.1667188e-7 | |
| 21575280 | 6 days ago | | | 0 | 1.6939892e-7 | |
| 21534666 | 7 days ago | | | 0 | 2.1035862e-7 | |
| 21503432 | 7 days ago | | | 0 | 2.1673554e-7 | |
| 21499370 | 8 days ago | | | 0 | 6.2889465e-7 | |
| 21449604 | 9 days ago | | | 0 | 3.3142455e-7 |
ABI
ABI objects
Getter at block 21823368
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
baseURI() view returns (string)
ipfs://bafybeibzxkzdetq3wc5k5kkga4ac5edri2iq7zcwhny5uex4nvc6w2wena/
contractURI() view returns (string)
ipfs:// bafybeif5h4bccht2rljntwg5ffs6zlifrhkoeged4sor4y3hzeupnqumri/
maxSupply() view returns (uint256)
10000
name() view returns (string)
ApeCrew Base
owner() view returns (address)
0x276ed74b664b83d3f18f170f8e3059747dbca7e2
provenanceHash() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
royaltyAddress() view returns (address)
0x0000000000000000000000000000000000000000
royaltyBasisPoints() view returns (uint256)
0
symbol() view returns (string)
ACB
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)
royaltyInfo(uint256, uint256 _salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events acceptOwnership()
approve(address operator, uint256 tokenId)
cancelOwnershipTransfer()
emitBatchMetadataUpdate(uint256 fromTokenId, uint256 toTokenId)
mintSeaDrop(address minter, uint256 quantity)
multiConfigure(struct ERC721SeaDropStructsErrorsAndEventsMultiConfigureStruct config)
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)
setRoyaltyInfo(struct ISeaDropTokenContractMetadataRoyaltyInfo newInfo)
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)
AllowedSeaDropUpdated(address[] allowedSeaDrop)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BatchMetadataUpdate(uint256 _fromTokenId, uint256 _toTokenId)
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)
PotentialOwnerUpdated(address newPotentialAdministrator)
ProvenanceHashUpdated(bytes32 previousHash, bytes32 newHash)
RoyaltyInfoUpdated(address receiver, uint256 bps)
SeaDropTokenDeployed()
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string name, string symbol, address[] allowedSeaDrop)
This contract contains no fallback and receive objects.
AlreadyInitialized()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
CannotExceedMaxSupplyOfUint64(uint256 newMaxSupply)
InvalidRoyaltyBasisPoints(uint256 basisPoints)
MintERC2309QuantityExceedsLimit()
MintQuantityExceedsMaxSupply(uint256 total, uint256 maxSupply)
MintToZeroAddress()
MintZeroQuantity()
NewOwnerIsZeroAddress()
NotNextOwner()
OnlyAllowedSeaDrop()
OnlyOwner()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
ProvenanceHashCannotBeSetAfterMintStarted()
RoyaltyAddressCannotBeZeroAddress()
SignersMismatch()
TokenGatedMismatch()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()