CryptoRexNFT
Verified contract
Active on
Ethereum with 1,893 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 "CryptoRexNFT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20844389 | 2 months ago | | | 0 | 0.00027612341 | |
| 20844094 | 2 months ago | | | 0 | 0.0023911302 | |
| 20503579 | 4 months ago | | | 0 | 0.000061805832 | |
| 20180947 | 5 months ago | | | 0 | 0.00023161798 | |
| 20149511 | 5 months ago | | | 0 | 0.000050760126 | |
| 19820386 | 7 months ago | | | 0 | 0.00012059757 | |
| 19625149 | 8 months ago | | | 0 | 0.00040601502 | |
| 19179018 | 10 months ago | | | 0 | 0.00087718245 | |
| 19158096 | 10 months ago | | | 0 | 0.00034850090 | |
| 19040161 | 10 months ago | | | 0 | 0.00092882385 |
ABI
ABI objects
Getter at block 21299058
MAX_SUPPLY() view returns (uint256)
1555
activeContract() view returns (bool)
true
baseUri() view returns (string)
ipfs://QmPcvVKKL1jHkNGn2YbCwhbgm8g92hMYvtmdKKdRVsfu1a/
name() view returns (string)
CryptoRex NFT
owner() view returns (address)
0xbd4e47c284cab959d70c92c2842c1e2413c3bffd
price() view returns (uint256)
19900000000000000
publicMint() view returns (bool)
true
symbol() view returns (string)
CRX
team_supply() view returns (uint256)
133
totalSupply() view returns (uint256)
1555
wl_price() view returns (uint256)
19900000000000000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isClaimed(uint256 _nftIndex) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events ActivateSale()
EnablePublicMint()
approve(address to, uint256 tokenId)
burnSupply(uint256 _newAmount)
changePublicMintPrice(uint256 newMintPrice)
changeWLMintPrice(uint256 newMintPrice)
mint(uint256 _quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setbaseUri(string newBaseURI)
teammint()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistmint(bytes _signature, uint256 _nftIndex, uint256 _quantity) payable
withdraw() payable
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()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()