NothingHasBegun

Verified contract

Active on Ethereum with 3,309 txns
Deployed by via 0xf00e075e at 14929460
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "NothingHasBegun"

0xefb6a2a43e09088d0ba9d61a1e165bf40753f628be30299cf5dfcf1d08858aba
0x626b247c5e3f8d26dffd2258ce1c1068999eeb5cde816f305d52dadc581b3008
From
0x65516543bdf16bf2d67769a1b9ab56231958e8ace26178c720063f1d14adbb39
0xfdff5a289d094be64499a36bbf361034b8afa59832b67d541dce1e55293d5711
0x411c884fc211c0e14c6052831523598e1ff7bd605ba6d990e95188a7a826d11b
0x1481e93bddf19014cfe267bacc9a0ef3337ce94f715a9486017b987583588497
0xaa9adf7d608e50b10f6ff1758b66d386a45a512c6769559dc628ee55af9361ec
From
0x6801297a53dec8831acb0fa32872c00ae5dc2d934cd28cecc28d4c1ed6fc0753
0x678adea88cc3c5431d2bdcdf1bcf0a0d2246ed7d2f56ec575e13e6e46dcf632f
0xee88a34a495d8b104c7b03d499d51db4ecf0f1d3fda3aa25bdce141c0dca3ff0

Functions
Getter at block 20877248
cost(view returns (uint256)
0
hiddenMetadataUri(view returns (string)
maxMintAmountPerAddress(view returns (uint256)
1
maxMintAmountPerTx(view returns (uint256)
1
maxSupply(view returns (uint256)
1000
merkleRoot(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
name(view returns (string)
NothingHasBegun
owner(view returns (address)
0xcdd77ce16efaec1c24ed76858754149a3cde4d21
paused(view returns (bool)
false
revealed(view returns (bool)
true
symbol(view returns (string)
NOTHING
totalSupply(view returns (uint256)
1000
uriPrefix(view returns (string)
ipfs://QmcMu1R1jABxUpiDdBwdyfoL6To3LUuTAmTQpVUGjTmKVF/
uriSuffix(view returns (string)
.json
whitelistMintEnabled(view returns (bool)
false
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
totalMintedByAddress(addressview returns (uint256)
walletOfOwner(address _ownerview returns (uint256[])
whitelistClaimed(addressview returns (bool)
State-modifying
approve(address touint256 tokenId
mint(uint256 _mintAmountpayable 
mintForAddress(uint256 _mintAmountaddress _receiver
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setCost(uint256 _cost
setHiddenMetadataUri(string _hiddenMetadataUri
setMaxMintAmountPerAddress(uint256 _maxMintAmountPerAddress
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx
setMerkleRoot(bytes32 _merkleRoot
setPaused(bool _state
setRevealed(bool _state
setUriPrefix(string _uriPrefix
setUriSuffix(string _uriSuffix
setWhitelistMintEnabled(bool _state
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
whitelistMint(uint256 _mintAmountbytes32[] _merkleProofpayable 
withdraw(
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 _tokenNamestring _tokenSymboluint256 _costuint256 _maxSupplyuint256 _maxMintAmountPerTxuint256 _maxMintAmountPerAddressstring _hiddenMetadataUri
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(