Chain Gang Pass
Verified contract
Active on
Ethereum with 3,262 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
14 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
GCP3 | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20569992 | 3 months ago | | | 0 | 0.000097576500 | |
| 20523558 | 3 months ago | | | 0 | 0.000066362057 | |
| 20204452 | 4 months ago | | | 0 | 0.00026380909 | |
| 20074684 | 5 months ago | | | 0 | 0.00064739245 | |
| 19549160 | 7 months ago | | | 0 | 0.00051440394 | |
| 19226369 | 9 months ago | | | 0 | 0.0012795068 | |
| 19220325 | 9 months ago | | | 0 | 0.0030021641 | |
| 19153551 | 9 months ago | | | 0 | 0.00063709389 | |
| 19101607 | 9 months ago | | | 0 | 0.00080776237 | |
| 18846884 | a year ago | | | 0 | 0.00049947079 |
ABI
ABI objects
Getter at block 21158614
ERC712_VERSION() view returns (string)
1
artist() view returns (string)
Raid71
artistMax() view returns (uint256)
5
artistMinted() view returns (uint256)
0
baseTokenURI() view returns (string)
https://geneticchain.io/api/project/3/token
code() view returns (string)
contractURI() view returns (string)
https://geneticchain.io/api/project/3/contract
description() view returns (string)
The Chain Gang Pass provides holders with membership to the Genetic Chain Platform. Passes will unlock access to pre-sales, free mints, future GC programs, as well as access to live events at the GC gallery.
galleryMax() view returns (uint256)
25
galleryMinted() view returns (uint256)
3
getAssetCount() view returns (uint256)
0
getAssets() view returns (struct GeneticChainMetadataIpfsAsset[])
[]
getChainId() view returns (uint256)
1
getDomainSeperator() view returns (bytes32)
0x70235f15b19cda3e9f8b7261c0e1d28b800fb730ea7ddb1aad960f8375d83d62
getLibraries() view returns (struct GeneticChainMetadataIpfsAsset[])
[]
getLibraryCount() view returns (uint256)
0
name() view returns (string)
Chain Gang Pass
owner() view returns (address)
0xa50750ae4b64b0a64174ca345870f1a8a5c9a2ee
projectId() view returns (uint256)
3
publicMax() view returns (uint256)
4000
publicMinted() view returns (uint256)
1849
symbol() view returns (string)
GCP3
tokenMax() view returns (uint256)
4030
totalSupply() view returns (uint256)
1284
Read-only
assets(uint256) view returns (string name, string hash)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getNonce(address user) view returns (uint256 nonce)
isApprovedForAll(address owner, address operator) view returns (bool)
libraries(uint256) view returns (string name, string hash)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenHash(uint256 tokenId) view returns (bytes32)
tokenIpfsHash(uint256) view returns (string)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events addAsset(string name, string hash)
addLibrary(string name, string hash)
approve(address to, uint256 tokenId)
artistMintTo(address _to)
burn(uint256 tokenId)
executeMetaTransaction(address userAddress, bytes functionSignature, bytes32 sigR, bytes32 sigS, uint8 sigV) payable returns (bytes)
galleryBatchMint(address _to, uint256 count)
galleryMintTo(address _to)
removeAsset(uint256 index)
removeLibrary(uint256 index)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
secureMint(bytes32 msgHash, bytes signature, uint256 allocation, uint256 count, string nonce)
setApprovalForAll(address operator, bool approved)
setArtist(string artist_)
setArtistAddress(address artist)
setCode(string code_)
setDescription(string description_)
setMidnightAddress(address midnight)
setProjectId(uint256 projectId_)
setTokenIpfsHash(string hash)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw(address to, uint256 amount)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
MetaTransactionExecuted(address userAddress, address relayerAddress, bytes functionSignature)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string name, string symbol, uint256 projectId, string artist, string description, string tokenIpfsHash, string baseUri, uint256[3] tokenMax, uint256 seed, address signer, address proxyRegistryAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.