RealApes

Verified contract

Active on Ethereum with 1,432 txns
Deployed by via 0xb78dc6d5 at 15349105
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "RealApes"

0x6dfe3652dbd8db01d04740182eb8620b46bd11c29edda89482606f08409d49fe
0x40cdf0b5c75bbd6733a6a9ab5fdf31d288ddd7ee335120b63a86ef767dbf6490
0xc0e22c46403757ab418ae7e6d3787d4f8493b09dd0f1a6d714f333d0769ff62c
0x3dcc4d49678fd608c062d1920fba6093b4e3b4d239efde2f45cf1f042142ae8f
0xd693b4d34656b129076902d5fa821a3c72faa590633b7cf0bfa05b383c56e879
0xa4bbd4232bc2b4f5ebcf0a285888607189460e80f63462a89c8b680451e45479
0x69abeac3d0512f4c2c58b020a0332844ee4acd314514fae23721039f462a0267
0xf63ee7ddc847b37fde2ecb2e490fdbd72948ba9aee030ac872bbb1c3ee2f89b8
0x205213f9d52ab8e1056ef4aadc312708b19bd00a35ed8204f4914b59c6d2dfd0
0xa63c0a5925f77e31c14db3a1b85c847e8c78ea1548c6cdddadcdc2405ad76c02

Functions
Getter at block 21182061
cost(view returns (uint256)
5000000000000000
freeMaxMintAmount(view returns (uint256)
0
hiddenMetadataUri(view returns (string)
ipfs://QmQ5VX2vBUU9raRphfe4mc1SBkkWC4GTg9yy7UXvLoZyjF/hidden.json
maxMintAmountPerTx(view returns (uint256)
1
maxSupply(view returns (uint256)
300
name(view returns (string)
RealApes
owner(view returns (address)
0x482f475017ac93ea84fd9dc5b1c9d385dd3b8d47
paused(view returns (bool)
false
publicSale(view returns (bool)
true
revealed(view returns (bool)
true
symbol(view returns (string)
RealApes
totalMaxMintAmount(view returns (uint256)
1
totalSupply(view returns (uint256)
300
uriSuffix(view returns (string)
.json
Read-only
addressMintedBalance(addressview returns (uint256)
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)
tokenURI(uint256 _tokenIdview returns (string)
walletOfOwner(address _ownerview returns (uint256[])
State-modifying
approve(address touint256 tokenId
mint(uint256 _mintAmountpayable 
mintForAddress(uint256 _mintAmountaddress _receiver
ownerMint(uint256 _mintAmountpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setCost(uint256 _cost
setFreeMaxMintAmount(uint256 _freeMaxMintAmount
setHiddenMetadataUri(string _hiddenMetadataUri
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx
setPaused(bool _state
setPublicSale(bool _state
setRevealed(bool _state
setTotalMaxMintAmount(uint256 _amount
setUriPrefix(string _uriPrefix
setUriSuffix(string _uriSuffix
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(payable 
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

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