Proof of Ethereum

Verified contract

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

No balances found for "Proof of Ethereum"

0x02f518bde0e9fd54fd6b22652162c99797e543d85e41a15a2702879837fb8b3f
0xf529d48621d7c9e48427b7e158a3b9afda9246e05ff08f5890312fef1a55d28e
0xb5dae151e2db280808a170fc2bd845f0613913ba8d1042da416208f38bd1ebbf
0x8daca45c48363dc1bea69325ef8924dcc321453da803f730cbf87ec1302ce93f
0x0e17dd60134f5a13ce9fab62537dddc2b82a0eb8ac9c18a4f5d10338d1d99c0d
0xa021bb8c7bdaea8c78763b0607bbb338c6a9ed206dddef7c1219029dc7ee9a04
0x81760e0436abae7030c846378cc8582433473a3e6c4d983869bbe4a8d1790363
0x87eea2500bbf6d803899e15ee5b2d08c84977c86065401f97c630f7d2771ee02
0xd9c87526ff092b6087529b9bdb69a4b087fd7c92cbca9ac295da7ce0efe566bb
0xeda26052d13286fdde77b4b8825c66641e671261d9c21b2aae433e76c145b140

Functions
Getter at block 21332296
maxFreePerWallet(view returns (uint256)
2
maxPerTx(view returns (uint256)
20
maxSupply(view returns (uint256)
10000
mintEnabled(view returns (bool)
true
name(view returns (string)
Proof of Ethereum
owner(view returns (address)
0x8122cf924b5690b55d6df2421bfb03579a0ea633
price(view returns (uint256)
3000000000000000
symbol(view returns (string)
ETH
totalFree(view returns (uint256)
10000
totalSupply(view returns (uint256)
2144
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)
State-modifying
approve(address touint256 tokenId
flipSale(
mint(uint256 countpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string uri
setFreeAmount(uint256 amount
setPrice(uint256 _newPrice
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
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(
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(