UndeadsMysteryBox
Verified contract
Active on
Ethereum with 13,611 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x0f64…dd36
0xdf1d…12b6
2 additional
variables
Balances ($0.00)
No balances found for "UndeadsMysteryBox"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21207186 | 2 days ago | | | 0 | 0.00039174955 | |
| 21206517 | 2 days ago | | | 0 | 0.00054419014 | |
| 21205881 | 2 days ago | | | 0 | 0.00059016627 | |
| 21107167 | 16 days ago | | | 0 | 0.00028746247 | |
| 21069015 | 21 days ago | | | 0 | 0.00057241615 | |
| 20997969 | a month ago | | | 0 | 0.00033911542 | |
| 20986644 | a month ago | | | 0 | 0.0017727390 | |
| 20925601 | a month ago | | | 0 | 0.00074224700 | |
| 20925592 | a month ago | | | 0 | 0.00072905712 | |
| 20923062 | a month ago | | | 0 | 0.0035680365 |
ABI
ABI objects
Getter at block 21221412
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
additionalDefaultRoyaltyInfo() view returns (struct EIP2981AdditionalRoyaltyInfo)
(200, 500)
feeDenominator() pure returns (uint96)
10000
getRarePrice() view returns (uint256)
34000000000000000000
name() view returns (string)
UndeadsMysteryBox
owner() view returns (address)
0x32cad849f8577aaee74e29c6b88a0cf99048e13c
symbol() view returns (string)
UNMB
total() view returns (uint256)
6666
Read-only
availableToClaim(address, address asset_) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getIssued(address account_) view returns (uint256, uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
rarity(uint256 tokenId_) view returns (bool)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 id_) view returns (string)
State-modifying
Events approve(address operator, uint256 tokenId)
claimFunds(address asset_, address target_, uint256 amount_)
create(address target_, bool rare_) returns (uint256)
deleteDefaultRoyalty()
deposit() payable
open(uint256 id_) returns (uint256)
renounceOwnership()
resetTokenRoyalty(uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBenefits(address value_)
setCommonLimit(uint256 value_)
setCommonPrice(uint256 value_)
setDefaultRoyalty(address receiver, uint96 collectionOwnerFeeNumerator, uint96 firstOwnerFeeNumerator)
setPotion(address value_)
setRareLimit(uint256 value_)
setRarePrice(uint256 value_)
setRarePriceIncrease(uint256 value_)
setRights(address rights_)
setTokenRoyalty(uint256 tokenId, address receiver, uint96 feeNumerator)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
CommonLimitDefined(uint256 commonLimit)
CommonPriceDefined(uint256 commonPrice)
Created(address indexed owner, uint256 indexed id, bool indexed rare)
FeeChanged(address indexed receiver, uint96 collectionOwnerFeeNumerator, uint96 firstOwnerFeeNumerator)
Opened(address indexed owner, uint256 indexed id)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RareLimitDefined(uint256 rareLimit)
RarePriceDefined(uint256 rarePrice)
RarePriceIncreaseDefined(uint256 rarePriceIncrease)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string name_, string symbol_, address rights_, address potion_, address benefits_, uint256 commonLimit_, uint256 rareLimit_, uint256 commonPrice_, uint256 rarePrice_, uint256 rarePriceIncrease_)
receive()
OperatorNotAllowed(address operator)