Croko Gang
Verified contract
Active on
Ethereum with 407 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 "Croko Gang"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15300874 | 2 years ago | | | 0 | 0.00030162914 | |
| 15300859 | 2 years ago | | | 0 | 0.00021630619 | |
| 15253793 | 2 years ago | | | 0 | 0.000097191095 | |
| 14881600 | 2 years ago | | | 0 | 0.0018220149 | |
| 14874520 | 2 years ago | | | 0 | 0.0010617782 | |
| 14632598 | 3 years ago | | | 0 | 0.0017119985 | |
| 14615381 | 3 years ago | | | 0 | 0.0010496185 | |
| 14590718 | 3 years ago | | | 0 | 0.0029542944 | |
| 14583961 | 3 years ago | | | 0 | 0.0083471176 | |
| 14582398 | 3 years ago | | | 0 | 0.0013084852 |
ABI
ABI objects
Getter at block 21292512
contractURI() view returns (string)
ipfs://QmTzc9ABJd8G7EqVhy54LKJsXjvJrTsqzKK2JvughA1uG5
isSalesActive() view returns (bool)
true
maxFreeMint() view returns (uint256)
333
maxFreeMintPerWallet() view returns (uint256)
3
maxSupply() view returns (uint256)
333
name() view returns (string)
Croko Gang
owner() view returns (address)
0xad570e5dded06c9a089cd6a5e89978d2cd09636c
price() view returns (uint256)
0
salesStartTimestamp() view returns (uint256)
1644812836
symbol() view returns (string)
CRGG
totalSupply() view returns (uint256)
333
Read-only
addressToFreeMinted(address) view returns (uint256)
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)
State-modifying
Events approve(address to, uint256 tokenId)
batchMint(address[] receivers, uint256[] quantities)
freeMint(uint256 quantity)
mint(uint256 quantity) 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 newBaseURI)
setContractURI(string newContractURI)
setPrice(uint256 newPrice)
setSalesStartTimestamp(uint256 newTimestamp)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateFreeMint(uint256 maxFree, uint256 maxPerWallet)
updateMaxSupply(uint256 newMaxSupply)
withdrawAll()
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()