Polaroid Nights
Verified contract
Active on
Ethereum with 57 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Polaroid Nights"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17524941 | a year ago | | | 0 | 0.00064030675 | |
| 16942505 | 2 years ago | | | 0 | 0.0021126420 | |
| 16871750 | 2 years ago | | | 0 | 0.0036654678 | |
| 16870316 | 2 years ago | | | 0 | 0.0035745962 | |
| 16870262 | 2 years ago | | | 0 | 0.0053052051 | |
| 16869796 | 2 years ago | | | 0 | 0.0025555493 | |
| 16855040 | 2 years ago | | | 0 | 0.0017440180 | |
| 16855032 | 2 years ago | | | 0 | 0.0016846930 | |
| 16855031 | 2 years ago | | | 0 | 0.0014151984 | |
| 16855030 | 2 years ago | | | 0 | 0.0017430204 |
ABI
ABI objects
Getter at block 21283753
availableTokenCount() view returns (uint256)
126
baseURI() view returns (string)
https://ipfs.io/ipfs/QmaX9ZkYKTkv5FMybg7edz1QLiDGTafnBY1jXM5k2uSHeh/
currentSupply() view returns (uint256)
46
name() view returns (string)
Polaroid Nights
owner() view returns (address)
0xb8d3bf1e8838d6ccd6787944eee1dc6d17bc322e
symbol() view returns (string)
POLAROID
tokenCount() view returns (uint256)
46
totalSupply() view returns (uint256)
172
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)
State-modifying
Events approve(address to, uint256 tokenId)
mint(address _to) 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)
withdraw() 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)
SupplyChanged(uint256 indexed supply)
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.