Commoners

Verified contract

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

No balances found for "Commoners"

0x74ab83322411e0334738115cf918d7e268bc28a39bf2c66c050281810ecde42f
0x2a7c850e27ce5526be89b0f2fef331d457f43f70d578b0cf388e904b60fdb4d8
0x7713b43797d293be93234d8e839bb4cd14f39f3b4988ea62d48fd2b375f52bf1
0xe2e62c0adbb7dbad5966d0603bb2d3e2aab0c975b47dd6d156ff1ca81c2f82ab
0x0be6af0d9ded391e58476425215e09c94e7a6319b4e46eb33508dac1a9412bc8
0x668ef948b1c0982bf2c384e49148439177774e1d2fa6ff48bb1b527af3798bd3
0x37e105afbf06ed008f9b6d234940329429fbbdf8b69f5b03846eb272acc47fad
0xe18af6f9e77e2af5b3fc2c1914c8f1047aab87b1c1024da35fcf66f3291ed4dd
0x9efd48eb8752fcebfd2b53651067fc8240d01b7feb4f9689e9871dbf0dc4b47d
0x557966c30e580437667dce0b6aaa909752f1a7cedb9769cc28ce0720be356658

Functions
Getter at block 21188277
contractURI(pure returns (string)
earySupply(view returns (uint256)
5000
isStarted(view returns (bool)
true
maxPerTx(view returns (uint256)
8
maxPerWallet(view returns (uint256)
8
maxSupply(view returns (uint256)
5005
name(view returns (string)
Commoners
owner(view returns (address)
0xf73f4d5d902bc142bd3a2e272fd860845a46420a
symbol(view returns (string)
CMS
totalSupply(view returns (uint256)
4667
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
mintedOfOwner(address ownerview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
devMint(address touint256 amount
mint(uint256 amountpayable 
mint(uint256 signatureuint256 amountpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseUri(string url
setEarlySupply(uint256 amount
setMaxPerTx(uint256 amount
setMaxPerWallet(uint256 amount
setRevealed(bool value
setStart(bool started
setUnrevealURI(string url
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
truncateMaxSupply(uint256 newMaxSupply
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(