UnlockdNFTv2
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
8
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 45 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
23 additional
variables
Balances ($0.00)
No balances found for "UnlockdNFTv2"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "UnlockdNFTv2"
ABI
ABI objects
Getter at block 21307099 totalMintedCount() view returns (uint64 totalMinted) totalSupply() view returns (uint256 totalMinted)
contractURI() view returns (string)
contractURI_() view returns (string)
isGenericMint() view returns (bool)
false
isKeySupporterMint() view returns (bool)
false
isPublicWhitelistMint() view returns (bool)
false
isTeamPlayerMint() view returns (bool)
false
mintFee() view returns (uint64)
0
name() view returns (string)
owner() view returns (address)
0x0000000000000000000000000000000000000000
proxiableUUID() view returns (bytes32)
0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
rareMintStatus() view returns (bool)
false
symbol() view returns (string)
treasury() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
balanceOf(address owner) view returns (uint256)
genericPublicSaleCount(address) view returns (uint64)
getApproved(uint256 tokenId) view returns (address)
hasBeenKeySupporter(address) view returns (bool)
hasBeenTeamPlayer(address) view returns (bool)
hasBeenWhitelisted(address) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
keySupporterCount(address) view returns (uint64)
mintGetter(address user) view returns (uint256 nftsLeftToMint, string phase, bool hasMintedPhase)
ownerOf(uint256 tokenId) view returns (address)
publicWhiteListCount(address) view returns (uint64)
supportsInterface(bytes4 interfaceId) view returns (bool)
teamPlayersCount(address) view returns (uint64)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
initialize(uint64 _mintFee, address[] _rareOwners, address _treasury, address _multisigAddress)
keySupporterCountSetter(address[] _keySupporterAddresses, uint64[] _count)
keySupporterNFTMint(address _to, uint64 _count) payable
mintNFT(address _toTeamAddress, uint64 _teamCount, address _toKeySupporterAddress, uint64 _keySupporterCount, address _toPublicWhiteListAddress, uint64 _publicWhiteListCount, uint64 _count) payable
publicWhiteListCountSetter(address[] _publicWhiteListAddresses, uint64 _amount)
publicWhiteListNFTMint(address _to, uint64 _count) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string uri)
setContractURI(string uri)
setIndexes(uint64 _teamPlayerSaleIndex, uint64 _keySupporterSaleIndex, uint64 _publicWhiteListSaleIndex, uint64 _genericNFTPublicSaleIndex)
setMintingStatus(bool _isTeamPlayerMint, bool _isKeySupporterMint, bool _isPublicWhitelistMint, bool _isGenericMint)
teamNFTMint(address _to, uint64 _count)
teamPlayersCountSetter(address[] _teamPlayerAddresses, uint64[] _count)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
transferToTreasury()
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
AdminChanged(address previousAdmin, address newAdmin)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BeaconUpgraded(address indexed beacon)
CommonMint(address arg0, uint64 arg1)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PremintRare(address[] arg0)
SetMintingStatus(bool isTeamPlayerMint, bool isKeySupporterMint, bool isPublicWhitelistMint, bool isGenericMint)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Upgraded(address indexed implementation)
WhitelistMint(address arg0, uint64 arg1)
This contract contains no constructor objects.
fallback()
receive()
This contract contains no error objects.