The Infernals
Verified contract
Active on
Ethereum with 1,310 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($3.60)
Native
Value
$3.6
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.001 | $3,601.73 |
$3.6 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18274761 | a year ago | | | 0 | 0.00015119625 | |
| 18274760 | a year ago | | | 0 | 0.00065085728 | |
| 18274757 | a year ago | | | 0 | 0.00014363778 | |
| 16458420 | 2 years ago | | | 0 | 0.0017071100 | |
| 15692137 | 2 years ago | | | 0.001 | 0.00044613971 | |
| 15688221 | 2 years ago | | | 0 | 0.00022982536 | |
| 15687027 | 2 years ago | | | 0 | 0.000078073544 | |
| 15686181 | 2 years ago | | | 0 | 0.00016716487 | |
| 15685726 | 2 years ago | | | 0 | 0.00049858913 | |
| 15684196 | 2 years ago | | | 0 | 0.0011729402 |
ABI
ABI objects
Getter at block 21322184
maxPerTx() view returns (uint32)
10
maxSupply() view returns (uint32)
5000
mintPrice() view returns (uint256)
1000000000000000
name() view returns (string)
The Infernals
owner() view returns (address)
0x41846691257ed4711a03ab8d4c1e008d0bb18e00
symbol() view returns (string)
INFERNAL
totalSupply() view returns (uint256)
2987
uriPrefix() view returns (string)
ipfs://QmfRZJGZcQs5KR445eBGzWk7h8g9nTe1xwSLRsWGRz6MHZ/
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)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setUri(string uri)
spawnInfernal(uint256 amount) payable
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unleashlnfernalMayhem(uint256 amount)
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)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()