Probably Nothing
Verified contract
Active on
Ethereum with 19,012 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 "Probably Nothing"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21103024 | 9 days ago | | | 0 | 0.00010405500 | |
| 21080650 | 12 days ago | | | 0 | 0.00046896095 | |
| 21029738 | 19 days ago | | | 0 | 0.00093542504 | |
| 21029738 | 19 days ago | | | 0 | 0.0013463164 | |
| 21027625 | 19 days ago | | | 0 | 0.00030548181 | |
| 20976737 | a month ago | | | 0 | 0.00040517013 | |
| 20967295 | a month ago | | | 0 | 0.00073391498 | |
| 20819745 | 2 months ago | | | 0 | 0.00075013609 | |
| 20731703 | 2 months ago | | | 0 | 0.000080143703 | |
| 20705388 | 2 months ago | | | 0 | 0.000027226100 |
ABI
ABI objects
Getter at block 21164281
baseURI() view returns (string)
ipfs://bafkreicyq225qm57ckldakqempqrv757bc4lwc5c4jgeerexya47idycii
maxSupply() view returns (uint256)
7676
merkleRoot() view returns (bytes32)
0x042402be82d2a2d2fdd24437d8fd2ec5199207912d0f1883085cdc5abc36d668
name() view returns (string)
Probably Nothing
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0xec45e904b11c764d1a842b16f874a5474914da71
symbol() view returns (string)
PN
totalSupply() view returns (uint256)
7676
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
hasMinted(address) view returns (bool)
isAllowListed(address _recipient, bytes32[] _merkleProof) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
numOfMints(address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) 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)
burn(uint256 tokenId)
changeURI(string _baseURI)
flipALState()
flipMintState()
mint(uint256 _amount, bytes32[] _merkleProof)
ownerMint(address _recipient, uint256 _amount)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setRoot(bytes32 root)
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)
burned(address from, address to, uint256 id)
minted(address minter, uint256 id)
constructor(string name, string symbol, uint256 _maxSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.