BlockProbe Founders Pass
Verified contract
Active on
Ethereum with 2,228 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 "BlockProbe Founders Pass"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20358799 | 4 months ago | | | 0 | 0.00015123267 | |
| 20186731 | 5 months ago | | | 0 | 0.00012108159 | |
| 19724658 | 7 months ago | | | 0 | 0.00074481430 | |
| 19480697 | 8 months ago | | | 0 | 0.0013312084 | |
| 19311170 | 9 months ago | | | 0 | 0.0013636875 | |
| 19138707 | 10 months ago | | | 0 | 0.00071679680 | |
| 19117101 | 10 months ago | | | 0 | 0.00053640012 | |
| 19053696 | 10 months ago | | | 0 | 0.00043887768 | |
| 19049009 | 10 months ago | | | 0 | 0.00079636449 | |
| 19047731 | 10 months ago | | | 0 | 0.00062638878 |
ABI
ABI objects
Getter at block 21209695
MAX_MINTS_PER_ADDRESS() view returns (uint256)
1
MAX_SUPPLY() view returns (uint256)
555
MAX_TEAM() view returns (uint256)
20
PASS_PRICE() view returns (uint256)
250000000000000000
PUBLIC_PRICE() view returns (uint256)
300000000000000000
currentState() view returns (uint8)
2
merkleRoot() view returns (bytes32)
0xae7b25fd84cfb5051f6d38a501e495723148528ba150eda61b383c790e5aeace
mintState() view returns (uint8)
2
name() view returns (string)
BlockProbe Founders Pass
owner() view returns (address)
0xb36ce797e711ccc3e34ba970cd798d2a34ab4ebe
symbol() view returns (string)
BPFP
totalSupply() view returns (uint256)
555
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isFoundersOwner(address wallet) view returns (bool)
mintedByAddress(address) view returns (uint256)
mintedCount(address addr) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
presaleClaimed(address addr) view returns (bool)
presalePassClaimed(address) view returns (bool)
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)
drain(address to)
presaleMint(bytes32[] _merkleProof) payable
publicMint() 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 _merkleRoot)
setState(uint8 _state)
teamMint()
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)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.