3D Chinese Zodiac
Verified contract
Active on
Ethereum with 230 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($3.91)
Native
Value
$3.91
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.001 | $3,914.79 |
$3.91 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15325911 | 2 years ago | | | 0 | 0.00046577511 | |
| 15203173 | 2 years ago | | | 0 | 0.00044371403 | |
| 15184267 | 2 years ago | | | 0 | 0.00055352400 | |
| 15133769 | 2 years ago | | | 0 | 0.00078038151 | |
| 15016556 | 2 years ago | | | 0 | 0.00064889966 | |
| 14920947 | 3 years ago | | | 0.001 | 0.0028645718 | |
| 14919896 | 3 years ago | | | 0 | 0.0010681701 | |
| 14918566 | 3 years ago | | | 0 | 0.0023238224 | |
| 14914993 | 3 years ago | | | 0 | 0.0027206181 | |
| 14914973 | 3 years ago | | | 0 | 0.0021604278 |
ABI
ABI objects
Getter at block 21391761
maxFreePerWallet() view returns (uint256)
3
maxPerTx() view returns (uint256)
20
maxSupply() view returns (uint256)
777
mintEnabled() view returns (bool)
true
name() view returns (string)
3D Chinese Zodiac
owner() view returns (address)
0x43923487d3fa80f919a8450a32cd79c1d7926d0c
price() view returns (uint256)
1000000000000000
symbol() view returns (string)
CZD
totalFree() view returns (uint256)
333
totalSupply() view returns (uint256)
761
Read-only
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)
flipSale()
mint(uint256 count) 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)
setFreeAmount(uint256 amount)
setPrice(uint256 _newPrice)
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()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()