RealApes
Verified contract
Active on
Ethereum with 1,432 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 "RealApes"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19904287 | 6 months ago | | | 0 | 0.000093949268 | |
| 19202890 | 9 months ago | | | 0 | 0.00064878441 | |
| 19069823 | 10 months ago | | | 0 | 0.00044255197 | |
| 19064982 | 10 months ago | | | 0 | 0.00034904974 | |
| 18448256 | a year ago | | | 0 | 0.00024622378 | |
| 18438064 | a year ago | | | 0 | 0.00066957108 | |
| 17796423 | a year ago | | | 0 | 0.00072752597 | |
| 16808507 | 2 years ago | | | 0 | 0.00048994560 | |
| 16673713 | 2 years ago | | | 0 | 0.0010635259 | |
| 16663591 | 2 years ago | | | 0 | 0.0014926871 |
ABI
ABI objects
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(address) view returns (uint256)
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)
tokenURI(uint256 _tokenId) view returns (string)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 _mintAmount) payable
mintForAddress(uint256 _mintAmount, address _receiver)
ownerMint(uint256 _mintAmount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool 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 from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw() payable
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.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()