ZodiacCapsule
Verified contract
Active on
Ethereum with 10,677 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xfcb1…c62e
Balances ($0.00)
No balances found for "ZodiacCapsule"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21123622 | 5 days ago | | | 0 | 0.00021995170 | |
| 21117975 | 6 days ago | | | 0 | 0.00024548740 | |
| 21106301 | 7 days ago | | | 0 | 0.00027512524 | |
| 21103121 | 8 days ago | | | 0 | 0.000099076500 | |
| 21103028 | 8 days ago | | | 0 | 0.00010202728 | |
| 21103027 | 8 days ago | | | 0 | 0.000094272963 | |
| 21102211 | 8 days ago | | | 0 | 0.00013436586 | |
| 21057969 | 14 days ago | | | 0 | 0.00030622977 | |
| 21055044 | 15 days ago | | | 0 | 0.00016070924 | |
| 21054455 | 15 days ago | | | 0 | 0.00019670578 |
ABI
ABI objects
Getter at block 21159958
collection() view returns (address)
0xfcb1315c4273954f74cb16d5b663dbf479eec62e
name() view returns (string)
ZodiacCapsule
owner() view returns (address)
0x5a83cac3685d84a8057f87167a30b9781c4c887a
symbol() view returns (string)
ZODIACCAPSULE
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)
claim(uint256[] tokenIds)
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)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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.
This contract contains no error objects.