Bored Ape Pixel Club V3
Verified contract
Active on
Ethereum with 1,258 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($408.63)
Native
Value
$408.63
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.105 | $3,891.68 |
$408.63 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21387505 | 15 hours ago | | | 0 | 0.0021111844 | |
| 21387489 | 15 hours ago | | | 0.035 | 0.0032951171 | |
| 21382038 | a day ago | | | 0 | 0.0011340377 | |
| 21382037 | a day ago | | | 0 | 0.0011379064 | |
| 21382020 | a day ago | | | 0.035 | 0.0016419418 | |
| 21382011 | a day ago | | | 0.035 | 0.0016827169 | |
| 21356376 | 5 days ago | | | 0 | 0.00065546176 | |
| 21351264 | 6 days ago | | | 0 | 0.00099787742 | |
| 21259192 | 19 days ago | | | 0 | 0.00038687091 | |
| 21258261 | 19 days ago | | | 0.07 | 0.00061590888 |
ABI
ABI objects
Getter at block 21391971
addressDeposit() view returns (address)
0xdd4b0d57eb037f27d1c52d23439076ee78e904b6
baseTokenURI() view returns (string)
ipfs://QmWoeXzD2Chyff1kqevCqjDSYLY6FS3pbcQzm93QtTA4Wx/
maxMintPerWallet() view returns (uint256)
200
maxSupply() view returns (uint256)
2770
mintPaused() view returns (bool)
false
mintPrice() view returns (uint256)
35000000000000000
name() view returns (string)
Bored Ape Pixel Club V3
owner() view returns (address)
0x6138bcc2af73fc295f7dec52fff6f285dadb117d
symbol() view returns (string)
BAPC
totalSupply() view returns (uint256)
1199
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getOwnershipData(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId) payable
giveaway(uint256 quantity) payable
mint(uint256 quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setAddressDeposit(address _addressDeposit)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseTokenURI)
setMaxMintPerWallet(uint256 _maxMintPerWallet)
setMintPaused(bool _mintPaused)
setMintPrice(uint256 _mintPrice)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
MintPaused(bool value)
MintPriceChanged(uint256 value)
Minted(address indexed owner, uint256 quantity, uint256 totalMinted)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _initBaseURI, uint256 _maxPerMintPerWallet, address _addressDeposit)
fallback()
receive()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()