CubeX Card
Verified contract
Active on
Ethereum with 3,968 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 "CubeX Card"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19240249 | 9 months ago | | | 0 | 0.00049002101 | |
| 19217465 | 9 months ago | | | 0 | 0.00049481876 | |
| 19143972 | 10 months ago | | | 0 | 0.00031842743 | |
| 19015223 | 10 months ago | | | 0 | 0.00067607297 | |
| 19015196 | 10 months ago | | | 0 | 0.00065160247 | |
| 18914147 | a year ago | | | 0 | 0.00037772806 | |
| 18854615 | a year ago | | | 0 | 0.0010540525 | |
| 18799344 | a year ago | | | 0 | 0.0013978306 | |
| 18314253 | a year ago | | | 0 | 0.00052351982 | |
| 18311618 | a year ago | | | 0 | 0.00028556329 |
ABI
ABI objects
Getter at block 21228057
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
mintPerWallet() view returns (uint256)
2
name() view returns (string)
CubeX Card
owner() view returns (address)
0x1fc6ebf08ed8a25e81421a34f03e95d37a1b4d83
symbol() view returns (string)
CXC
totalSupply() view returns (uint256)
6108
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getOwnerTokens(address _owner) view returns (uint256[])
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
grantRole(bytes32 role, address account)
mint(uint256 _mintAmount, bytes32[] _merkleProof)
mintFor(uint256 _mintAmount, address _receiver)
renounceOwnership()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
toggleMint(bool _state)
togglePause(bool _state)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateMerkleRoot(bytes32 _merkleRoot)
updateMetadataURI(string _metadataURI)
updateMintPerWallet(uint256 _amount)
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)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _metadataURI)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()