Hell Devils
Verified contract
Proxy
Active on
Ethereum with 449 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
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 "Hell Devils"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16342388 | 2 years ago | | | 0 | 0.0013426879 | |
| 15822891 | 2 years ago | | | 0 | 0.00052605335 | |
| 15673606 | 2 years ago | | | 0 | 0.00023014462 | |
| 15660918 | 2 years ago | | | 0 | 0.00054774872 | |
| 15659788 | 2 years ago | | | 0 | 0.00053050853 | |
| 15659745 | 2 years ago | | | 0 | 0.00041201600 | |
| 15658655 | 2 years ago | | | 0 | 0.00023996861 | |
| 15658646 | 2 years ago | | | 0 | 0.00043389371 | |
| 15658633 | 2 years ago | | | 0 | 0.00039086249 | |
| 15658615 | 2 years ago | | | 0 | 0.00041208038 |
ABI
ABI objects
Getter at block 21213788
MAX_FREE_PER_WALLET() view returns (uint256)
1
NUM_FREE_MINTS() view returns (uint256)
666
PUBLIC_SALE_PRICE() view returns (uint256)
1000000000000000
baseTokenURI() view returns (string)
ipfs://QmTgxU7RmbpUzBZWpB3GSPDMioNpv2WNyba8QZj3QqFHQF/
freeNFTAlreadyMinted() view returns (uint256)
440
isPublicSaleActive() view returns (bool)
true
maxSupply() view returns (uint256)
666
name() view returns (string)
Hell Devils
owner() view returns (address)
0xf58e5a16afd4ffdcf89afcfc3ec301b9dc244c93
symbol() view returns (string)
HD
totalSupply() view returns (uint256)
533
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)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 numberOfTokens) 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 baseURI)
setFreeLimitPerWallet(uint256 _limit)
setIsPublicSaleActive(bool _isPublicSaleActive)
setNewWhitelist(uint256 maxTokens_, uint256 nftPrice_, string name_, string symbol_, uint256 maxFreePerWallet_, string URIs_, bool isPublicSaleActive_, uint256 maxFreeNums_)
setNumFreeMints(uint256 _numfreemints)
setSalePrice(uint256 _price)
teamMint(uint256 quantity)
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)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()