Dawn

Verified contract

Active on Ethereum with 276 txns
Deployed by via 0x73e06b40 at 19254364
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Dawn"

0x764c866db2ec98fb56eea7f487ce4a5859ea357387a07d06b5b26e1472ae9d04
0x2aad1c0d5a11f035b3e7e8c9572f62c94bad69419476c5e86d6da64db438bc6c
0xa8226184e57071314c22bdc08b2106054afbe5095d7725fc0831ad4bc72e47f7
0xe88366b222d89905c54efb3aec03ccbbfdeef34aaa037db09ee560b0bb5e7dfa
0x4e7f3c19f3489578088377f9bd143d77e0cdc5f335d3c85235b2f0e0ca2583eb
0x1568d2b78703c89ea8560aec9beee2ca46d4e136a75e29d4a9031fbef6173c81
0x817fd6e97e7e4550506c68aae682b28ce803ead8a43a5e334165ac1e303ea1b4
0x43155690f20d27135dbdebb97f381aaf25049ed4a51827be99ee14900187e87b
0x99fb3aab1922de5033faf4730aeff1d2dcc4258ee6934255869c3657368cb747
0xc6bd44cc0381af36cc17de24a45b9bba8284b380d9a3a9e95fdf895ac3a31b43

Functions
Getter at block 21224158
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)
10000000000000000000000
name(view returns (string)
Dawn
owner(view returns (address)
0xb8af20b791e6e975e9551d4e18526e1073ed74f2
placeholderURI(view returns (string)
singleReveal(view returns (uint256)
19254366
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(