This contract is being backfilled. You may encounter incomplete storage history.

Commoners by Commonopoly

Verified contract

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

No balances found for "Commoners by Commonopoly"

0x33a840007e92ec4a3ce2658d0aff1837a1cb1141ef0a0da37fa13806e5151b11
0x7c21dc36050bbcd69104c60e47cf9827fabf339c1a7950a534d2eecfe2bbbda6
0xf7cbf1af567501f42ee81801a46ffb66843960e542e3908fdf367dff7f74f613
0x67ea2ee05fe03603dbeb57a6b387856ad35fee092518fc473491cec2f674310c
0x7a2f01a6d60b5e6ddc2ec602ce7011786b2c37d05af09718df3f6c6cbafc5ecd
0xf22e527f7f038c9750dcf4350159f785e340aa4a342e266af12f6cdfca2b701f
0x2fd371fa1b49140365e9fa08a5229e5af1f9e0dc2b105ed8cc44646c31894796
0x7dd320dbdf6dd130ad994165503c48d076be12e43483d6870c5b2a400f9ffb00
0x967afa6194df2abf6922ba2a046ef80e45d5b243283a4e9eceaf62d1cfdeb801
0x2a19ee2389b6d1af66b1eecfb96642b48dc977085ceb4d8c9f058cc98f4cb567

Functions
Getter at block 20807377
_baseTokenURI(view returns (string)
ipfs://QmRq2TvmXwXZdDC5Fq2R89LzZQ8Kgqm6t8dpWH7b7cqeR6/
maxPerTransaction(view returns (uint256)
2
maxPerWallet(view returns (uint256)
2
merkleRoot(view returns (bytes32)
0xab906d54d4ceabbecc118e31fe8a5a99b76477c4b6a1ac0598e311e2315a7b0d
name(view returns (string)
Commoners by Commonopoly
owner(view returns (address)
0x3dd1a54a8f84d34929e182e03371d2a2f4d47002
presaleMaxPerTransaction(view returns (uint256)
2
presaleMaxPerWallet(view returns (uint256)
2
presalePrice(view returns (uint256)
42000000000000000
presaleSupply(view returns (uint256)
6969
price(view returns (uint256)
42000000000000000
saleState(view returns (uint8)
1
supply(view returns (uint256)
6969
symbol(view returns (string)
CMMNR
totalSupply(view returns (uint256)
6969
Read-only
addressMintBalance(addressview returns (uint256)
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
withdrawAddresses(uint256view returns (address)
withdrawPercentages(uint256view returns (uint256)
State-modifying
approve(address touint256 tokenId
freeMint(uint256 qtyaddress recipient
mint(uint256 qtypayable 
presale(uint256 qtybytes32[] merkleProofpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setMerkleRoot(bytes32 _merkleRoot
setPerTransactionMax(uint256 _val
setPerWalletMax(uint256 _val
setPresalePerTransactionMax(uint256 _val
setPresalePerWalletMax(uint256 _val
setPresalePrice(uint256 newPrice
setPrice(uint256 newPrice
setRoyaltyInfo(address receiveruint96 feeBasisPoints
setSaleState(uint8 _state
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(string _namestring _symbolstring _baseUriuint96 _royaltyAmount
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
InvalidPrice(
InvalidProof(
InvalidQuantity(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
SaleInactive(
SoldOut(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(
WithdrawFailed(