heaven, hell or bitcoin?
Verified contract
Active on
Ethereum with 200 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
0x0bf3…bca4
Balances ($0.00)
No balances found for "heaven, hell or bitcoin?"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18104506 | a year ago | | | 0 | 0.00063431548 | |
| 17709261 | a year ago | | | 0 | 0.00078279109 | |
| 17633783 | a year ago | | | 0 | 0.0026406590 | |
| 17160532 | 2 years ago | | | 0 | 0.0027860454 | |
| 17112393 | 2 years ago | | | 0 | 0.0025431805 | |
| 17072636 | 2 years ago | | | 0 | 0.0037583513 | |
| 17072584 | 2 years ago | | | 0 | 0.0036966010 | |
| 17068800 | 2 years ago | | | 0 | 0.0055576304 | |
| 16948433 | 2 years ago | | | 0 | 0.0049197453 | |
| 16942323 | 2 years ago | | | 0 | 0.0018731974 |
ABI
ABI objects
Getter at block 21225766
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
batchSize() view returns (uint256)
5
burnTo() view returns (address)
0x3ba169f79b0129ad4b442285145818e0262e02f4
config() view returns (uint64 ethPrice, uint16 maxSupply, uint8 saleState)
(ethPrice=0, maxSupply=5555, saleState=1)
defaultRoyalty() view returns (address receiver, struct RoyaltiesFraction fraction)
(receiver=0x0000000000000000000000000000000000000000, fraction=(500, 10000))
isOsEnabled() view returns (bool)
true
name() view returns (string)
heaven, hell or bitcoin?
owner() view returns (address)
0x43d780cf42f9995e6086a921c8d5a8a746838ecc
poobs() view returns (address)
0x0bf3cf7960ad8827c75d821f4b3353af8d4fbca4
symbol() view returns (string)
HHBTC
tokenURIPrefix() view returns (string)
https://poobs.herodevelopment.com/hhbtc/hhbtc.json?
tokenURISuffix() view returns (string)
totalSupply() view returns (uint256)
175
Read-only
balanceOf(address owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721FTokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721FTokenOwnership[])
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isDelegate(address addr) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
State-modifying
Events approve(address operator, uint256 tokenId) payable
mintTo(uint16[] quantity, address[] recipient) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setConfig(struct HHBTCMintConfig newConfig, address poobs_, address burnTo_)
setDefaultRoyalty(address receiver, uint16 feeNumerator, uint16 feeDenominator)
setDelegate(address addr, bool isDelegate_)
setOsStatus(bool isEnabled)
setTokenURI(string prefix, string suffix)
takeoff(uint256 burnId, uint256 moonId)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Takeoff(uint256 indexed tokenId)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()
WithdrawError(bytes arg0)