DimensionX
Verified contract
Active on
Ethereum with 343 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 "DimensionX"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19742812 | 8 months ago | | | 0 | 0.00034314278 | |
| 19066718 | a year ago | | | 0 | 0.00039819564 | |
| 16105334 | 2 years ago | | | 0 | 0.00055492759 | |
| 16105261 | 2 years ago | | | 0 | 0.0018746547 | |
| 16105256 | 2 years ago | | | 0 | 0.0021498519 | |
| 16105253 | 2 years ago | | | 0 | 0.0020019811 | |
| 16105249 | 2 years ago | | | 0 | 0.0027313414 | |
| 15780766 | 2 years ago | | | 0 | 0.00065937520 | |
| 15565612 | 2 years ago | | | 0 | 0.00018027184 | |
| 15489548 | 2 years ago | | | 0 | 0.00042773014 |
ABI
ABI objects
Getter at block 21403262
feeAddress() view returns (address)
0x7a5fa6b58299f82812dbd69009aaf8ebf4f4f1b4
getCardsIssued() view returns (uint32)
91
getWhitelistMode() view returns (uint8)
2
name() view returns (string)
DimensionX
owner() view returns (address)
0x7a5fa6b58299f82812dbd69009aaf8ebf4f4f1b4
symbol() view returns (string)
DMX
whitelistCount() view returns (uint32)
0
Read-only
balanceOf(address owner) view returns (uint256)
doesCardExist(uint32 CardId) 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)
whitelist(address) view returns (bool)
State-modifying
Events addAddressToWhitelist(address addr) returns (bool success)
addAddressesToWhitelist(address[] addrs) returns (bool success)
approve(address to, uint256 tokenId)
combineCards(uint32 inCardA, uint32 inCardB) returns (uint32)
mintAnyCard(uint32 newCardId) returns (uint32)
mintCard() payable
mintCardFromWhitelist() payable
mintCards(uint32 NumberOfCards) payable
mintFreeCard()
removeAddressFromWhitelist(address addr) returns (bool success)
removeAddressesFromWhitelist(address[] addrs) returns (bool success)
removeOwnAddressFromWhitelist(address addr) returns (bool success)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setFeeAddress(address FeeAddress)
setMintingFee(uint256 Fee)
setWhitelistMode(uint8 NewMode)
sweepFunds()
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)
CardMinted(address Recipient, uint256 tokenId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
WhitelistedAddressAdded(address addr)
WhitelistedAddressRemoved(address addr)
constructor()
receive()
This contract contains no error objects.