2 Headed Apes

Verified contract

Proxy

Active on Ethereum with 735 txns
Deployed by via 0xec66a169 at 14992049
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 41 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
12 additional variables
Native
Value $0
0xff9c9a8e08154e1015431bb3c58ffee3d43c20849c687b6044acacb8420faa05
0xbfab479ded9ad98e929d7878f244d4d0c0f9e77968fa4cce7193413ed680b8d2
0xd1b58f25c9e00ed16845fefb1261a2a4fb4495a7fdd19bfb063ffb16b7dde52f
0xa2ebe0c9ba94631b46b2eb26860ffda6cbfe9bcab44035c91fc5b18dbcca0fb4
0x16ede4629e854a3572ae5ff1eb90748fc6ae5fdea6bb191e8e2b8df9af45991b
0x04b001aadb3659cea92deaf63c93ac582425547bd374fbbb9adc4f10cd5cd412
0x803420360fc1e9b57d9f624b578e120a02b198e502e81468c008e7cf0447e8e9
0x49ef888752dc81d9b607ac9c36a71ab168b28d422fcdfaa5794198ed10c17a25
0x75c09e8566f84979cd114bdccd54bbe80874f7eab05845bf1a77de3dc4c056a8
0xb072d52059f978142376332a4f38ff655899e7e31925aec0340542628648eba1

Functions
Getter at block 21396543
implementation(view returns (address)
0xe44a70d5874808b79f9680160923f653a81c9319
cost(view returns (uint256)
2000000000000000
getWithdrawSplit(view returns (address[]uint256[])
([0x460Fd5059E7301680fA53E63bbBF7272E643e89C, 0x3E7F28A21371651b5E79F9D230a966f86b31F56d], [49, 951])
maxPerMint(view returns (uint32)
50
maxPerWallet(view returns (uint32)
200
name(view returns (string)
2 Headed Apes
open(view returns (bool)
false
owner(view returns (address)
0x3e7f28a21371651b5e79f9d230a966f86b31f56d
presaleOpen(view returns (bool)
false
referralCap(view returns (uint256)
0
referralOpen(view returns (bool)
false
reqToken(view returns (address)
0x0000000000000000000000000000000000000000
revealed(view returns (bool)
true
supply(view returns (uint256)
3010
symbol(view returns (string)
2HA
totalSupply(view returns (uint256)
5555
Read-only
affiliatesOf(address ownerview returns (uint256)
balanceOf(address ownerview returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721AUpgradeableTokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721AUpgradeableTokenOwnership[])
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (address receiveruint256 royaltyAmount)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
State-modifying
airdrop(address[] _recipientsuint256[] _amount
approve(address touint256 tokenId
burn(uint256 tokenId
initialize(string _namestring _symboluint256 _maxSupply
mint(uint256 countpayable 
mintAll(payable 
presaleMint(uint32 countbytes32[] proofpayable 
referralMint(uint32 countaddress referrerpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setCommission(uint256 _val1
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
updatePresale(bool _openbytes32 root
updateReferral(bool _openuint256 _val
updateReqToken(address _address
updateReveal(bool _revealedstring _uri
updateRoyalties(address _recipientuint256 _fee
updateSale(bool _openuint256 _costuint32 _maxWuint32 _maxM
updateWithdrawSplit(address[] _addressesuint256[] _fees
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(string _namestring _symboluint256 _totalSupply
Fallback and receive
fallback(
receive(
Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
InvalidQueryRange(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(