Hello World

Verified contract

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

No balances found for "Hello World"

0x9df74c6573726d96f6140fea8b7e3c1f8ea0d1f90e4162960804995c7d065457
0xc37132e2586a4a0a84b50bfd170f9ef1ef29a8b5fe742e26d7b53cb17a8950e9
0x0174bfb0280b797ba59f9ee55fb0f5eab76f5a7010a76eb9cbbbc10ad7d933d5
0x3f40fc58d81cf9ced94633637097cbeeb85f1452c1425d18582adee9da05e77c
0x31f40c8862323af37d054bc6d812bee55336f8f7455f3821553a301c3b746c58
0x62cdb09faf59dae49550620dd21fdc18dd8ae9d59e4aef4596236ad8383c3331
0x647498ace337ecb46081f3d97aa225d67d5efc406a906589dbee9131fe2b3bad
0x07b7a3701d60589fc2c4b16593e86a0a1e9a5a462d91bcba505a5956f284487a
0x602c7b424bd2f87c1628e56accd388f1a9aae4eac549c508f79aa629ab5682e7
0x32e0fdbbcda58606eb2641d2c700b5cc8dcb35b1948a46420df347298836162f

Functions
Getter at block 21281817
cost(view returns (uint256)
0
hiddenMetadataUri(view returns (string)
ipfs://QmWZLew5mjoAs35v6LnHnnXGJxiZ2tT9LJcBteb6TPezRz/hidden.json
maxMintAmountPerTx(view returns (uint256)
1
maxSupply(view returns (uint256)
2000
merkleRoot(view returns (bytes32)
0x33bcd02734df892f980fead1f7a4ebc04750651685d07595adcfb1bc5033cc69
name(view returns (string)
Hello World
owner(view returns (address)
0xc0645219e54fe2ee02aea0d32d76a1c34a309dcc
paused(view returns (bool)
true
revealed(view returns (bool)
true
symbol(view returns (string)
HELLO
totalSupply(view returns (uint256)
2000
uriPrefix(view returns (string)
ipfs://QmcGp4uB8teSPCyE64nUXBbR7nCT7Ayc7wp7UqovjvpTop/
uriSuffix(view returns (string)
.json
whitelistMintEnabled(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)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
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
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 _maxMintAmountPerTxstring _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(