OrangutanApeYachtClub

Verified contract

Active on Ethereum with 362 txns
Deployed by via 0xb831924b at 14319994
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "OrangutanApeYachtClub"

0x7d58322a23b5abd5ceb306db54d74147868906b8a68c9049388a15cc74a40ba2
0x3380a558b1c81dcbc08049980ca4b30ea52d82a23769a9a4956943f4443cd05c
0x13ba2c7ccd47502d091bbb026e197f48c0381307b456b32ae171921a8f39ca5e
0x88fa09e9ce480ae7949d6b3ca84931c0611675349b463bd0975cde942bebef9b
0xd228ccd3c1c8b6e3cdefa67229242869cd9eb17368cb62eca785cc0e679a5853
0x1509261fff599e44a4fe571b9beefac3a3654b56b585d24240a34220b2c12394
0xfbc102bd50ecc10f0003d4926eae4bf4d7fd8ce0c986c78a5ad37dee63d8e7b4
0xd819327c3704470da93ce989b1c10d273e373097e689879e26b44b7ad3188974
0x10bb53a4d6c64b19d25e13e903506b2ff7092697d7e0e983f471f7c6a7a7eee8
0xcde4c937f4b1380994512de6a4260780fa3de670d231c7b2a75010365c2f5c50

Functions
Getter at block 20862214
MAX_SUPPLY(view returns (uint256)
1500
name(view returns (string)
OrangutanApeYachtClub
owner(view returns (address)
0x8f86a9485758b23297c5d413d85c364c676edeee
price(view returns (uint256)
85000000000000000
saleOpen(view returns (bool)
true
symbol(view returns (string)
OAYC
totalSupply(view returns (uint256)
1479
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenByIndex(uint256 indexview returns (uint256)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
changePrice(uint256 _newPrice
flipSale(
mint(address _touint256 _countpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
Minted(uint256 totalMinted
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string baseURI
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerIndexOutOfBounds(
OwnerQueryForNonexistentToken(
TokenIndexOutOfBounds(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(