Beaned Ape Yacht Club
Verified contract
Active on
Ethereum with 3,550 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.37)
Native
Value
$0.37
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.0001 | $3,679.07 |
$0.37 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16660615 | 2 years ago | | | 0 | 0.0019531892 | |
| 16361248 | 2 years ago | | | 0 | 0.00068023747 | |
| 15895086 | 2 years ago | | | 0 | 0.00070368336 | |
| 15795208 | 2 years ago | | | 0 | 0.0010610413 | |
| 15794998 | 2 years ago | | | 0 | 0.0010654695 | |
| 15786475 | 2 years ago | | | 0 | 0.00083568683 | |
| 15785800 | 2 years ago | | | 0 | 0.0011548304 | |
| 15783984 | 2 years ago | | | 0 | 0.0021848334 | |
| 15783983 | 2 years ago | | | 0 | 0.0020624888 | |
| 15441814 | 2 years ago | | | 0 | 0.0018793945 |
ABI
ABI objects
Getter at block 21327311
cost1() view returns (uint256)
0
cost2() view returns (uint256)
0
maxLimitPerWallet() view returns (uint256)
6
maxMintAmountPerTx() view returns (uint256)
3
name() view returns (string)
Beaned Ape Yacht Club
owner() view returns (address)
0x7e919b4f8b01e54a3f47987c2726c2ae88bb284a
price() view returns (uint256)
0
sale() view returns (bool)
true
supplyLimit() view returns (uint256)
10000
symbol() view returns (string)
BNAYC
totalSupply() view returns (uint256)
10000
uri() view returns (string)
ipfs://QmUJocguWMSFGhixpeeTKzu8cv7bVN41nuzNM1xUgCMj78/
uriSuffix() view returns (string)
.json
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
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)
tokensOfOwner(address owner) view returns (uint256[])
State-modifying
Events Mint(uint256 _mintAmount) payable
approve(address to, uint256 tokenId)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx)
setSaleStatus(bool _sale)
setUriSuffix(string _uriSuffix)
setcost1(uint256 _cost1)
setcost2(uint256 _cost2)
setmaxLimitPerWallet(uint256 _maxLimitPerWallet)
setsupplyLimit(uint256 _supplyLimit)
seturi(string _uri)
transferFrom(address from, address to, uint256 tokenId)
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()