ZODIAC X TAS
Verified contract
Active on
Ethereum with 2,367 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 "ZODIAC X TAS"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20330695 | 4 months ago | | | 0 | 0.00014435074 | |
| 20299783 | 4 months ago | | | 0 | 0.000045005966 | |
| 19830458 | 6 months ago | | | 0 | 0.00012585805 | |
| 19830457 | 6 months ago | | | 0 | 0.00011320761 | |
| 18655663 | a year ago | | | 0 | 0.00095793747 | |
| 18304591 | a year ago | | | 0 | 0.00015637655 | |
| 18168598 | a year ago | | | 0 | 0.00030005642 | |
| 17032155 | 2 years ago | | | 0 | 0.0010466692 | |
| 16913447 | 2 years ago | | | 0 | 0.00081528638 | |
| 16754225 | 2 years ago | | | 0 | 0.00045319913 |
ABI
ABI objects
Getter at block 21210553
accountBalance() view returns (uint256)
0
baseURI() view returns (string)
ipfs://QmdUjrXX2pNrjeYcRmX4tHvSTpAVvFNvc1zbDa25DvMhA3/
contractState() view returns (uint8)
2
merkleRoot() view returns (bytes32)
0xf63a5b3c8fecc1512bcbbf0da5adc567d3495590c1f8ca49662861ed2a15f28f
name() view returns (string)
ZODIAC X TAS
owner() view returns (address)
0xa1be0eee1fe4c0e5efb6df6f44d92f8bc0292533
placeholderURI() view returns (string)
ipfs://QmdBxKai7C67qKjNKeq9mteeWjvVJpPrMDoy8mwxRgCC2w/
presaleAllowancePlusOne() view returns (uint256)
2
publicSaleAllowancePlusOne() view returns (uint256)
4
recipient() view returns (address)
0xa1be0eee1fe4c0e5efb6df6f44d92f8bc0292533
symbol() view returns (string)
ZDC
totalSupply() view returns (uint256)
3600
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownedSince(uint256 tokenId) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
reservedMints(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
verify(bytes32 root, bytes32 leaf, bytes32[] proof) pure returns (bool)
State-modifying
Events addReservedMints(address[] memberList, uint256[] quantityList)
approve(address to, uint256 tokenId)
mintPresale(uint256 quantity, bytes32[] proof, bytes32 leaf)
mintPublic(uint256 quantity)
mintReserved(uint256 quantity)
removeReservedMints(address[] memberList, uint256[] quantityList)
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_)
setContractState(uint256 contractState_)
setMaxSale(uint256 maxSale)
setMerkleRoot(bytes32 merkleRoot_)
setPlaceholderURI(string placeholderURI_)
setPresaleAllowance(uint256 presaleAllowance)
setRecipient(address newRecipient)
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()