GEN.ART Collection
Verified contract
Active on
Ethereum with 12,014 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x9727…c262
Balances ($0.00)
No balances found for "GEN.ART Collection"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21187977 | 8 days ago | | | 0 | 0.0011940703 | |
| 21182518 | 9 days ago | | | 0 | 0.0015135857 | |
| 21143249 | 15 days ago | | | 0 | 0.00083717989 | |
| 21143247 | 15 days ago | | | 0 | 0.00077849087 | |
| 21143212 | 15 days ago | | | 0 | 0.00083730230 | |
| 21102389 | 20 days ago | | | 0 | 0.00010458846 | |
| 21081461 | 23 days ago | | | 0 | 0.00052809215 | |
| 20926466 | a month ago | | | 0 | 0.00062162062 | |
| 20699751 | 3 months ago | | | 0 | 0.000040897391 | |
| 20675116 | 3 months ago | | | 0 | 0.000063339230 |
ABI
ABI objects
Getter at block 21248363
name() view returns (string)
GEN.ART Collection
owner() view returns (address)
0x802dfeb7365505b0e2ad195c251ee8b7e7eef740
symbol() view returns (string)
GENART
totalSupply() view returns (uint256)
8234
Read-only
balanceOf(address owner) view returns (uint256)
getAllowedMintForMembership(uint256 _collectionId, uint256 _membershipId) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getCollectionInfo(uint256 _collectionId) view returns (uint256 invocations, uint256 maxInvocations, string script, uint256 price, uint256 priceGen, address artist, uint256 artistPercentage)
getTokenInfo(uint256 _tokenId) view returns (uint256, uint256, address, bytes32)
getTokensByOwner(address _owner) view returns (uint256[])
isApprovedForAll(address owner, address operator) view returns (bool)
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)
burn(uint256 _tokenId)
createGenCollection(address _artist, uint256 _artistPercentage, uint256 _price, uint256 _priceGen, uint256 _maxInvocations, uint256 _tier, string _script)
mint(address _to, uint256 _collectionId, uint256 _membershipId) payable
mintGen(address _to, uint256 _collectionId, uint256 _membershipId)
mintMany(address _to, uint256 _collectionId, uint256 _membershipId, uint256 _amount) payable
mintManyGen(address _to, uint256 _collectionId, uint256 _membershipId, uint256 _amount)
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)
updateArtistAddress(uint256 _collectionId, address _artist)
updateMaxInvocations(uint256 _collectionId, uint256 _maxInvocations)
updatePrice(uint256 _collectionId, uint256 _price, uint256 _priceGen)
updateScript(uint256 _collectionId, string _script)
upgradeGenArtInterfaceContract(address _genArtInterfaceAddress)
withdraw(uint256 value)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Mint(address to, uint256 collectionId, uint256 tokenId, bytes32 hash)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string name_, string symbol_, string uri_, address genArtInterfaceAddress_)
This contract contains no fallback and receive objects.
This contract contains no error objects.