Crypto.com NFT Marketplace
Verified contract
Active on
Ethereum with 451 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "Crypto.com NFT Marketplace"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21079743 | 11 days ago | | | 0 | 0.0042807402 | |
| 20855722 | a month ago | | | 0 | 0.0016019972 | |
| 20633787 | 2 months ago | | | 0 | 0.00046145200 | |
| 20633717 | 2 months ago | | | 0 | 0.00046145200 | |
| 20620621 | 2 months ago | | | 0 | 0.00066103066 | |
| 20537568 | 3 months ago | | | 0 | 0.00061055036 | |
| 20513376 | 3 months ago | | | 0 | 0.0022537852 | |
| 20451150 | 3 months ago | | | 0 | 0.00046145200 | |
| 20446219 | 3 months ago | | | 0 | 0.00045585200 | |
| 20425158 | 3 months ago | | | 0 | 0.0012660153 |
ABI
ABI objects
Getter at block 21160995
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MINTER_ROLE() view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
MINT_FEE() view returns (uint256)
0
currentTokenId() view returns (uint256)
435
maxSupply() view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
name() view returns (string)
Crypto.com NFT Marketplace
symbol() view returns (string)
CDCNFT
totalSupply() view returns (uint256)
435
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 _tokenId) view returns (string)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
batchMint(address to, uint256 tokenAmount, string[] tokenURIList, uint96 royaltyFee) payable
grantRole(bytes32 role, address account)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
safeMint(address to, string _tokenURI, uint96 royaltyFee) payable
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setMintFee(uint256 _mint_fee)
transferFrom(address from, address to, uint256 tokenId)
withdrawPayments(uint256 _amount)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
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)
SetMintFee(uint256 oldMintFee, uint256 newMinFee)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
WithdrawPayments(uint256 _amount)
constructor(string _name, string _symbol, uint256 _mint_fee, uint256 _maxSupply, address _owner, address _minter, address _royaltyReceiver, uint96 _royaltyFee)
This contract contains no fallback and receive objects.
This contract contains no error objects.