Proof of CNCPTS
Verified contract
Active on
Ethereum with 11,193 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 "Proof of CNCPTS"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21188739 | 10 days ago | | | 0 | 0.0010601657 | |
| 20655870 | 3 months ago | | | 0 | 0.000054631835 | |
| 20544190 | 3 months ago | | | 0 | 0.000057831847 | |
| 20231622 | 5 months ago | | | 0 | 0.00031192735 | |
| 19877077 | 6 months ago | | | 0 | 0.00019043644 | |
| 19835781 | 6 months ago | | | 0 | 0.00022387859 | |
| 19552936 | 8 months ago | | | 0 | 0.00081983550 | |
| 19513379 | 8 months ago | | | 0 | 0.0015460021 | |
| 19428343 | 8 months ago | | | 0 | 0.0030400573 | |
| 19271660 | 9 months ago | | | 0 | 0.0013365278 |
ABI
ABI objects
Getter at block 21260361
MAX_TOTAL_MINT() view returns (uint256)
1996
MAX_TOTAL_MINT_PER_ADDRESS() view returns (uint256)
2
PRICE() view returns (uint256)
0
_baseTokenURI() view returns (string)
https://www.cncpts.xyz/contracts/
_maxPerAddress() view returns (uint256)
2
_maxSupply() view returns (uint256)
1996
_maxTxPerAddress() view returns (uint256)
2
_price() view returns (uint256)
0
_publicSaleTime() view returns (uint256)
1653145200
isPreSaleActive() pure returns (bool)
false
isPublicSaleActive() view returns (bool)
true
name() view returns (string)
Proof of CNCPTS
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0x3b8512a279db2a03090b9bfff94d62da9e2cbf0f
paused() view returns (bool)
false
symbol() view returns (string)
PoC
totalSupply() view returns (uint256)
1996
Read-only
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, uint256 value) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(address to, uint256 count) payable
pause()
purchase(uint256 count) 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)
setSaleInformation(uint256 publicSaleTime, uint256 maxPerAddress, uint256 price, uint256 maxTxPerAddress)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
updateRoyalties(address recipient, uint256 value)
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)
Paused(address account)
Purchase(address indexed addr, uint256 indexed atPrice, uint256 indexed count)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(string name, string symbol, string baseTokenURI, uint256[] numericValues, address royaltyRecipient, uint256 royaltyAmount)
This contract contains no fallback and receive objects.
This contract contains no error objects.