Doge Heroes

Verified contract

Proxy

Active on Ethereum with 9,385 txns
Deployed by via 0x97de52cc at 16034526
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
15 additional variables

No balances found for "Doge Heroes"

0x136a45f43091694ce1135c72a8e40d7d568e15fa469c6f2694580024d1ebf9ab
0xa00f67c958a17cfea5d47f8a4c2df2b3c02f7460f372ccfb90c75635bc239da9
0xd5441542ee5362662dd93b00bc13f4d097f7734a3ae938d2520b534f90ad2e90
0x85e8f41df214805c65a5800c12f1787fba64a0ff6f389a637b7f61ddbf71c221
0x1d247f09bd059ea2bc23b1dbde2216d948cd925afb30a2e1484925c4d226b2a7
0x06b76cccc17dff0e9d83272277b2615c278f2f1bcbaf2bafe6e3e7aa0b4b6bd1
0x5618e0923858bc6040cf15a5f38bdf28036c59344f6719e2c41ca57bfa9d06d1
0x8729f28c3095d7d1380a43aa0e7ed6895854f8776690801a767bdbf4b0b493d3
From
0x55d0ec133844018e5e4e5b0f374a2de346535f16fa344787f9a53dc2a7a40702
0xb09a2d96c66b8a017e60be52cf2767da9d469c3e564fef9e2b3e4199cf6b1303

Functions
Getter at block 20935758
implementation(view returns (address)
0xf96fd95d60fb0318b639a8211ef60ee467f2892a
cost(view returns (uint256)
7770000000000000
getWithdrawSplit(view returns (address[]uint256[])
([0x460Fd5059E7301680fA53E63bbBF7272E643e89C, 0xA03a608fF1bcbDB2f4eA444Bc6675854B3705137, 0x58679e399960dd76afc20868A94fD9AE9D320e51], [49, 851, 100])
maxFreeMint(view returns (uint32)
1
maxPerMint(view returns (uint32)
10
maxPerWallet(view returns (uint32)
10
name(view returns (string)
Doge Heroes
open(view returns (bool)
false
owner(view returns (address)
0xa03a608ff1bcbdb2f4ea444bc6675854b3705137
pauseMintAt(view returns (uint256)
0
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)
6666
symbol(view returns (string)
DH
totalSupply(view returns (uint256)
6666
Read-only
addressAndUintToBytes(address _addressuint256 _uintpure returns (bytes)
affiliatesOf(address walletview 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)
mintCostOfOwner(address _addressuint256 _countview returns (uint256)
numberMintedOfOwner(address _addressview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
remainingMintsOfOwner(address _addressview returns (uint256)
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 _maxSupplyuint256 _commission
mint(uint256 countpayable 
mintAll(payable 
mintTo(uint256 countaddress topayable 
presaleMint(uint32 countbytes32[] proofpayable 
presaleMintTo(uint32 countbytes32[] proofaddress topayable 
referralMint(uint32 countaddress referrerpayable 
referralMintTo(uint32 countaddress referreraddress topayable 
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
updateBaseUri(string _uri
updateMaxFreeMint(uint32 _cap
updatePauseMintAt(uint256 _pauseAt
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
Initialized(uint8 version
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _namestring _symboluint256 _totalSupplyuint256 _commission
Fallback and receive
fallback(
receive(
Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
InvalidQueryRange(
MintToZeroAddress(
MintZeroQuantity(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(