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

Dawn

Verified contract

Active on Ethereum with 1,217 txns
Deployed by via 0x5273db4f at 19208547
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Dawn"

0x07abf8d682e6d7b61bc5afb0689e6dd0147dea2d180f8dc4cc9bfa0efeb523b3
0xd3d5b1d312a666013b4d1520927ab48e7a6ea6318c3a4d4b3adfdc2151b9de4e
0xf50643edd50507ea88059724e554954bab6ebca8afc63eed554ebc84562ad850
0x02e822163d996f070cda4000246f01b2af49e992b29ecb384b4387173eb34cd7
0x9cd5c553dc18c99f491a471b2792222577eac3c86af767900ad8bb706416af6a
0xa93c38f563b61fd9ddbb55fb0b12ddcfbca4694af6ee6f307609942478957f8e
0x8e5e00c4690f7e48488e0fe50547a9f4e967d5c7a1e75ddc76d9474d50cbdcf7
0x9804ee185a5a6a837ee12c60a1ba32324af32dba57e328d1bc427a30ff3292f1
0x793e15facb0fe1bdaf2e15dfce934e8aa3d7b70d226de251d6cf8afd1b08f2c8
0xd507797609c89656c266cf03f846b1bef00c558b2e9771da3c3bfec96dad27bd

Functions
Getter at block 20797292
baseTokenURI(view returns (string)
dataURI(view returns (string)
https://dawn404.com/wp-content/uploads/2024/02/
decimalFactor(view returns (uint256)
1000000000000000000
decimals(view returns (uint8)
18
easyLaunch(view returns (uint256)
2
maxWallet(view returns (uint256)
0
name(view returns (string)
Dawn
owner(view returns (address)
0xb8af20b791e6e975e9551d4e18526e1073ed74f2
placeholderURI(view returns (string)
singleReveal(view returns (uint256)
19208549
singleRevealed(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
symbol(view returns (string)
DAWN
tokensPerNFT(view returns (uint256)
1000000000000000000
totalSupply(view returns (uint256)
10000000000000000000000
transferDelay(view returns (bool)
false
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountuint256 idview returns (uint256)
balanceOf(address ownerview returns (uint256)
balanceOf(address owneruint256 startuint256 stopview returns (uint256)
balanceOfBatch(address[] accountsuint256[] idsview returns (uint256[])
getApproved(uint256view returns (address)
isApprovedForAll(address accountaddress operatorview returns (bool)
isOwnerOf(address accountuint256 idview returns (bool)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 idview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
uri(uint256 idview returns (string)
whitelist(addressview returns (bool)
State-modifying
approve(address spenderuint256 valuereturns (bool)
prepReveal(uint256 id
renounceOwnership(
reveal(uint256 id
safeBatchTransferFrom(address fromaddress touint256[] idsuint256[] amountsbytes data
safeTransferFrom(address fromaddress touint256 iduint256 amountbytes data
setApprovalForAll(address operatorbool approved
setDataURI(string _dataURI
setMaxWallet(uint256 percent
setPlaceholderURI(string _placeholderURI
setTokenURI(string _tokenURI
setURI(string newuri
setWhitelist(address targetbool state
singleFinal(
singlePrep(
toggleDelay(
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed spenderuint256 value
ApprovalForAll(address indexed accountaddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 value
TransferBatch(address indexed operatoraddress indexed fromaddress indexed touint256[] idsuint256[] values
TransferSingle(address indexed operatoraddress indexed fromaddress indexed touint256 iduint256 value
URI(string valueuint256 indexed id
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
BalanceQueryForZeroAddress(
BurnFromNonOnwerAddress(
BurnFromZeroAddress(
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender
InputLengthMistmatch(
InvalidQueryRange(
MintToZeroAddress(
MintZeroQuantity(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwnerOrInvalidAmount(
TransferToNonERC1155ReceiverImplementer(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(