Crocamigos
Verified contract
Active on
Ethereum with 610 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 "Crocamigos"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16944961 | 2 years ago | | | 0 | 0.00068763235 | |
| 16943971 | 2 years ago | | | 0 | 0.00079018182 | |
| 16943404 | 2 years ago | | | 0 | 0.0013330113 | |
| 16943397 | 2 years ago | | | 0 | 0.00098688828 | |
| 16943382 | 2 years ago | | | 0 | 0.0010099372 | |
| 16943375 | 2 years ago | | | 0 | 0.0014484971 | |
| 16943329 | 2 years ago | | | 0 | 0.0015441990 | |
| 16943322 | 2 years ago | | | 0 | 0.0015224231 | |
| 16943320 | 2 years ago | | | 0 | 0.0014035683 | |
| 16943319 | 2 years ago | | | 0 | 0.0014140299 |
ABI
ABI objects
Getter at block 21422345
MAX_SUPPLY() view returns (uint256)
4321
baseURI() view returns (string)
ipfs/QmTpReV93wohSpsLht9huUGDCRonqs4LxXnxfyCf9XLSnF/
maxWallet() view returns (uint256)
10
name() view returns (string)
Crocamigos
owner() view returns (address)
0xdc05af2531b25d791888c5da66ce6afcb32b4423
publicSalePrice() view returns (uint256)
0
sellingStep() view returns (uint8)
1
symbol() view returns (string)
Crocamigos
totalSupply() view returns (uint256)
4321
Read-only
balanceOf(address owner) view returns (uint256)
freeMintAmount(address) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
mintedAmountNFTsperWalletPublicSale(address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId) payable
batchAirdrop(uint256[] quantities, address[] recipients)
changeMaxSupply(uint256 newValue)
changeMaxWallet(uint256 newValue)
changePrice(uint256 newPrice)
freeMint()
mint(uint256 _quantity) payable
mintForOwner(uint256 _quantity)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes data) payable
setApprovalForAll(address operator, bool approved)
setBaseUri(string _baseURI)
setStep(uint256 _step)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdraw()
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _baseURI)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ArrayMismatch()
BalanceQueryForZeroAddress()
MaxWalletExceeded()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
NotEnoughPrice()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
StepNotLive()
SupplyExceeded()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()