ProofOfEthereum

Verified contract

Active on Ethereum with 5,123 txns
Deployed by via 0x615428ff at 15875905
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
1 additional variable

No balances found for "ProofOfEthereum"

0x65909209527425b3661d214b2b7692f4fb084fabcec5c0145304648796fae065
0xc963dde009c206bcf2405eacb5070bb157d6e5e7e7eea9846b9821cdc27313b9
0x4b2f9653c72714d654a0eca007cafedfe3d570b954eed67ac54abf8a14456d09
0xa22503f3e0addae5e2a61fcc4c1023cdfe733121f126c2ba00202a60834c9412
0x3067f01396ebed360b27932063243f74aec2d51d083fc0e53216aba78205fd68
0x3a5f24a6ce706f04fa5de716130db2949da419fb06aa5eec451f18934f695c05
0x9ed6223bb999ab150b1a9698c83f094f2cef8a2e1495ba9919520a1daf8d1b5a
0x5eb376ba8a9888532134fa39c1f70fba61451b4617342b2434fdddd174154d73
0x7a164079883edea65668026600d08a20acdc3fa6546e5d27d1e5892a50e3fa53
0xff3eb20c9e7c975d8a125207f23010e2e9c85f6f32a5bc94cb3a7b49a651eb3f

Functions
Getter at block 21322269
hiddenMetadataUri(view returns (string)
ipfs://bafkreigf66cwy35zhhiiqzrsneyyceop7pxhzmq4l5y7mttr4cae7rlipy
maxMintAmountPerTxPublic(view returns (uint256)
4
maxMintAmountPerTxWhitelist(view returns (uint256)
2
maxSupply(view returns (uint256)
2604
merkleRoot(view returns (bytes32)
0x9e2e0492514b72c836c4715d664d09265c4b7ac652acf450514e9af9cddb98ba
name(view returns (string)
ProofOfEthereum
owner(view returns (address)
0xb73578ab7c6516bdd021f2b03b8407fe1cd03265
paused(view returns (bool)
true
publicCost(view returns (uint256)
30000000000000000
revealed(view returns (bool)
true
signer(view returns (address)
0xf7bbff6839913758b769dab742a68ebcff49c393
symbol(view returns (string)
POE
totalSupply(view returns (uint256)
2604
uriPrefix(view returns (string)
ipfs://bafybeidashgnqrc7d457x3wspv2tzoc77utskfze5wap6ehvuquqep5xve/
uriSuffix(view returns (string)
.json
whitelistCost(view returns (uint256)
26040000000000000
whitelistMintEnabled(view returns (bool)
true
Read-only
balanceOf(address ownerview returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721ATokenOwnership[])
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)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
whitelistClaimed(addressview returns (bool)
State-modifying
approve(address touint256 tokenIdpayable 
mintFromOwner(uint256 _mintAmountaddress _receiver
publicMint(struct ProofOfEthereumVoucher voucheruint256 _mintAmountpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setHiddenMetadataUri(string _hiddenMetadataUri
setMaxMintAmountPerTxPublic(uint256 _maxMintAmountPerTx
setMaxMintAmountPerTxWhitelist(uint256 _maxMintAmountPerTx
setMerkleRoot(bytes32 _merkleRoot
setPaused(bool _state
setPublicCost(uint256 _cost
setRevealed(bool _state
setSigner(address _signer
setTreasury(address _treasury
setUriPrefix(string _uriPrefix
setUriSuffix(string _uriSuffix
setWhitelistCost(uint256 _cost
setWhitelistMintEnabled(bool _state
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
whitelistMint(uint256 _mintAmountbytes32[] _merkleProofpayable 
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _tokenNamestring _tokenSymboluint256 _publicCostuint256 _whitelistCostuint256 _maxSupplyuint256 _maxMintAmountPerTxPublicuint256 _maxMintAmountPerTxWhiteliststring _hiddenMetadataUriaddress _treasuryAddressaddress _signer
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
InvalidQueryRange(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(