Commoners by Commonopoly
Verified contract
Active on
Ethereum with 13,299 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Commoners by Commonopoly"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21269830 | a day ago | | | 0 | 0.00031824796 | |
| 21269585 | a day ago | | | 0 | 0.00031843660 | |
| 21263262 | 2 days ago | | | 0 | 0.00033892200 | |
| 21261687 | 2 days ago | | | 0 | 0.00038612266 | |
| 21249857 | 4 days ago | | | 0 | 0.00049698270 | |
| 21241347 | 5 days ago | | | 0 | 0.00044211118 | |
| 21238773 | 5 days ago | | | 0 | 0.00092374000 | |
| 21217702 | 8 days ago | | | 0 | 0.00056640120 | |
| 21211143 | 9 days ago | | | 0 | 0.00047315009 | |
| 21211046 | 9 days ago | | | 0 | 0.00030126141 |
ABI
ABI objects
Getter at block 21277886
_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(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
withdrawAddresses(uint256) view returns (address)
withdrawPercentages(uint256) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
freeMint(uint256 qty, address recipient)
mint(uint256 qty) payable
presale(uint256 qty, bytes32[] merkleProof) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool 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 receiver, uint96 feeBasisPoints)
setSaleState(uint8 _state)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _name, string _symbol, string _baseUri, uint96 _royaltyAmount)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
InvalidPrice()
InvalidProof()
InvalidQuantity()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
SaleInactive()
SoldOut()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()
WithdrawFailed()