CryptoPochi
Verified contract
Active on
Ethereum with 1,731 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
1 additional
variable
Balances ($259.56)
Native
Value
$259.56
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.1 | $2,595.57 |
$259.56 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20969640 | 22 days ago | | | 0 | 0.00065103806 | |
| 20963863 | 23 days ago | | | 0 | 0.0015621856 | |
| 20963467 | 23 days ago | | | 0 | 0.00085535192 | |
| 20951954 | 24 days ago | | | 0 | 0.00040294397 | |
| 20922949 | a month ago | | | 0 | 0.0035774568 | |
| 20521671 | 3 months ago | | | 0 | 0.00012946646 | |
| 20296462 | 4 months ago | | | 0 | 0.000036570237 | |
| 20296461 | 4 months ago | | | 0 | 0.000033614158 | |
| 20263100 | 4 months ago | | | 0 | 0.00069427950 | |
| 19924342 | 5 months ago | | | 0 | 0.00014467936 |
ABI
ABI objects
Getter at block 21125994 getNFTPrice() view returns (uint256)
DUTCH_AUCTION_END_FEE() view returns (uint256)
100000000000000000000
DUTCH_AUCTION_START_FEE() view returns (uint256)
100000000000000000000
EARLY_ACCESS_MINT_FEE() view returns (uint256)
100000000000000000000
EARLY_ACCESS_START_TIMESTAMP() view returns (uint256)
9999999999
MAX_EARLY_ACCESS_SUPPLY() view returns (uint256)
750
MAX_NFT_SUPPLY() view returns (uint256)
1500
POCHI_ACTION_OWNER_FEE() view returns (uint256)
0
POCHI_ACTION_PLEASE_GO_HAM() view returns (uint256)
3
POCHI_ACTION_PLEASE_JUMP() view returns (uint256)
1
POCHI_ACTION_PLEASE_SAY_SOMETHING() view returns (uint256)
2
POCHI_ACTION_PUBLIC_FEE() view returns (uint256)
30000000000000000
PROVENANCE() view returns (string)
SALE_DURATION() view returns (uint256)
12
SALE_DURATION_SEC_PER_STEP() view returns (uint256)
1800
SALE_START_TIMESTAMP() view returns (uint256)
9999999999
baseURI() view returns (string)
https://meta.cryptopochi.com/
contractSealed() view returns (bool)
false
earlyAccessMinted() view returns (uint256)
601
isInEarlyAccess() view returns (bool)
false
name() view returns (string)
CryptoPochi
newOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0xe3481a2c312c93ec6d0c0637c5ee0856c456659e
symbol() view returns (string)
POCHI
totalSupply() view returns (uint256)
732
Read-only
balanceOf(address owner) view returns (uint256)
earlyAccessList(address) 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)
tokenByIndex(uint256 index) view returns (uint256)
tokenHashesOfOwner(address _owner) view returns (uint256[], bytes32[])
tokenIdToHash(uint256) 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 acceptOwnership()
approve(address to, uint256 tokenId)
deployerAddEarlyAccess(address[] recipients, uint256[] limits)
deployerMintMultiple(address[] recipients) payable
deployerRemoveEarlyAccess(address[] recipients)
deployerSealContract()
deployerSetBaseURI(string finalBaseURI)
deployerSetParam(uint256 key, uint256 value)
deployerSetProvenance(string finalProvenance)
deployerWithdraw(uint256 amount)
deployerWithdraw20(address token)
mintAndRefundExcess(uint256 numberOfNfts) payable
mintEarlyAccess(uint256 numberOfNfts) payable
pochiAction(uint256 actionType, string actionText, string actionTarget) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address _newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
NewTokenHash(uint256 indexed tokenId, bytes32 tokenHash)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PochiAction(uint256 indexed timestamp, uint256 actionType, string actionText, string actionTarget, address indexed requester)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string finalName, string finalSymbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.