Apemfers

Verified contract

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

No balances found for "Apemfers"

0x1a37b9d5dcaaec27ca7af691a94d4de923a4588ad0386ea646d9a1e13ac3e782
0xb53a3ddb55eedb04694d112e119e35c39e2d2d99bba6b91f69249dfff98b8c73
0xb2d13a0303bb99366d6c3446b12add18ab19135872005731d5d7b0d58ae6d5a5
0x766a6aa1d354bff1e7849fe070fb664505dd6c5aff5d5a4321c9b7f9de5bff85
0x1153d3ff874d436d9b30c2fcb875ea857033fee4b32b3f74612ec59212d680ea
0x62d95e0519a2c8984ae49250bbdd7290dc335672dd56e9cdfb4941bef1589331
0x5d6467d226254071bfb3bc7aa1f7bd8fdc987453807902f4be366627658aab9f
0x1577b2b100ab65c4838616f4fae4e274f239be6a0f2c60e42ebebf7c94da0cb9
From
0x09e98a7ee2afe799149d12d4c73fe08ca814d10fe6dfdf3308dff40a8837d084
From
0x86c5f64706dceb686da92259979355e0e728f9b334e3a3e6f2d2705387564d79
From

Functions
Getter at block 20869212
MAX_SUPPLY(view returns (uint256)
1800
name(view returns (string)
Apemfers
owner(view returns (address)
0x5574eaaab80844862636ee9a48ca06783566dbc6
price(view returns (uint256)
85000000000000000
saleOpen(view returns (bool)
true
symbol(view returns (string)
AMFFERS
totalSupply(view returns (uint256)
631
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(