ProofOfEthereum
Verified contract
Active on
Ethereum with 5,123 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
1 additional
variable
Balances ($0.00)
No balances found for "ProofOfEthereum"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21315302 | a day ago | | | 0 | 0.0012889785 | |
| 21256524 | 9 days ago | | | 0 | 0.00028323740 | |
| 21110242 | a month ago | | | 0 | 0.000081592969 | |
| 21104877 | a month ago | | | 0 | 0.000099824583 | |
| 21102867 | a month ago | | | 0 | 0.00010830354 | |
| 20856313 | 2 months ago | | | 0 | 0.00027876920 | |
| 20698649 | 3 months ago | | | 0 | 0.000087611272 | |
| 20696866 | 3 months ago | | | 0 | 0.000074760261 | |
| 20667902 | 3 months ago | | | 0 | 0.000052241036 | |
| 20543394 | 4 months ago | | | 0 | 0.000037366643 |
ABI
ABI objects
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 owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
whitelistClaimed(address) view returns (bool)
State-modifying
Events approve(address to, uint256 tokenId) payable
mintFromOwner(uint256 _mintAmount, address _receiver)
publicMint(struct ProofOfEthereumVoucher voucher, uint256 _mintAmount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool 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 from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
whitelistMint(uint256 _mintAmount, bytes32[] _merkleProof) payable
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _tokenName, string _tokenSymbol, uint256 _publicCost, uint256 _whitelistCost, uint256 _maxSupply, uint256 _maxMintAmountPerTxPublic, uint256 _maxMintAmountPerTxWhitelist, string _hiddenMetadataUri, address _treasuryAddress, address _signer)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()