Downbad Polaroids
Verified contract
Active on
Ethereum with 3,950 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 "Downbad Polaroids"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20711749 | 3 months ago | | | 0 | 0.00012509578 | |
| 18906807 | a year ago | | | 0 | 0.00082792246 | |
| 18287676 | a year ago | | | 0 | 0.00027713664 | |
| 17099160 | 2 years ago | | | 0 | 0.0012785413 | |
| 17032256 | 2 years ago | | | 0 | 0.0010369072 | |
| 16998278 | 2 years ago | | | 0 | 0.0010707721 | |
| 16938531 | 2 years ago | | | 0 | 0.0012518926 | |
| 16925737 | 2 years ago | | | 0 | 0.0011499089 | |
| 16862967 | 2 years ago | | | 0 | 0.00045983089 | |
| 16648736 | 2 years ago | | | 0 | 0.0010680052 |
ABI
ABI objects
Getter at block 21317703
_maxSupply() view returns (uint32)
10000
_metadataURI() view returns (string)
https://downbadpolaroids.com/nft/
_price() view returns (uint256)
4000000000000000
_started() view returns (bool)
true
_teamMinted() view returns (uint32)
5
_teamReserved() view returns (uint32)
5
_txLimit() view returns (uint32)
20
_walletLimit() view returns (uint32)
200
name() view returns (string)
Downbad Polaroids
owner() view returns (address)
0x5ba87412990df493df393f4b045273169c10de4b
symbol() view returns (string)
POLAROIDS
totalSupply() view returns (uint256)
7500
Read-only
_state(address minter) view returns (struct DownbadPolaroidsHelperState)
balanceOf(address owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
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, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
devMint(address to, uint32 amount)
mint(uint32 amount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setFeeNumerator(uint96 feeNumerator)
setMetadataURI(string uri)
setStarted(bool started)
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(uint256 price, uint32 maxSupply, uint32 txLimit, uint32 walletLimit, uint32 teamReserved)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()