It's Nothing
Verified contract
Proxy
Active on
Ethereum with 1,126 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
2 additional
variables
Balances ($0.43)
Native
Value
$0.43
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.000135 | $3,180.22 |
$0.43 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15858235 | 2 years ago | | | 0 | 0.00021862849 | |
| 15274649 | 2 years ago | | | 0.000135 | 0.00043425961 | |
| 15161588 | 2 years ago | | | 0 | 0.0012051575 | |
| 15161588 | 2 years ago | | | 0 | 0.0012048438 | |
| 14950275 | 2 years ago | | | 0 | 0.00099443509 | |
| 14937322 | 2 years ago | | | 0 | 0.0025072768 | |
| 14931813 | 2 years ago | | | 0 | 0.0021247820 | |
| 14931813 | 2 years ago | | | 0 | 0.0021247820 | |
| 14931689 | 2 years ago | | | 0 | 0.0018273123 | |
| 14931688 | 2 years ago | | | 0 | 0.0017065100 |
ABI
ABI objects
Getter at block 21202225 contractURI() view returns (string)
ammountWithdrawn() view returns (uint256)
0
isPublicMintingEnabled() view returns (bool)
true
mintFee() view returns (uint256)
0
mintLimit() view returns (uint256)
1
name() view returns (string)
It's Nothing
owner() view returns (address)
0xf88a0058fab4eac59debb4ef3ebe98af43391716
placeholderImage() view returns (string)
remaining() view returns (uint256)
0
royaltyBasis() view returns (uint256)
750
shareAddress() view returns (address)
0xe28564784a0f57554d8beec807e8609b40a97241
symbol() view returns (string)
Nothing
version() pure returns (string)
1.0.5
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)
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 approve(address to, uint256 tokenId)
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
mintToAccount(address to, uint256 tokenID)
mintToken(uint256 tokenID) payable
mintWithSignature(bool isFree, address to, uint256 tokenID, bool isRandom, uint256 customFee, bytes signature) payable
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.