Magic Cube
Verified contract
Active on
Ethereum with 566 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"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16718939 | 2 years ago | | | 0 | 0.00060723911 | |
| 16706621 | 2 years ago | | | 0 | 0.0019673928 | |
| 16689813 | 2 years ago | | | 0.002 | 0.0020259720 | |
| 16689813 | 2 years ago | | | 0.002 | 0.0020259720 | |
| 16689813 | 2 years ago | | | 0.002 | 0.0020259720 | |
| 16689813 | 2 years ago | | | 0.002 | 0.0020259720 | |
| 16689813 | 2 years ago | | | 0.002 | 0.0020259720 | |
| 16689813 | 2 years ago | | | 0.002 | 0.0020259720 | |
| 16689813 | 2 years ago | | | 0.002 | 0.0020259720 | |
| 16689813 | 2 years ago | | | 0.002 | 0.0020259720 |
ABI
ABI objects
Getter at block 21200501
MAX_FREE() view returns (uint256)
2222
MAX_PER_FREE() view returns (uint256)
4
MAX_PER_TX() view returns (uint256)
4
MAX_PER_WALLET() view returns (uint256)
12
MagicCubeXAddress() view returns (address)
0x76cb1107f0c88171b7992f97fff3a7d1cc2939a3
TOTAL_MAX_QTY() view returns (uint256)
8888
baseReward() view returns (uint256)
370000000000000
endMerge() view returns (uint256)
1677423600
endMintAndStartMerge() view returns (uint256)
1677337200
getPrice() view returns (uint256)
2000000000000000
name() view returns (string)
Magic Cube
owner() view returns (address)
0xf613cfc42ce507b3f0eb3fa8e13fa5671327709e
rewardTimes() view returns (uint256)
0
rewardTotal() view returns (uint256)
0
startMint() view returns (uint256)
1677078000
symbol() view returns (string)
Magic Cube
totalSupply() view returns (uint256)
2298
Read-only
address2Free(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getTotalCost(uint256 quantity) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
reward(uint256[4] tokenIds) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId) payable
merge(uint256[4] tokenIds)
publicMint(uint256 quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setMagicCubeX(address magicCubeX_)
setTokenURI(string tokenURI_)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
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)
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.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()