The Cubes Salon of magic
Verified contract
Active on
Ethereum with 994 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 "The Cubes Salon of magic"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18950816 | 10 months ago | | | 0 | 0.00040197919 | |
| 16958577 | 2 years ago | | | 0 | 0.00074927110 | |
| 16891461 | 2 years ago | | | 0 | 0.0020915721 | |
| 16719513 | 2 years ago | | | 0 | 0.00084952107 | |
| 16718607 | 2 years ago | | | 0 | 0.0010842575 | |
| 16680488 | 2 years ago | | | 0 | 0.0012419801 | |
| 16666501 | 2 years ago | | | 0 | 0.00091821680 | |
| 16666499 | 2 years ago | | | 0 | 0.00055597377 | |
| 16666481 | 2 years ago | | | 0 | 0.0010699356 | |
| 16666471 | 2 years ago | | | 0 | 0.0011806022 |
ABI
ABI objects
Getter at block 21191996
maxSupply() view returns (uint256)
1000
mintPrice() view returns (uint256)
2500000000000000
name() view returns (string)
The Cubes Salon of magic
owner() view returns (address)
0x6e38d519dc0110c3ec094650de0edfe61878a7b8
symbol() view returns (string)
cube
totalSupply() view returns (uint256)
1000
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)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId) payable
mint(uint256 amount) payable
reserve(address addr, uint256 amount)
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 tokenId) payable
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()