DominionX: Level 2
Verified contract
Active on
Ethereum with 623 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 "DominionX: Level 2"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20984964 | a month ago | | | 0 | 0.00033512970 | |
| 20788969 | 2 months ago | | | 0 | 0.00024237761 | |
| 20609137 | 3 months ago | | | 0 | 0.000061472673 | |
| 20552978 | 3 months ago | | | 0 | 0.000048921164 | |
| 20410013 | 4 months ago | | | 0 | 0.000063908867 | |
| 20256874 | 4 months ago | | | 0 | 0.000074939813 | |
| 19992293 | 5 months ago | | | 0 | 0.00036483235 | |
| 19807123 | 6 months ago | | | 0 | 0.00029713667 | |
| 19697760 | 7 months ago | | | 0 | 0.00050634900 | |
| 19696351 | 7 months ago | | | 0 | 0.00032516869 |
ABI
ABI objects
Getter at block 21193345
isMintActive() view returns (bool)
true
merkleRoot() view returns (bytes32)
0x67ef016a588cf0a88762e85bd1aae1f10b021a3002c7cc31b5216fb6dd627344
name() view returns (string)
DominionX: Level 2
owner() view returns (address)
0xc7f669be91e2a7dbea99eb2b85470397a03a5e87
symbol() view returns (string)
DXL2
Read-only
balanceOf(address owner) view returns (uint256)
claimed(address) view returns (bool)
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 tokenId, bytes32[] merkleProof)
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)
setIsMintActive(bool active)
setMerkleRoot(bytes32 root)
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)
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.