Cryptoguzgan
Verified contract
Active on
Ethereum with 900 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 "Cryptoguzgan"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20495506 | 3 months ago | | | 0 | 0.000053084662 | |
| 20495488 | 3 months ago | | | 0 | 0.000054672110 | |
| 20495470 | 3 months ago | | | 0 | 0.000053980445 | |
| 19525784 | 8 months ago | | | 0 | 0.0010373662 | |
| 16719760 | 2 years ago | | | 0 | 0.00043533948 | |
| 16353450 | 2 years ago | | | 0 | 0.00059916468 | |
| 16353443 | 2 years ago | | | 0 | 0.00062348015 | |
| 15914024 | 2 years ago | | | 0 | 0.00054874694 | |
| 15667206 | 2 years ago | | | 0 | 0.00035571601 | |
| 15533807 | 2 years ago | | | 0 | 0.00098704947 |
ABI
ABI objects
Getter at block 21204941
MAX_MINTS() view returns (uint256)
3
MAX_SUPPLY() view returns (uint256)
7777
baseExtension() view returns (string)
.json
baseURI() view returns (string)
ipfs://QmZjr2DJRtQWE44tHx1yFuyJ8vHumXwtTtt3wTJyHYdHfu/
firstMintRate() view returns (uint256)
3000000000000000
name() view returns (string)
Cryptoguzgan
notRevealedBaseUri() view returns (string)
owner() view returns (address)
0x439c906c41fbe3a5d9c0173f2ea7dd311814d27c
paused() view returns (bool)
false
revealed() view returns (bool)
true
secondMintRate() view returns (uint256)
4000000000000000
symbol() view returns (string)
CGZN
totalSupply() view returns (uint256)
1041
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
whitelistedAddresses(uint256) view returns (address)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 quantity) payable
pause(bool _state)
renounceOwnership()
reveal()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseUri(string _newbaseURI)
setBaseUriNotReveal(string _newbaseURI)
setFirstMintRate(uint256 _mintAmount)
setMintAmount(uint256 _mintAmount)
setSecondMintRate(uint256 _mintAmount)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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()