BlurrPunks - Get a piece of $N.FT history
Unverified contract
Proxy
Active on
Ethereum with 174 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 43 additional slots
-
variable spans 48 additional slots
3 additional
variables
Balances ($411.09)
Native
Value
$411.09
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.13 | $3,162.22 |
$411.09 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21169061 | a day ago | | | 0 | 0.0022191869 | |
| 21169044 | a day ago | | | 0 | 0.0025802977 | |
| 21128352 | 7 days ago | | | 0.05 | 0.0024270339 | |
| 21082699 | 13 days ago | | | 0 | 0.00051333061 | |
| 21082690 | 13 days ago | | | 0 | 0.00063835373 | |
| 21082683 | 13 days ago | | | 0 | 0.00054224586 | |
| 21082674 | 13 days ago | | | 0 | 0.00054151751 | |
| 21082667 | 13 days ago | | | 0 | 0.00048720390 | |
| 21082657 | 13 days ago | | | 0 | 0.00049959044 | |
| 21082647 | 13 days ago | | | 0 | 0.00052620930 |
ABI
ABI objects
Getter at block 21178205 contractURI() view returns (string)
ammountWithdrawn() view returns (uint256)
3850000000000000000
isPublicMintingEnabled() view returns (bool)
true
lockBaseUri() view returns (bool)
false
mintFee() view returns (uint256)
50000000000000000
mintLimit() view returns (uint256)
0
name() view returns (string)
BlurrPunks - Get a piece of $N.FT history
owner() view returns (address)
0x0f02f9f5a984e659fe0e1ceec0d3b5030b0feeb8
placeholderImage() view returns (string)
remaining() view returns (uint256)
747
royaltyBasis() view returns (uint256)
500
shareAddress() view returns (address)
0xe28564784a0f57554d8beec807e8609b40a97241
symbol() view returns (string)
BlurrPunks
version() pure returns (string)
1.0.7
Read-only
accountMintCount(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
cache(uint256) view returns (uint256)
cachePosition(uint256) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getMintsUsed(address account) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
isTokenAvailable(uint256 tokenID) 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)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events airDropRandomToAccounts(address[] to)
approve(address to, uint256 tokenId)
changeBaseUri(string baseURI_)
changeMintFee(uint256 mintFee_)
changeMintLimit(uint256 mintLimit_)
changePlaceholderImage(string placeholderImage_)
initialize(string name_, string symbol_, string baseURI_, address ownerAddress_, uint256 mintFee_, uint256 size_, bool mintSelectionEnabled_, bool mintRandomEnabled_, address whiteListSignerAddress_, uint256 mintLimit_, uint256 royaltyBasis_, string placeholderImage_)
mintRandom() payable
mintRandom(uint256 count) payable
mintToAccount(address to, uint256 tokenID)
mintToken(uint256 tokenID) payable
mintWithSignature(bool isFree, address to, uint256 tokenID, bool isRandom, uint256 customFee, bytes signature) payable
mintWithSignature(bool isFree, address to, uint256 tokenID, bool isRandom, uint256 customFee, uint256 limit, uint256 count, bytes signature) payable
permanentlyLockBaseUri()
renounceOwnership()
reveal()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
toggleRandomPublicMinting()
transferBalance(address to, uint256 ammount)
transferERC20Balance(address erc20ContractAddress, address to, uint256 ammount)
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)
This contract contains no constructor objects.
receive()
This contract contains no error objects.