[Cryptovoxels] Collection Factory V2
Verified contract
Active on
Ethereum with 35 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 "[Cryptovoxels] Collection Factory V2"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18381414 | a year ago | | | 0 | 0.015968690 | |
| 18358356 | a year ago | | | 0 | 0.016514799 | |
| 18301091 | a year ago | | | 0 | 0.016428742 | |
| 18279510 | a year ago | | | 0 | 0.025519122 | |
| 16796202 | 2 years ago | | | 0 | 0.059396913 | |
| 16403014 | 2 years ago | | | 0 | 0.040749076 | |
| 16390898 | 2 years ago | | | 0 | 0.035118256 | |
| 16274435 | 2 years ago | | | 0 | 0.028965572 | |
| 15740116 | 2 years ago | | | 0 | 0.083368128 | |
| 15593424 | 2 years ago | | | 0 | 0.018125896 |
ABI
ABI objects
Getter at block 21318688
getCollectionsCount() view returns (uint256 collectionscount)
56
name() view returns (string)
[Cryptovoxels] Collection Factory V2
owner() view returns (address)
0x21f7db7daa3f03100eb6ad36f79e20972a79e6c0
Read-only
collectionsList(uint256) view returns (address)
getCollectionFromId(uint256 _id) view returns (address collection)
getIdFromCollection(address _collection) view returns (uint256 id)
State-modifying
Events addCollection(address _collection, uint256 collection_id)
launchCollection(uint256 collection_id, string _name) returns (address collection)
migrateOldFactory(address oldcontract, uint256 quantity)
renounceOwnership()
setBaseURI(string newURI)
transferOwnership(address newOwner)
NewCollectionCreated(address indexed collection, address indexed owner, uint256 indexed collection_id)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.