This contract is being backfilled. You may encounter incomplete storage history.

Dreadfulz

Verified contract

Active on Ethereum with 8,181 txns
Deployed by via 0x718c9328 at 14493208
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
4 additional variables
ERC-20
--
0xb6874ec84da6a55a6a1efd40c35a59c6ac58956e6f9fa73b08899fa5fbd4f279
0xd1833b5df0d5c3042bdf848e1d17c7368393547fb068b99e505ce613e6cf41b4
0x1731a37d96d39b5232cf243dea5ed1ab6597807998d977370da598cede441f2a
0xff61c3dc68f838e2406ec7bab6f5b9415f5f30841da30d5b5e39838eb229496e
0x4749e1939f0630d125881fa55e2ccc41fc52213ebaf729fb8650dd525e70991b
0x5b2d53ae0f18467efee921ba34641f8bacaea350b6958d95e231b133652b95e0
0xb64b27f6648e6e57fdf2928e472021a5ded821ef4917d853a02f54881da74f42
0xfbf66ccb27a4c7782756d8882abc1f6b6f551cda764930528d775173712614e9
0x10d74ed71b2adf1fe0291c81b7e7d23ffcac291b13961d33bb5400b970ece551
0xfb90125b181b60bff4c35dea7d5a4b560444593cb50c051bdad550c60bb8ae31

Functions
Getter at block 20794234
baseUri(view returns (string)
https://ipfs.io/ipfs/QmPqwtY6tj3Bf9D4efV4fTS7c93nUmbtsUEgDTgpvYVWmB/
config(view returns (uint256 mintPriceuint256 wlPriceuint256 maxMintuint256 maxMintPerTx)
(mintPrice=98000000000000000, wlPrice=88000000000000000, maxMint=2, maxMintPerTx=2)
extension(view returns (string)
.json
isSaleLive(view returns (bool)
false
name(view returns (string)
Dreadfulz
owner(view returns (address)
0x4c02fb7356c7e6ffc8f5c371098ce6b0d9ae5903
paused(view returns (bool)
false
supply(view returns (uint256)
7777
symbol(view returns (string)
Dreadfulz
totalReleased(view returns (uint256)
677700000000000000000
totalShares(view returns (uint256)
1000
totalSupply(view returns (uint256)
7777
whitelist(view returns (address)
0xf821cc2b7f6cb73e46dd7fee91f68dbfce96f348
whitelistLive(view returns (bool)
true
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
payee(uint256 indexview returns (address)
released(address accountview returns (uint256)
released(address tokenaddress accountview returns (uint256)
shares(address accountview returns (uint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
totalReleased(address tokenview returns (uint256)
State-modifying
addAdmin(address _admin
adminMint(uint256 countaddress to
approve(address touint256 tokenId
burn(uint256 tokenId
mint(uint256 countpayable 
release(address account
release(address tokenaddress account
removeAdmin(address _admin
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setConfig(struct DreadfulzConfig _config
setExtension(string _extension
setMerkle(address _whitelist
setPaused(bool _paused
setSupply(uint256 _supply
setUri(string _uri
togglePublicLive(
toggleWhitelistLive(
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
whitelistMint(uint64 countuint64 capacitybytes32[] proofpayable 
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ERC20PaymentReleased(address indexed tokenaddress touint256 amount
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
PayeeAdded(address accountuint256 shares
PaymentReceived(address fromuint256 amount
PaymentReleased(address touint256 amount
SaleLive(bool live
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Unpaused(address account
WhitelistLive(bool live
Constructor
constructor(string namestring symbol
Fallback and receive
receive(
Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(