Twirls by Pika
Verified contract
Active on
Ethereum with 399 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($7.92)
Native
Value
$7.92
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.003 | $2,639.15 |
$7.92 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16366409 | 2 years ago | | | 0 | 0.00092432681 | |
| 16366184 | 2 years ago | | | 0.003 | 0.0014616102 | |
| 16366169 | 2 years ago | | | 0 | 0.00097564065 | |
| 16366166 | 2 years ago | | | 0 | 0.00063291459 | |
| 16366152 | 2 years ago | | | 0 | 0.00091080808 | |
| 16366150 | 2 years ago | | | 0 | 0.00097750711 | |
| 16366149 | 2 years ago | | | 0.003 | 0.0013811699 | |
| 16366149 | 2 years ago | | | 0.003 | 0.0013811699 | |
| 16366149 | 2 years ago | | | 0.003 | 0.0013811699 | |
| 16366149 | 2 years ago | | | 0.003 | 0.0013811699 |
ABI
ABI objects
Getter at block 21084710
MAX_MINTS_PER_TX() view returns (uint256)
2
NUM_FREE_MINTS() view returns (uint256)
450
PUBLIC_SALE_PRICE() view returns (uint256)
3000000000000000
getBaseURI() view returns (string)
ipfs://QmXvCrvDf6vi37iin8rG1CDsva5YBSPkkczatuRXT8HJsu
isPublicSaleActive() view returns (bool)
true
maxSupply() view returns (uint256)
777
name() view returns (string)
Twirls by Pika
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0x68456ea3a7dabe3bcb7e22e9cada2360b0df45af
symbol() view returns (string)
Pika
totalSupply() view returns (uint256)
458
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 tokenId, uint256 salePrice) 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(uint256 numberOfTokens) 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)
setIsOpenSeaProxyActive(bool _isOpenSeaProxyActive)
setIsPublicSaleActive(bool _isPublicSaleActive)
setnumfree(uint256 _numfreemints)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
withdrawTokens(address token)
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.