Crazy Tigers
Verified contract
Active on
Ethereum with 1,613 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xe030…3931
0x7ff7…9175
4 additional
variables
Balances ($0.00)
No balances found for "Crazy Tigers"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20997372 | a month ago | | | 0 | 0.00019800800 | |
| 19890928 | 6 months ago | | | 0 | 0.00020237305 | |
| 19797473 | 7 months ago | | | 0 | 0.00048481722 | |
| 19111402 | 10 months ago | | | 0 | 0.00029867620 | |
| 19087493 | 10 months ago | | | 0 | 0.00047857228 | |
| 17791016 | a year ago | | | 0 | 0.0013953734 | |
| 16980781 | 2 years ago | | | 0 | 0.00070625864 | |
| 16967078 | 2 years ago | | | 0 | 0.00087825146 | |
| 16909539 | 2 years ago | | | 0 | 0.00059513442 | |
| 16887709 | 2 years ago | | | 0 | 0.00087981850 |
ABI
ABI objects
Getter at block 21275324
allowListActive() view returns (bool)
false
devSupply() view returns (uint256)
333
maxAllow() view returns (uint256)
2
maxDev() view returns (uint256)
333
maxPublic() view returns (uint256)
6
maxReserve() view returns (uint256)
667
maxSupply() view returns (uint256)
3333
maxVip() view returns (uint256)
1
merkleRoot() view returns (bytes32)
0xa4bb51a4384d28d9ca9a2ea0c5ac893e6c2b1db0923b0f4879bbcc21951e432b
mintPrice() view returns (uint256)
9000000000000000
name() view returns (string)
Crazy Tigers
owner() view returns (address)
0x00000645ff8e125bb0c5935e0ef73896aba919d0
reserveSupply() view returns (uint256)
667
saleActive() view returns (bool)
false
saleOver() view returns (bool)
true
symbol() view returns (string)
CT
totalSupply() view returns (uint256)
1039
Read-only
balanceOf(address owner) view returns (uint256)
getAllowListMinted(address from) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
onAllowList(address claimer, bytes32[] proof) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
vipWalletMints(address) view returns (uint256)
State-modifying
Events allowListMint(uint256 numberOfTokens, bytes32[] merkleProof) payable
approve(address to, uint256 tokenId)
devMint(uint256 numberOfTokens)
publicMint(uint256 numberOfTokens) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setAllowList(bytes32 merkleRoot)
setAllowListActive(bool allowListActive)
setApprovalForAll(address operator, bool approved)
setBaseTokenUri(string baseTokenUri_)
setSaleActive(bool state)
setVipSaleOver(bool state)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
vipMint(uint256 numberOfTokens, bytes32[] merkleProof)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Claimed(address indexed account, uint256 amount)
MerkleRootChanged(bytes32 merkleRoot)
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()