0xApes

Verified contract

Active on Ethereum with 20,171 txns
Deployed by via 0xed35dd84 at 14007628
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $633.93
 (#19999)
ERC-721
--
 (#19997)
ERC-721
--
 (#19992)
ERC-721
--
 (#19989)
ERC-721
--
 (#19986)
ERC-721
--
 (#19984)
ERC-721
--
 (#19982)
ERC-721
--
 (#19980)
ERC-721
--
 (#19977)
ERC-721
--
0x7c31f6fd824f0028ff6f5638e6c74d73aa9ecedadbe88fc87fc82b642230ed5c
0xef0392e6a6361ffe33cd511dda7527cee952e1261e980cb615419c9e41b4b194
0x127bd0e2d8d2d72a800de4c6fd42a4851438f5c3f683267e020cf0e8efbd4767
0xfd10928ffabbbbb00669f2295f2b04a23a66d0fdf77381b468d8889aeb37456d
0x40bc1215c5aeddbab7da154443895998407d46c62327817487a082bac6f24a5c
0x40fbc88eecb9976fe2c13ff615a637a10c8ba3a97bd4df8c25beb0118712a84a
0x9c90b2c054bc2657f488b3f75299ed78b28a37d7934df6ac5a665810692d2935
0xb7b3af554dcf066031066a8756fc30efe508f74104e24cd94db3669d11b47d11
0x5a87099f54f503bdab4fb3d57e359594f01f33ede149153ddf28bd70aec22faa
0x3171d385eb26287d811ac23155288621550e90befb1a682d15fbed0a0f2ebb83

Functions
Getter at block 20855041
MAX_MINT_PER_TX(view returns (uint256)
20
PRICE_PER_MINT(view returns (uint256)
50000000000000000
TOTAL_SUPPLY(view returns (uint256)
10000
baseURI(view returns (string)
https://ipfs.io/ipfs/QmUD782G7qEWw3viZe5je6GFp9DWbuzhdZn22XzY4rRkrS/
mintActive(view returns (bool)
false
name(view returns (string)
0xApes
oldContract(view returns (address)
0x090b1de324fea5f0a0b4226101db645819102629
owner(view returns (address)
0x8c89bcedff6720c4c5b2dd857504568c5c31c122
symbol(view returns (string)
0xApe
totalSupply(view returns (uint256)
10055
Read-only
balanceOf(addressview returns (uint256)
getApproved(uint256view returns (address)
isApprovedForAll(addressaddressview returns (bool)
ownerOf(uint256view returns (address)
supportsInterface(bytes4 interfaceIdpure returns (bool)
tokenURI(uint256 idview returns (string)
State-modifying
approve(address spenderuint256 id
claim(uint256 tokenIdpayable 
claimAll(payable 
mint(uint16 amountpayable 
onERC721Received(address operatoraddress fromuint256 tokenIdbytes datareturns (bytes4)
pauseMint(
renounceOwnership(
safeTransferFrom(address fromaddress touint256 id
safeTransferFrom(address fromaddress touint256 idbytes data
setApprovalForAll(address operatorbool approved
setBaseURI(string _baseURI
startMint(
transferFrom(address fromaddress touint256 id
transferOwnership(address _newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed spenderuint256 indexed id
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed id
Constructor
constructor(string namestring symbolstring _baseURIaddress _oldContractaddress[] recipientsuint256[] tokens
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AssertionError(
DoesNotExist(
MintAlreadyActive(
MintLimitPerTx(
MintNotActive(
NoTokensLeft(
NotEnoughETH(
NotOwner(
NotTokenOwner(