OHDAT Genesis Pass
Verified contract
Active on
Ethereum with 359 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "OHDAT Genesis Pass"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21103854 | a month ago | | | 0 | 0.000081902700 | |
| 19674789 | 8 months ago | | | 0 | 0.00063304263 | |
| 19495209 | 8 months ago | | | 0 | 0.00081677924 | |
| 19308720 | 9 months ago | | | 0 | 0.0011093726 | |
| 18302267 | a year ago | | | 0 | 0.00013478315 | |
| 18302264 | a year ago | | | 0 | 0.00014136567 | |
| 17965013 | a year ago | | | 0 | 0.0012916931 | |
| 17797081 | a year ago | | | 0 | 0.00074217099 | |
| 17604796 | a year ago | | | 0 | 0.00065916356 | |
| 17482091 | a year ago | | | 0 | 0.00074186199 |
ABI
ABI objects
Getter at block 21323620
baseUri() view returns (string)
https://item.ohdat.io/ohdat_genesis_pass/
individualMintLimit() view returns (uint256)
2
individualWhiteListMintLimit() view returns (uint256)
1
maxCount() view returns (uint256)
154
mintPrice() view returns (uint256)
500000000000000000
name() view returns (string)
OHDAT Genesis Pass
owner() view returns (address)
0xe3fe68eed187ccdebfafc5f0a15244f8ab3ac776
safeMintPrice() view returns (uint256)
400000000000000000
signer() view returns (address)
0x956e09208c07caacab72f2cca39b3ed0769fecc8
symbol() view returns (string)
OHDAT-GENESIS-PASS
totalSupply() view returns (uint256)
154
whiteListMintPrice() view returns (uint256)
300000000000000000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events airdrop(address to, uint256 quantity)
approve(address to, uint256 tokenId)
burn(uint256 tokenId)
mint(uint256 quantity) payable
renounceOwnership()
safeMint(uint256 quantity, bytes32 hash, bytes signature, uint256 blockHeight, string nonce) payable
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newURI)
setIndividualMintLimit(uint256 _individualMintLimit)
setIndividualWhiteListMintLimit(uint256 _individualWhiteListMintLimit)
setMaxCount(uint256 _maxCount)
setMintAvailable(bool _mintAvailable)
setMintPrice(uint256 _mintPrice)
setSafeMintPrice(uint256 _safeMintPrice)
setSigner(address _signer)
setWhiteListMintAvailable(bool _whiteListMintAvailable)
setWhiteListMintPrice(uint256 _whiteListMintPrice)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whiteListMint(uint256 quantity, bytes32 hash, bytes signature, uint256 blockHeight, string nonce) payable
withdraw() payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()