Magic Cube X
Verified contract
Active on
Ethereum with 0 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 "Magic Cube X"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "Magic Cube X"
ABI
ABI objects
Getter at block 21201342
MagicCubeAddress() view returns (address)
0x1b2c87219a6e2b899e1d6454a12242a88a909b17
TOTAL_MAX_QTY() view returns (uint256)
2222
isOpen() view returns (bool)
false
name() view returns (string)
Magic Cube X
owner() view returns (address)
0xf613cfc42ce507b3f0eb3fa8e13fa5671327709e
symbol() view returns (string)
Magic Cube X
totalSupply() view returns (uint256)
0
Read-only
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)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
holderMint(address sender)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setIsOpen(bool isOpen_)
setTokenURI(string tokenURI_)
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(string tokenURI_)
This contract contains no fallback and receive objects.
This contract contains no error objects.