Early Majority Digital Member Badge
Verified contract
Active on
Ethereum with 212 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 "Early Majority Digital Member Badge"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20586475 | 3 months ago | | | 0 | 0.000070112444 | |
| 19886652 | 6 months ago | | | 0 | 0.00015973218 | |
| 19882874 | 6 months ago | | | 0 | 0.00044506772 | |
| 19882714 | 6 months ago | | | 0 | 0.00060708051 | |
| 19819871 | 7 months ago | | | 0 | 0.00041015513 | |
| 19137382 | 10 months ago | | | 0 | 0.0013637670 | |
| 19027129 | 10 months ago | | | 0 | 0.0021968917 | |
| 18651725 | a year ago | | | 0 | 0.00049494727 | |
| 18651724 | a year ago | | | 0 | 0.00085257001 | |
| 18542178 | a year ago | | | 0 | 0.0031848565 |
ABI
ABI objects
Getter at block 21260695
CLAIM_DOMAIN_SEPARATOR() view returns (bytes32)
0xe8af0d3367aee024291d059e706770b19258f058e44f2c1b2b8462bfa6c1f98c
CLAIM_TYPEHASH() view returns (bytes32)
0x77eb6d3bbe7602208cc36937114029465cec3988228851754080f2c59c06cdca
DISCOUNT_DOMAIN_SEPARATOR() view returns (bytes32)
0x26717871db7cbd2e22afd62b1446b3acab84e6ddfd411993b75403ce07d5927b
DISCOUNT_TYPEHASH() view returns (bytes32)
0x77eb6d3bbe7602208cc36937114029465cec3988228851754080f2c59c06cdca
MAX_PER_WALLET() view returns (uint256)
3
MAX_SUPPLY() view returns (uint256)
2500
PRICE() view returns (uint256)
358000000000000000
WHITELIST_DOMAIN_SEPARATOR() view returns (bytes32)
0xc33d6fc796d69dc2d7ad1cfb9f554cfb10ad81b946eb4111b22f4457c4017b86
WHITELIST_TYPEHASH() view returns (bytes32)
0x68e83002b91b0fd96d4df3566b5122221117e3ec6c2468fda594f6491f89b1c9
baseTokenURI() view returns (string)
https://arweave.net/QiWcITxIdTZsqgiLqvX9OjuHOYBln8BzQME9xgrC19M/
claimingIsActive() view returns (bool)
true
name() view returns (string)
Early Majority Digital Member Badge
owner() view returns (address)
0x35f1dfe43261ac84780467bcd156004403ca41ab
saleIsActive() view returns (bool)
true
symbol() view returns (string)
EARLY
totalSupply() view returns (uint256)
400
whitelistIsActive() view returns (bool)
true
Read-only
allowedMintCount(address _minter) view returns (uint256)
balanceOf(address owner) view returns (uint256)
checkClaimlist(uint256 count, bytes signature) view returns (bool)
checkWhitelist(uint256 _discountedPrice, bytes _signature) view returns (bool)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenId) view returns (address)
hasUnclaimedTokens(address minter) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensClaimed(address minter) view returns (uint256)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
claim(uint64 _count, bytes _signature) payable
flipClaimState()
flipSaleState()
flipWhitelistState()
mint(uint256 _count) payable
ownerMint(uint64 _count, address _recipient)
release()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string customBaseURI_)
setMaxPerWallet(uint256 _max)
setPaymentRecipient(address recipient)
setPrice(uint256 _tokenPrice)
setSigningAddress(address newSigningKey)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(uint256 _discountedPrice, uint256 _count, bytes _signature) 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(string _tokenName, string _tokenSymbol, string _customBaseURI, uint256 _tokenPrice, uint256 _tokensForSale, address _royaltyAddress, uint256 _royaltyPercent)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
CallerIsNotTheOwner()
ClaimingNotActive()
ContractsCannotMint()
ExceedsMaxPerWallet()
ExceedsMaxSupply()
InsufficientPayment()
InvalidQueryRange()
InvalidSignature()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
NewOwnerIsZeroAddress()
NoSigningKey()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
SaleNotActive()
TokensAlreadyClaimed()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()
WhitelistNotActive()