GEN.ART Drop
Verified contract
Active on
Ethereum with 16,372 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xf368…2cc8
Balances ($39.90)
Native
Value
$39.9
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.0125 | $3,191.71 |
$39.9 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21147016 | 2 days ago | | | 0 | 0.00040115443 | |
| 21145279 | 2 days ago | | | 0 | 0.00066731709 | |
| 21143289 | 2 days ago | | | 0 | 0.00086641142 | |
| 21143288 | 2 days ago | | | 0 | 0.00085106828 | |
| 21143287 | 2 days ago | | | 0 | 0.00083427038 | |
| 21101694 | 8 days ago | | | 0 | 0.00021682758 | |
| 21081459 | 11 days ago | | | 0 | 0.00052247401 | |
| 21035767 | 17 days ago | | | 0 | 0.00025509131 | |
| 21033349 | 18 days ago | | | 0 | 0.00027173337 | |
| 21014536 | 20 days ago | | | 0 | 0.00068920027 |
ABI
ABI objects
Getter at block 21160703
name() view returns (string)
GEN.ART Drop
owner() view returns (address)
0x802dfeb7365505b0e2ad195c251ee8b7e7eef740
symbol() view returns (string)
GENART
totalSupply() view returns (uint256)
11716
Read-only
balanceOf(address owner) view returns (uint256)
getAllowedMintForMembership(uint256 _group, uint256 _membershipId) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
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 _maxInvocations, uint256 _groupId, string _script, string _script_type)
createGenCollectionGroup(uint256 _groupId, uint256 _tier, uint256 _price, uint256 _priceGen)
mint(address _to, uint256 _groupId, uint256 _membershipId) payable
mintGen(address _to, uint256 _groupId, uint256 _membershipId)
mintMany(address _to, uint256 _groupId, uint256 _membershipId, uint256 _amount) payable
mintManyGen(address _to, uint256 _groupId, 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)
updatePrice(uint256 _groupId, 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.