GenesisV2
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
3
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 43 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
11 additional
variables
Balances ($0.00)
No balances found for "GenesisV2"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "GenesisV2"
ABI
ABI objects
Getter at block 21274209
Price() view returns (uint256)
0
crossMintAddress() view returns (address)
0x0000000000000000000000000000000000000000
crossmintCounter() view returns (uint256)
0
genesisMemberCounter() view returns (uint256)
0
genesisSaleStatus() view returns (bool)
false
genesisUnlimitedStage() view returns (bool)
false
keySocietyCounter() view returns (uint256)
0
keySocietySaleStatus() view returns (bool)
false
maxNFT() view returns (uint256)
0
merchantWallet() view returns (address)
0x0000000000000000000000000000000000000000
name() view returns (string)
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
tokenCounter() view returns (uint256)
0
Read-only
WhitelistedAddress(address) view returns (bool isWhitlelisted, bool isClaimed)
balanceOf(address owner) view returns (uint256)
genesisList(address) view returns (address user, uint256 count)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
saleRange(uint256) view returns (uint256)
signatureCheck(bytes) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenType(uint256) view returns (string)
tokenURI(uint256 _tokenId) view returns (string)
userBalance(address _user) view returns (struct GenesisV2Token[] TokenDetails)
State-modifying
Events addOrRemoveWhitelistUser(address[] _addresses, bool _status)
airdrop(address[] _addresses)
approve(address to, uint256 tokenId)
genesisTokenSale(struct GenesisV2Order order, bytes signature) payable
initialize()
keySocietyClaim()
mintTo(address to, uint256 count, uint256 userId, uint256 usd_price) payable returns (bool)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
upadateDefaultUri(string _baseuri, string _extension)
upadateSaleStatus(bool _key_society, bool _genesis_status, bool _genesis_unlimited_stage)
updateCrossMintAndMerchantAddress(address _cross_mint_address, address _merchant_wallet)
updateGenesisDetails(uint256 _count)
updatePrice(uint256 _price)
updateTotalSupply(uint256[] _saleRangeIds, uint256 _maxNft)
withdraw()
AirDrop(address[] user, uint256[] tokenIds, string tokenType)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
GenesisPurchased(address user, uint256[] tokenIds, uint256 ethPrice, uint256 usdPrice, string tokenType)
KeySocietyClaimed(address user, uint256 tokenId, string tokenType)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
crossmintToTokenDetails(address to, uint256[] tokenIds, uint256 userId, uint256 priceETH, uint256 priceUSD, string tokenType)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.