Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Cheems | ERC-20 | 10.134582M | -- | -- | |
OHNO | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22764475 | 3 days ago | | | 0 | 0.0000026699874 | |
| 22627603 | 6 days ago | | | 0 | 2.2369587e-7 | |
| 22570077 | 8 days ago | | | 0 | 2.2369587e-7 | |
| 22395765 | 12 days ago | | | 0 | 2.2018649e-7 | |
| 22311721 | 14 days ago | | | 0 | 2.2338503e-7 | |
| 22290746 | 14 days ago | | | 0 | 2.3254296e-7 | |
| 21921968 | 23 days ago | | | 0 | 2.2122237e-7 | |
| 21849982 | 24 days ago | | | 0 | 2.2000046e-7 | |
| 21849951 | 24 days ago | | | 0 | 1.3356900e-7 | |
| 21832324 | 25 days ago | | | 0 | 1.2367500e-7 |
ABI
ABI objects
Getter at block 22900335
_paused() view returns (bool)
false
_price() view returns (uint256)
1500000000000000
feeTo() view returns (address)
0x53d8ebc0b6e1ac3fd2b54edfb098b26e20299ea2
name() view returns (string)
PiraNFT
owner() view returns (address)
0x15b94d32ab27c451ffe94767604d7cf7f8bfa4d2
symbol() view returns (string)
PiraNFT
tokenIds() view returns (uint256)
20739
totalSupply() view returns (uint256)
20739
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenMintByAddress(address) 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() payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setFeeTo(address _feeTo)
setPaused(bool val)
setPrice(uint256 price)
setTokenURI(string baseURI)
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string baseURI, address _feeTo)
This contract contains no fallback and receive objects.
This contract contains no error objects.