Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x0000…0000
Balances ($0.00)
No balances found for "PiCipher"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17000273 | 2 years ago | | | 0 | 0.00087926336 | |
| 16886140 | 2 years ago | | | 0 | 0.00055530294 | |
| 16878360 | 2 years ago | | | 0 | 0.0053616116 | |
| 16878358 | 2 years ago | | | 0 | 0.00088884520 | |
| 16878344 | 2 years ago | | | 0 | 0.00096179601 | |
| 16878333 | 2 years ago | | | 0.0314 | 0.0067189316 | |
| 16878328 | 2 years ago | | | 0 | 0.010575944 | |
| 16878325 | 2 years ago | | | 0.00628 | 0.0023544956 | |
| 16878305 | 2 years ago | | | 0.0314 | 0.0070745110 | |
| 16878271 | 2 years ago | | | 0.0314 | 0.0073184553 |
ABI
ABI objects
Getter at block 21377910
isMintEnabled() view returns (bool)
true
maxPerWallet() view returns (uint256)
10
maxSupply() view returns (uint256)
3141
mintPrice() view returns (uint256)
3140000000000000
name() view returns (string)
PiCipher
owner() view returns (address)
0xe3490dbfafadeb8d95f91f8b8ba5e5ec36d339dd
symbol() view returns (string)
314
totalSupply() view returns (uint256)
137
withdrawalWallet() view returns (address)
0x0000000000000000000000000000000000000000
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)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId_) view returns (string)
walletMints(address) view returns (uint256)
State-modifying
Events airdrop(uint256 quantity_)
approve(address to, uint256 tokenId)
mint(uint256 quantity_) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseTokenUri(string baseTokenUri_)
setMaxPerWallet(uint256 maxPerWallet_)
setMintPrice(uint256 mintPriceWei_)
setPublicMintEnabled(bool isMintEnabled_)
setSupply(uint256 maxSupply_)
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 _baseUri)
This contract contains no fallback and receive objects.
This contract contains no error objects.