BoredApeFrens
Verified contract
Active on
Ethereum with 244 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($63.22)
Native
Value
$63.22
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.02 | $3,161.05 |
$63.22 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20884508 | 2 months ago | | | 0 | 0.00023745943 | |
| 20884503 | 2 months ago | | | 0 | 0.00025921181 | |
| 20783871 | 2 months ago | | | 0 | 0.0011627624 | |
| 20783801 | 2 months ago | | | 0 | 0.0012327178 | |
| 20707936 | 2 months ago | | | 0 | 0.000079627576 | |
| 20626573 | 3 months ago | | | 0 | 0.000084172558 | |
| 20293714 | 4 months ago | | | 0 | 0.000060446020 | |
| 20151654 | 5 months ago | | | 0 | 0.00011434244 | |
| 19608685 | 7 months ago | | | 0 | 0.00046351563 | |
| 19564871 | 8 months ago | | | 0 | 0.00087699865 |
ABI
ABI objects
Getter at block 21218391
Price() view returns (uint256)
10000000000000000
name() view returns (string)
BoredApeFrens
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0x34aa38d468b42725f65265b2119748c3326c8895
saleIsActive() view returns (bool)
true
symbol() view returns (string)
BAF
totalSupply() view returns (uint256)
7555
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
gift(address _to, uint256 numberOfTokens)
mint(uint256 numberOfTokens) payable
mintBatch(address to, uint256 quantity)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
setPrice(uint256 newPrice)
setProxyRegistryAddress(address proxyAddress)
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)
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.
This contract contains no error objects.