TheCrypt
Verified contract
Active on
Ethereum with 7,345 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
14 additional
variables
Balances ($0.00)
No balances found for "TheCrypt"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21142296 | 2 days ago | | | 0 | 0.00051784740 | |
| 21142294 | 2 days ago | | | 0 | 0.00052473780 | |
| 21141916 | 2 days ago | | | 0 | 0.00046355936 | |
| 21141913 | 2 days ago | | | 0 | 0.00046610094 | |
| 21141883 | 2 days ago | | | 0 | 0.00047733762 | |
| 21136326 | 3 days ago | | | 0 | 0.00086648151 | |
| 21132368 | 4 days ago | | | 0 | 0.00082773145 | |
| 21132312 | 4 days ago | | | 0 | 0.00033394954 | |
| 21123732 | 5 days ago | | | 0 | 0.00063032229 | |
| 21123719 | 5 days ago | | | 0 | 0.00062420137 |
ABI
ABI objects
Getter at block 21157508
MAX_PER_WALLET_FREE() view returns (uint256)
1
MAX_PER_WALLET_OG() view returns (uint256)
9999
MAX_PER_WALLET_PUBLIC() view returns (uint256)
9999
MAX_PER_WALLET_WL() view returns (uint256)
9999
MAX_SUPPLY() view returns (uint256)
6666
MAX_TOTAL_PHASE() view returns (uint256)
6666
baseURI() view returns (string)
https://crypt.myfilebase.com/ipfs/QmYPgbPRJe8ymdPNaY3xv9bnCNNoHSGA86oTbp9zg2wh9U/
freeSalePrice() view returns (uint256)
0
merkleRootFREE() view returns (bytes32)
0x1c8d6bcd769efeaa2ac3159ac2c6591746cc9db21cb01c8bed42de9943d4bd43
merkleRootOG() view returns (bytes32)
0x513039ac8c62f4be67ffdb342a58aecd4179ed22d71989e31fc805150c1e81c9
merkleRootWL() view returns (bytes32)
0xcb8f94faf1bc18076698f7df8bbc18d8b97b10e55e333b8d0f3bb4fcee7ba264
name() view returns (string)
TheCrypt
ogSalePrice() view returns (uint256)
19000000000000000
owner() view returns (address)
0x3303c4350259c2b8f3c560b2ec70ad3ed87a5e72
publicSalePrice() view returns (uint256)
19000000000000000
sellingStep() view returns (uint8)
1
symbol() view returns (string)
CRYPT
totalReleased() view returns (uint256)
120442000000000000000
totalShares() view returns (uint256)
100
totalSupply() view returns (uint256)
6666
wlSalePrice() view returns (uint256)
19000000000000000
Read-only
amountNFTsperWalletFREE(address) view returns (uint256)
amountNFTsperWalletOG(address) view returns (uint256)
amountNFTsperWalletPUBLIC(address) view returns (uint256)
amountNFTsperWalletWL(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
calculateRoyalty(uint256 _salePrice) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
payee(uint256 index) view returns (address)
releasable(address account) view returns (uint256)
releasable(address token, address account) view returns (uint256)
released(address account) view returns (uint256)
released(address token, address account) view returns (uint256)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address receiver, uint256 royaltyAmount)
shares(address account) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
totalReleased(address token) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
gift(address _to, uint256 _quantity)
lowerSupply(uint256 _MAX_SUPPLY)
publicSaleMint(address _account, uint256 _quantity) payable
release(address account)
release(address token, address account)
releaseAll()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseUri(string _baseURI)
setFREESalePrice(uint256 _freeSalePrice)
setMaxPerWalletFREE(uint256 _MAX_PER_WALLET_FREE)
setMaxPerWalletOG(uint256 _MAX_PER_WALLET_OG)
setMaxPerWalletPUBLIC(uint256 _MAX_PER_WALLET_PUBLIC)
setMaxPerWalletWL(uint256 _MAX_PER_WALLET_WL)
setMaxTotalPHASE(uint256 _MAX_TOTAL_PHASE)
setMerkleRootFREE(bytes32 _merkleRootFREE)
setMerkleRootOG(bytes32 _merkleRootOG)
setMerkleRootWL(bytes32 _merkleRootWL)
setOGSalePrice(uint256 _ogSalePrice)
setPublicSalePrice(uint256 _publicSalePrice)
setRoyaltyInfo(address _receiver, uint96 _royaltyFeesInBips)
setStep(uint256 _step)
setWLSalePrice(uint256 _wlSalePrice)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(address _account, uint256 _quantity, bytes32[] _proof, uint256 _whitelist) payable
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)
ERC20PaymentReleased(address indexed token, address to, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PayeeAdded(address account, uint256 shares)
PaymentReceived(address from, uint256 amount)
PaymentReleased(address to, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(uint96 _royaltyFeesInBips, address[] _team, uint256[] _teamShares, string _baseURI, address _initialOwner)
receive()
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
FailedInnerCall()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
SafeERC20FailedOperation(address token)
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()