Bored Ape Yacht Club
Verified contract
Active on
Ethereum with 257 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 "Bored Ape Yacht Club"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19837985 | 6 months ago | | | 0 | 0.00011319348 | |
| 19822595 | 6 months ago | | | 0 | 0.00032829182 | |
| 19177995 | 9 months ago | | | 0 | 0.0036914194 | |
| 19177760 | 9 months ago | | | 0 | 0.0045181573 | |
| 19177744 | 9 months ago | | | 0 | 0.0039354173 | |
| 19177740 | 9 months ago | | | 0 | 0.0023218642 | |
| 19177735 | 9 months ago | | | 0 | 0.0041854100 | |
| 19177735 | 9 months ago | | | 0 | 0.0042961793 | |
| 19177734 | 9 months ago | | | 0 | 0.0041173937 | |
| 19177733 | 9 months ago | | | 0 | 0.0042782671 |
ABI
ABI objects
Getter at block 21172330
baseTokenURI() view returns (string)
https://ipfs.gateway.fatsale.finance/ipfs/QmPJZejxx29uVq3xJBsa6Z48Jjwsxywees8SnL4bp9oGLt
decimals() view returns (uint8)
18
istheSame() view returns (bool)
true
minted() view returns (uint256)
864
name() view returns (string)
Bored Ape Yacht Club
owner() view returns (address)
0xcd3184e653f2637f39353610b21107040255c07d
symbol() view returns (string)
APE
totalSupply() view returns (uint256)
1000000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
getApproved(uint256) view returns (address)
isApprovedForAll(address, address) view returns (bool)
ownerOf(uint256 id) view returns (address owner)
tokenURI(uint256 id) view returns (string)
whitelist(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amountOrId) returns (bool)
revokeOwnership()
safeTransferFrom(address from, address to, uint256 id)
safeTransferFrom(address from, address to, uint256 id, bytes data)
setApprovalForAll(address operator, bool approved)
setTokenURI(string _tokenURI)
setWhitelist(address target, bool state)
setistheSame(bool newValue)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amountOrId)
transferOwnership(address _owner)
Approval(address indexed owner, address indexed spender, uint256 amount)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ERC20Transfer(address indexed from, address indexed to, uint256 amount)
ERC721Approval(address indexed owner, address indexed spender, uint256 indexed id)
OwnershipTransferred(address indexed user, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed id)
constructor(address _owner)
This contract contains no fallback and receive objects.
AlreadyExists()
InvalidOwner()
InvalidRecipient()
InvalidSender()
NotFound()
Unauthorized()
UnsafeRecipient()