Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x5cea…af24
Balances ($0.00)
No balances found for "CrocZ"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20229062 | 5 months ago | | | 0 | 0.00013921668 | |
| 20150816 | 6 months ago | | | 0 | 0.000064471072 | |
| 20150815 | 6 months ago | | | 0 | 0.000066168891 | |
| 19099148 | a year ago | | | 0 | 0.00071620471 | |
| 18821919 | a year ago | | | 0 | 0.0011855731 | |
| 17964963 | a year ago | | | 0 | 0.0014465426 | |
| 17049683 | 2 years ago | | | 0 | 0.00051553415 | |
| 16505851 | 2 years ago | | | 0 | 0.00039440178 | |
| 16491666 | 2 years ago | | | 0 | 0.00054441953 | |
| 16294598 | 2 years ago | | | 0 | 0.00066948928 |
ABI
ABI objects
Getter at block 21413467
Swamp() view returns (address)
0x5cea148e8d635599fcff0cce43d1d7ba69a9af24
maxPreMint() view returns (uint256)
2
maxSupply() view returns (uint256)
5555
name() view returns (string)
CrocZ
owner() view returns (address)
0xd4fb23f8efcc4dbe13e2a575e76a16c46c77db7e
presaleActive() view returns (bool)
false
price() view returns (uint256)
55000000000000000
saleActive() view returns (bool)
false
symbol() view returns (string)
CROCZ
totalSupply() view returns (uint256)
1114
Read-only
balanceGenesis(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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
walletOfOwner(address owner) view returns (uint256[])
State-modifying
Events airdrop(uint256 numberOfMints)
approve(address to, uint256 tokenId)
mint(uint256 numberOfMints) payable
mintPresale(bytes signature, uint256 numberOfMints) 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 uri)
setPrice(uint256 newPrice)
setSwamp(address swampAddress)
togglePresale()
toggleSale()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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(string name, string symbol, uint256 supply, uint256 maxMint)
This contract contains no fallback and receive objects.
This contract contains no error objects.