Alchemist Crucible v1
Verified contract
Active on
Ethereum with 5,141 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
No balances found for "Alchemist Crucible v1"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21156948 | 9 hours ago | | | 0 | 0.00064848350 | |
| 21106424 | 7 days ago | | | 0 | 0.0013443503 | |
| 21106423 | 7 days ago | | | 0 | 0.00082296430 | |
| 21098044 | 9 days ago | | | 0 | 0.00028728142 | |
| 21037672 | 17 days ago | | | 0 | 0.00046381031 | |
| 21035961 | 17 days ago | | | 0 | 0.0012379662 | |
| 21035958 | 17 days ago | | | 0 | 0.0019071887 | |
| 21035934 | 17 days ago | | | 0 | 0.0013001451 | |
| 21035933 | 17 days ago | | | 0 | 0.0014955978 | |
| 21035806 | 17 days ago | | | 0 | 0.0012059799 |
ABI
ABI objects
Getter at block 21159515
baseURI() view returns (string)
getTemplate() view returns (address template)
0x18cc48140cfec90cef0035761d56d2d0ff3a110f
instanceCount() view returns (uint256 count)
10706
name() view returns (string)
Alchemist Crucible v1
symbol() view returns (string)
CRUCIBLE-V1
totalSupply() view returns (uint256)
10706
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
instanceAt(uint256 index) view returns (address instance)
isApprovedForAll(address owner, address operator) view returns (bool)
isInstance(address instance) view returns (bool validity)
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)
State-modifying
Events approve(address to, uint256 tokenId)
create() returns (address vault)
create(bytes) returns (address vault)
create2(bytes, bytes32 salt) returns (address vault)
create2(bytes32 salt) returns (address vault)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 tokenId)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
InstanceAdded(address instance)
InstanceRemoved(address instance)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address template)
This contract contains no fallback and receive objects.
This contract contains no error objects.