CryptoAlligators

Verified contract

Active on Ethereum with 1,073 txns
Deployed by via 0x479e103b at 16150602
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "CryptoAlligators"

0xca0480b73c2dee73d86781a43d16e286b0449fa9b8c9b89604e8206324f6df7b
0x5160c930ff9a4c19b2a182c65f260d50b82e89717fc52b5dde282822701d64a4
From
0x9e9dafd806bed128d2c4551bb963f2c66c357fb0bceb382eb1cad1deacdfc1c1
0x6cf395e5abd5a98b3782351fe88b2cc6f2e9ed86a721c49fd624212740b0b37d
0x8817bacb9513a701f4d55cd41da38f6211ea50847f67592941b13464971a0905
0x3713e8dd1296101f9cbb0569c0f4d42b2fa1de62544150a605b7294bf9e9ffdd
0xfc1f73276f4efcc1d72c83298d3cbf0f207139cf96dde04089c387ae1f6143c1
0x36a5c2d013653fd84f65f35a501c457e2a748a7ee7168cd45ae099dfc524db59
0xb060217a8eb81b3c0c8e828ab78b580c60c9acab0e64f41ac15a101a7d15fc59
0x9f0e66a255b83f6e54a1540a96895222b88ec919081381d552286364b34f2460

Functions
Getter at block 21059607
cost(view returns (uint256)
1000000000000000
freeMintAmount(view returns (uint256)
1
hiddenMetadataUri(view returns (string)
ipfs://__CID__/hidden.json
maxMintAmountPerTx(view returns (uint256)
10
maxSupply(view returns (uint256)
1500
merkleRoot(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
name(view returns (string)
CryptoAlligators
owner(view returns (address)
0x4a1d0d79d7f1e116c6dbab191d0bf7882028c987
paused(view returns (bool)
false
revealed(view returns (bool)
true
symbol(view returns (string)
ALLGTRS
totalSupply(view returns (uint256)
1500
uriPrefix(view returns (string)
ipfs://bafybeih7yrloypqpi6c566joxjcfczl2cumm43r7p4algybnxcqezm72qi/
uriSuffix(view returns (string)
.json
whitelistMintEnabled(view returns (bool)
false
Read-only
balanceOf(address ownerview returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
whitelistClaimed(addressview returns (bool)
State-modifying
approve(address touint256 tokenId
mint(uint256 _mintAmountpayable 
mintForAddress(uint256 _mintAmountaddress _receiver
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setCost(uint256 _cost
setHiddenMetadataUri(string _hiddenMetadataUri
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx
setMerkleRoot(bytes32 _merkleRoot
setPaused(bool _state
setRevealed(bool _state
setUriPrefix(string _uriPrefix
setUriSuffix(string _uriSuffix
setWhitelistMintEnabled(bool _state
setfreeMintAmount(uint256 _freeMintAmount
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
whitelistMint(uint256 _mintAmountbytes32[] _merkleProofpayable 
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _tokenNamestring _tokenSymboluint256 _costuint256 _maxSupplyuint256 _maxMintAmountPerTxstring _hiddenMetadataUri
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
InvalidQueryRange(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(