The Infernals
Verified contract
Active on
Ethereum with 28,700 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 "The Infernals"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21081010 | 18 days ago | | | 0 | 0.00039139261 | |
| 21080533 | 18 days ago | | | 0 | 0.00028514496 | |
| 20948627 | a month ago | | | 0 | 0.00025144953 | |
| 20948625 | a month ago | | | 0 | 0.00025038531 | |
| 20768676 | 2 months ago | | | 0 | 0.000063006746 | |
| 20768674 | 2 months ago | | | 0 | 0.000063112068 | |
| 20744476 | 2 months ago | | | 0 | 0.00035411851 | |
| 20630869 | 3 months ago | | | 0 | 0.000069552739 | |
| 20623979 | 3 months ago | | | 0 | 0.000032303318 | |
| 20570102 | 3 months ago | | | 0 | 0.000046168379 |
ABI
ABI objects
Getter at block 21212996
INFERNAL_MAYHEM() view returns (uint256)
5000
INFERNAL_SPAWN_RATE() view returns (uint256)
2
baseURI() view returns (string)
ipfs://QmRAZJdsMGVttPp69ZNSD17YyT9AFubCya3HGVFLrFMCm2/
infernalsUnleashed() view returns (bool)
true
name() view returns (string)
The Infernals
owner() view returns (address)
0xb87f83fba5e3d9ea106f1c9a8f17f747ca05d9b0
symbol() view returns (string)
INFERNAL
totalSupply() view returns (uint256)
5000
Read-only
CAPTURED_INFERNALS(address) view returns (uint256)
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256 tokenId)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
infernalRise(address _to, uint256 numberOfSpawns)
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)
spawnInfernal(uint256 spawns) payable
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unleashInfernalMayhem()
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.
This contract contains no error objects.