GenHall Pass
Verified contract
Active on
Ethereum with 492 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xb4fb…6e98
Balances ($0.00)
No balances found for "GenHall Pass"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21081466 | 12 days ago | | | 0 | 0.00052386636 | |
| 19477600 | 8 months ago | | | 0 | 0.00095966414 | |
| 18906966 | 10 months ago | | | 0 | 0.00082475399 | |
| 18821942 | a year ago | | | 0 | 0.0027904488 | |
| 18723591 | a year ago | | | 0 | 0.0013943866 | |
| 16307973 | 2 years ago | | | 0 | 0.00069062737 | |
| 16307968 | 2 years ago | | | 0 | 0.00075772400 | |
| 16306214 | 2 years ago | | | 0 | 0.00083772007 | |
| 16302069 | 2 years ago | | | 0 | 0.00066350744 | |
| 16286882 | 2 years ago | | | 0 | 0.00067959696 |
ABI
ABI objects
Getter at block 21165907
_isGenesisClaimingAllowed() view returns (bool)
true
name() view returns (string)
GenHall Pass
owner() view returns (address)
0x64ddfccde37b2f555c7230211b281367bac19260
symbol() view returns (string)
HALL PASS
totalSupply() view returns (uint256)
461
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getGenesisTokensByOwner(address _owner) view returns (uint256[] ownedGenesisTokens, uint256[] ownedGenesisTokensStatus)
getMembershipTier(uint256 _membershipId) view returns (uint256)
getPassInfo(uint256 _passId) view returns (uint256 id, string name, address owner)
getTierInfo(uint256 _id) view returns (uint256 id, bool active, uint256 invocations, uint256 maxInvocations, uint256 price, uint256 maxMintPerTransaction, string name)
getTierURI(uint256 _id) view returns (string URI)
getTokensByOwner(address _owner) view returns (uint256[])
isApprovedForAll(address owner, address operator) view returns (bool)
isGenesisTokenUsed(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 adminMint(uint256 _id, uint256 _amount)
approve(address to, uint256 tokenId)
claimBasePass(uint256[] _tokenIds) payable
claimCollectorPass(uint256[] tokenIds) payable
createTier(uint256 _id, uint256 _maxInvocations, uint256 _price, uint256 _maxMintPerTransaction, string _name, string _uri)
purchase(uint256 _id, uint256 _amount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setGenHallContract(address _genHallContractAddress)
setIsGenesisClaimingAllowed(bool _allowed)
setTierActive(uint256 _id, bool _active)
setTierMaxInvocations(uint256 _id, uint256 _maxInvocations)
setTierMaxMintPerTransaction(uint256 _id, uint256 _maxMintPerTransaction)
setTierName(uint256 _id, string _name)
setTierPrice(uint256 _id, uint256 _price)
setTierURI(uint256 _id, string URI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string name, string symbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.