Hellfire By BEEBLE
Verified contract
Active on
Ethereum with 1,939 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 "Hellfire By BEEBLE"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21106793 | 24 days ago | | | 0 | 0.00010046981 | |
| 20109336 | 5 months ago | | | 0 | 0.000067318691 | |
| 18364061 | a year ago | | | 0 | 0.0010459971 | |
| 18315508 | a year ago | | | 0 | 0.00029548626 | |
| 18315403 | a year ago | | | 0 | 0.00033323900 | |
| 17616422 | a year ago | | | 0 | 0.00090939306 | |
| 17506637 | a year ago | | | 0 | 0.00095717615 | |
| 17506635 | a year ago | | | 0 | 0.0014192441 | |
| 16992574 | 2 years ago | | | 0 | 0.0010411896 | |
| 16985944 | 2 years ago | | | 0 | 0.0012185860 |
ABI
ABI objects
Getter at block 21277373
appendedID() view returns (bool)
true
cost() view returns (uint256)
20000000000000000
holderQ() view returns (uint256)
1
holderSaleActive() view returns (bool)
true
maxSupply() view returns (uint256)
1000
name() view returns (string)
Hellfire By BEEBLE
owner() view returns (address)
0x9482dd08c6324e1ab0e65009a04499005c1530da
pubActive() view returns (bool)
true
pubCost() view returns (uint256)
40000000000000000
symbol() view returns (string)
HELLFIRE
totalSupply() view returns (uint256)
1000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getHolderWL(address owner) view returns (uint256)
holderFreeMintAmount(address) view returns (uint256)
holderPaidMintAmount(address) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
pubPaidMintAmount(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events activateHolderSale()
activatePublicSale()
approve(address to, uint256 tokenId)
mintFreeHolder() payable
mintPaidHolder(uint256 _quantity) payable
mintPaidPublic(uint256 _quantity) payable
ownerMint(address _account, uint256 _quantity)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseURI, bool appendID)
setHolderCost(uint256 _newCost)
setPubCost(uint256 _newCost)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw() payable
withdrawAny(uint256 _amount) payable
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.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()