Probably Something
Verified contract
Active on
Ethereum with 95 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 Something"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19618639 | 8 months ago | | | 0 | 0.0011193858 | |
| 18159405 | a year ago | | | 0 | 0.00037344960 | |
| 17845703 | a year ago | | | 0 | 0.00057702408 | |
| 16607394 | 2 years ago | | | 0 | 0.00070664553 | |
| 16581136 | 2 years ago | | | 0 | 0.0021599945 | |
| 16478522 | 2 years ago | | | 0 | 0.0010258759 | |
| 16108506 | 2 years ago | | | 0 | 0.00056447558 | |
| 15655524 | 2 years ago | | | 0 | 0.00036025844 | |
| 15617532 | 2 years ago | | | 0 | 0.00044685570 | |
| 15578362 | 2 years ago | | | 0 | 0.00058442017 |
ABI
ABI objects
Getter at block 21379979
MAX_SUPPLY() view returns (uint256)
88
PRIVATE_PRICE() view returns (uint256)
280000000000000000
PUBLIC_PRICE() view returns (uint256)
280000000000000000
baseURI() view returns (string)
ipfs://bafybeihxqf3j3xqfscxk2kitvs7orb4dfha2hjmvsuga5kt7bymqmmivwy/
merkleRoot() view returns (bytes32)
0xe9d62322dc942562a523700c3e9042d4bd44ff477bc7a2f887ed1caa7aefe62a
name() view returns (string)
Probably Something
owner() view returns (address)
0xf21bad1449b1356da3a16b59da326b3da917f83e
privateSaleOpen() view returns (bool)
false
publicSaleOpen() view returns (bool)
false
symbol() view returns (string)
PS
teamClaimed() view returns (bool)
true
totalSupply() view returns (uint256)
44
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)
privateSaleClaimed(address) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
privateSaleMint(bytes32[] proof) payable
publicSaleMint() payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _URI)
setMerkleRoot(bytes32 _root)
teamMint()
togglePrivateSale()
togglePublicSale()
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(string name_, string symbol_)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()