Block of Horror: The Prologue
Verified contract
Active on
Ethereum with 1,597 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 "Block of Horror: The Prologue"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20600057 | 3 months ago | | | 0 | 0.000070599454 | |
| 20530162 | 3 months ago | | | 0 | 0.000061372796 | |
| 20461686 | 3 months ago | | | 0 | 0.00067616231 | |
| 20455620 | 3 months ago | | | 0 | 0.000085581920 | |
| 20394107 | 4 months ago | | | 0 | 0.000045305823 | |
| 20203808 | 5 months ago | | | 0 | 0.00015625607 | |
| 19902946 | 6 months ago | | | 0 | 0.000072057287 | |
| 19740843 | 7 months ago | | | 0 | 0.00017612647 | |
| 19740838 | 7 months ago | | | 0 | 0.00017536949 | |
| 19451654 | 8 months ago | | | 0 | 0.0011956043 |
ABI
ABI objects
Getter at block 21218000
currentSupply() view returns (uint256)
750
maxPerWallet() view returns (uint256)
1
name() view returns (string)
Block of Horror: The Prologue
owner() view returns (address)
0x122ae5c7a359af768fa0c86146fe1af24e14a845
symbol() view returns (string)
BOHP
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
bloodlistClaimed(address) view returns (uint256)
guardianOf(address tokenOwner) view returns (address)
isApprovedForAll(address account, address operator) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256) view returns (string)
State-modifying
Events lockApprovals(address guardian)
mintAndLock(bytes32[] _proof, address guardian)
mintBloodlist(bytes32[] _proof)
mintTo(address to, uint256 amount)
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setMerkleRoot(bytes32 _root)
setPostWhitelistMax()
setURI(string newuri)
transferOwnership(address newOwner)
unlockApprovals(address tokenOwner)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
GuardianAdded(address indexed addressGuarded, address indexed guardian)
GuardianRemoved(address indexed addressGuarded)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
constructor()
This contract contains no fallback and receive objects.
AlreadyClaimed()
CallerGuardianMismatch(address caller, address guardian)
ExceedMaxSupply()
InvalidGuardian()
InvalidProof(bytes32[] proof)
TokenIsLocked()