GEN.ART
Verified contract
Active on
Ethereum with 9,198 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
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "GEN.ART"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21157592 | a day ago | | | 0 | 0.012477602 | |
| 21102622 | 9 days ago | | | 0 | 0.00020522991 | |
| 21081462 | 12 days ago | | | 0 | 0.00052719407 | |
| 20926516 | a month ago | | | 0 | 0.00045664451 | |
| 20918404 | a month ago | | | 0 | 0.00033869641 | |
| 20884260 | a month ago | | | 0 | 0.00010883250 | |
| 20884258 | a month ago | | | 0 | 0.00010352218 | |
| 20699735 | 2 months ago | | | 0 | 0.000044932717 | |
| 20689539 | 2 months ago | | | 0 | 0.00016309989 | |
| 20685698 | 2 months ago | | | 0 | 0.00015833358 |
ABI
ABI objects
Getter at block 21164794
baseURI() view returns (string)
name() view returns (string)
GEN.ART
owner() view returns (address)
0x802dfeb7365505b0e2ad195c251ee8b7e7eef740
symbol() view returns (string)
GA
totalGoldOwners() view returns (uint256)
100
totalSupply() view returns (uint256)
5100
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getTokensByOwner(address _owner) view returns (uint256[])
isApprovedForAll(address owner, address operator) view returns (bool)
isGoldToken(uint256 _tokenId) 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)
mint(address _to) payable
mintGold(address _to) payable
mintMany(address _to, uint256 amount) payable
mintReserved(address _to, uint256 _amount)
mintReservedGold(address _to)
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_)
setPaused(bool _isPaused)
setTokenURI(uint256 tokenId, string _tokenURI)
setUriGold(string _uri)
setUriStandard(string _uri)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw(uint256 value)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Mint(address indexed to, uint256 tokenId, bool isGold)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string name_, string symbol_, string uri_standard_, string uri_gold_, uint256 max_members_)
This contract contains no fallback and receive objects.
This contract contains no error objects.