Cronies
Verified contract
Active on
Ethereum with 2,418 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 "Cronies"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20642142 | 3 months ago | | | 0 | 0.00010685105 | |
| 20642141 | 3 months ago | | | 0 | 0.00010026886 | |
| 20635809 | 3 months ago | | | 0 | 0.00011728736 | |
| 20518607 | 3 months ago | | | 0 | 0.000049240382 | |
| 20279699 | 4 months ago | | | 0 | 0.00016461690 | |
| 19742745 | 7 months ago | | | 0 | 0.00013627437 | |
| 19624796 | 7 months ago | | | 0 | 0.00090179069 | |
| 19573510 | 7 months ago | | | 0 | 0.0011969445 | |
| 19489602 | 8 months ago | | | 0 | 0.0015163656 | |
| 19307615 | 9 months ago | | | 0 | 0.00085608597 |
ABI
ABI objects
Getter at block 21193896
baseURI() view returns (string)
ipfs://QmQ5jfCrBicsEPxMK3UcnW7sQFqEmB8XfQMeGEfRQA7PGD/
maxPerTx() view returns (uint256)
5
maxPerWallet() view returns (uint256)
5
maxSupply() view returns (uint256)
5555
merkleRoot() view returns (bytes32)
0x81bbcdf43c376301e96db3cfb241cfbc821ec989401627edd04c14f75d4043f1
mintEnabled() view returns (bool)
true
name() view returns (string)
Cronies
owner() view returns (address)
0x5e13b19861dc8bc02ac99bfe74130f0f8f0289e6
pricePublic() view returns (uint256)
15000000000000000
priceWhitelist() view returns (uint256)
10000000000000000
symbol() view returns (string)
Cronies
totalSupply() view returns (uint256)
5555
Read-only
addressPublic(address) view returns (uint256)
addressWhitelist(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events airdrop(address to, uint256 amount)
approve(address to, uint256 tokenId)
ownerBatchMint(uint256 amount)
publicMint(uint256 amount) 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 baseURI_)
setMaxPerTx(uint256 maxPerTx_)
setMaxPerWallet(uint256 maxPerWallet_)
setMerkleRoot(bytes32 root)
setPricePublic(uint256 price_)
setPriceWhitelist(uint256 price_)
setmaxSupply(uint256 maxSupply_)
toggleMinting()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(uint256 amount, bytes32[] _merkleProof) payable
withdraw()
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()