NightmareImpTreasureBox
Verified contract
Active on
Ethereum with 6,186 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 "NightmareImpTreasureBox"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21053000 | a month ago | | | 0 | 0.00016329770 | |
| 21003874 | a month ago | | | 0 | 0.00027692068 | |
| 20999895 | a month ago | | | 0 | 0.00034047203 | |
| 20999420 | a month ago | | | 0 | 0.00037032269 | |
| 20996554 | a month ago | | | 0 | 0.00045471346 | |
| 20987819 | a month ago | | | 0 | 0.00057020408 | |
| 20974137 | a month ago | | | 0 | 0.00027231824 | |
| 20972605 | a month ago | | | 0 | 0.00059529411 | |
| 20953367 | a month ago | | | 0 | 0.0010926836 | |
| 20932638 | 2 months ago | | | 0 | 0.00091025940 |
ABI
ABI objects
Getter at block 21264466
DEFAULT_MAX_SUPPLY_PER_PARTNER_COLLECTION() view returns (uint256)
500
MAX_MINTABLE_SUPPLY() view returns (uint256)
23100
baseURI() view returns (string)
https://portal.forgottenrunes.com/api/halloween/boxes/data/
minter() view returns (address)
0xd52c79d897a24c275729112c3c5ea813b5703f88
name() view returns (string)
NightmareImpTreasureBox
numMinted() view returns (uint256)
16811
owner() view returns (address)
0xd584fe736e5aad97c437c579e884d15b17a54a51
symbol() view returns (string)
IMPTREASURE
totalSupply() view returns (uint256)
3966
Read-only
balanceOf(address owner) view returns (uint256)
burnedTokenIdToBurner(uint256) view returns (address)
burnerToBurnedTokenIds(address, uint256) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getBurnedTokenIdsByBurner(address burner) view returns (uint256[])
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
partnerCollectionToMaxSupplyOverride(address) view returns (uint256)
partnerCollectionToNumMinted(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
forwardERC20s(address token, uint256 amount)
mint(address to, address partnerCollection)
ownerMint(address[] recipients, uint256[] quantities)
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)
setMinter(address _minter)
setPartnerCollectionMaxSupplyOverride(address _partnerCollection, uint256 _maxSupply)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unlockBoxes(uint256[] tokenIds)
withdrawAll() 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(string _baseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.