Doge Skulls

Verified contract

Proxy

Active on Ethereum with 5,749 txns
Deployed by via 0xf4d22a05 at 15384046
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
ERC-20
Value $0.01
0xf194104335dcaa98d37f311aa195fc22246c7abfdc84605c05d5a1a4d3a0e55b
0x01bd2261582a414095f71a37155292dee0b15ee1a604f063a0df9232b1edcf92
0xfe46e05fed4e03a566851ede74f3a15ccac4b35bc5563d8b4587e50cae27424f
0x5ea80acfa7f3462c71ce05fe90c132157d0ac759f47e96886f2ef2acf7c47a2d
0x4a03a63e44cde89bc60bd5e65ff443d8c661ce85a116d7e877465f376be1e0c1
0xbf15a778b89f9f22d79dc660a99aaeeda94102c92c4260b1db5df48e1f95625f
0xadf2ce1e8cf96f7c7b23ba3d81874d060deaaedf7e602b700aa6f23a176bfa8a
0xd19a9164307f2607f81f0596a182f19c8b20e4b6e00086348634e0ca69083df0
0xba2ed390d8819db4fa5503a86da8c11f727e8022a02eb0a21ab790ef87895063
0xf84a6e33f72c674227264a1c9de7960a8013b80b6168f5e5fa3f6212d0548141

Functions
Getter at block 20984055
implementation(view returns (address)
0xea690f45047f6be5e513d35b44933999866c5aa6
cost(view returns (uint256)
1000000000000000000
getWithdrawSplit(view returns (address[]uint256[])
([0x460Fd5059E7301680fA53E63bbBF7272E643e89C, 0xA03a608fF1bcbDB2f4eA444Bc6675854B3705137], [49, 951])
maxFreeMint(view returns (uint32)
0
maxPerMint(view returns (uint32)
1
maxPerWallet(view returns (uint32)
1
name(view returns (string)
Doge Skulls
open(view returns (bool)
false
owner(view returns (address)
0xa03a608ff1bcbdb2f4ea444bc6675854b3705137
pauseMintAt(view returns (uint256)
4444
presaleOpen(view returns (bool)
false
referralCap(view returns (uint256)
5
referralOpen(view returns (bool)
false
reqToken(view returns (address)
0x0000000000000000000000000000000000000000
revealed(view returns (bool)
true
supply(view returns (uint256)
4444
symbol(view returns (string)
DogeSkulls
totalSupply(view returns (uint256)
8888
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)
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
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(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(