ChainPots
Verified contract
Active on
Ethereum with 650 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "ChainPots"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21133017 | 22 days ago | | | 0 | 0.0019946267 | |
| 19974237 | 6 months ago | | | 0 | 0.00059285210 | |
| 19974234 | 6 months ago | | | 0 | 0.00064402050 | |
| 19974232 | 6 months ago | | | 0 | 0.00059927916 | |
| 19277291 | 9 months ago | | | 0 | 0.0012533587 | |
| 18804367 | a year ago | | | 0 | 0.00070943934 | |
| 18802576 | a year ago | | | 0 | 0.00090274912 | |
| 18401119 | a year ago | | | 0 | 0.00021888900 | |
| 17054539 | 2 years ago | | | 0 | 0.0011334768 | |
| 17031071 | 2 years ago | | | 0 | 0.0010225663 |
ABI
ABI objects
Getter at block 21289849
GENERATOR_ADDRESS() view returns (string)
https://chainpots.com/generator/
IPFS_GENERATOR_ADDRESS() view returns (string)
https://gateway.pinata.cloud/ipfs/QmXDqdSePJbBC7uShtYqheVd24eCUPa8MYxgFQCMgo1qy6/?tokenId=0
MAX_POTS() view returns (uint256)
1024
METADATA_PROVENANCE_HASH() view returns (string)
0x43c1f2dF3B4c8d14F9318de89942Cee02A16fcef
baseURI() view returns (string)
https://chainpots.com/api/token/
calculatePrice() view returns (uint256)
50000000000000000
hasSaleStarted() view returns (bool)
true
name() view returns (string)
ChainPots
owner() view returns (address)
0xc5e5ec38de39c632f67ebf9795cd1d7d12331799
symbol() view returns (string)
POT
totalSupply() view returns (uint256)
1024
Read-only
balanceOf(address owner) view returns (uint256)
creationDates(uint256) view returns (uint256)
generatorAddress(uint256 tokenId) view returns (string)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenHash(uint256 tokenId) view returns (bytes32)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
mintPots(uint256 maxPOTS) payable
pauseDrop()
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)
setGeneratorIPFSHash(string _hash)
setProvenanceHash(string _hash)
startDrop()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll() payable
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.
This contract contains no error objects.