Dreadfulz

Verified contract

Active on Ethereum with 8,195 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
--
0xa8d5497182b6016fc44252a203cfaa9ee3e135d6718faecc5205509ceb5c7108
0x3a58aca5bf40d1e3bd53b2379448a460db39da0231966f2400d9c5fb0124ba02
0xfa2ef2aef38b11328825ebed83c4d1ca80a45990b1532cfde2f268b76f47ffe8
0x0c14a46d7ff09dd90d94234d5c4d41598dbd4bf45009e426ecfb904df895deb8
0xd6992220cdbd739b972037620cf5dcb78709c782853de529088e6eb6ed379388
0x2867b016abee30c05f9ec52728506217afca263b6337ffb4e610966ec68b4083
0x3e1b01efdd7ea9e05490292df5a07cff9e5da4d755e166a8bd6038b9df932b5c
0x11c5d8b0c62cd317a06e3356a0185c84fac985b272b185c332a4dcfd68c68cdf
0xca1585e8c1e368820e2e4cedd9e3d76c7c34c58959ff6137f6c965f9cc67db53
0x0c79cd9b14fe7e453a66c853786d9d687fe519e31158f16007035810b7ec5ad7

Functions
Getter at block 21392309
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(