Commoners
Verified contract
Active on
Ethereum with 926 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"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15429727 | 2 years ago | | | 0 | 0.0013036814 | |
| 15425315 | 2 years ago | | | 0 | 0.00018988371 | |
| 15423203 | 2 years ago | | | 0 | 0.00041707027 | |
| 15422828 | 2 years ago | | | 0 | 0.0013525582 | |
| 15422439 | 2 years ago | | | 0 | 0.00062473031 | |
| 15421334 | 2 years ago | | | 0 | 0.00027150644 | |
| 15421155 | 2 years ago | | | 0 | 0.00020005200 | |
| 15420494 | 2 years ago | | | 0 | 0.00021227330 | |
| 15419729 | 2 years ago | | | 0 | 0.00025540566 | |
| 15418823 | 2 years ago | | | 0 | 0.0012611296 |
ABI
ABI objects
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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
mintedOfOwner(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
devMint(address to, uint256 amount)
mint(uint256 amount) payable
mint(uint256 signature, uint256 amount) 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 url)
setEarlySupply(uint256 amount)
setMaxPerTx(uint256 amount)
setMaxPerWallet(uint256 amount)
setRevealed(bool value)
setStart(bool started)
setUnrevealURI(string url)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
truncateMaxSupply(uint256 newMaxSupply)
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()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()