NEOSTACKEY
Verified contract
Active on
Ethereum with 5,719 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
12 additional
variables
Balances ($0.00)
No balances found for "NEOSTACKEY"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21219921 | 2 hours ago | | | 0 | 0.00059948428 | |
| 21219877 | 2 hours ago | | | 0 | 0.00074740508 | |
| 21219871 | 2 hours ago | | | 0 | 0.00076208927 | |
| 21219840 | 2 hours ago | | | 0 | 0.00079327159 | |
| 21219832 | 2 hours ago | | | 0 | 0.00083735230 | |
| 21219817 | 2 hours ago | | | 0 | 0.00071962175 | |
| 21219812 | 2 hours ago | | | 0 | 0.00072546303 | |
| 21219769 | 2 hours ago | | | 0 | 0.00062569228 | |
| 21214220 | 21 hours ago | | | 0 | 0.00083368059 | |
| 21213876 | a day ago | | | 0 | 0.00067926815 |
ABI
ABI objects
Getter at block 21220397
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
_baseExtension() view returns (string)
.json
cntBlock() view returns (uint256)
0
cntHodl() view returns (uint256)
0
contractURI() view returns (string)
data:application/json;base64,eyJzZWxsZXJfZmVlX2Jhc2lzX3BvaW50cyI6MTAwMCwgImZlZV9yZWNpcGllbnQiOiIweGI0MjUwZjcxNTk5NTY4M2M2ZWE1YmM3YzVlMmNkZjliMTYwMWJhM2YifQ==
getCurrentIndex() view returns (uint256)
1651
isPublicSaleEnabled() view returns (bool)
false
isWlSaleEnabled() view returns (bool)
true
maxMintsPerPS() view returns (uint256)
2
maxMintsPerWL() view returns (uint256)
3
maxReveal() view returns (uint256)
0
maxSupply() view returns (uint256)
1650
name() view returns (string)
NEOSTACKEY
operatorFilteringEnabled() view returns (bool)
true
owner() view returns (address)
0xb4250f715995683c6ea5bc7c5e2cdf9b1601ba3f
psMintPrice() view returns (uint256)
50000000000000000
revealed() view returns (bool)
true
symbol() view returns (string)
NSK
totalSupply() view returns (uint256)
1650
wlMintPrice() view returns (uint256)
30000000000000000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getTokenTim(uint256 _tokenId) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
isWhitelisted(address address_, bytes32[] proof_) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
psMinted(address _address) view returns (uint256)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
tryOwnerOf(uint256 tokenId) view returns (address)
walletOfOwner(address _address) view returns (uint256[])
wlMinted(address _address) view returns (uint256)
State-modifying
Events approve(address operator, uint256 tokenId)
burn(uint256 tokenId)
fixToken(uint256 _tokenId)
ownerMint(uint256 _amount, address _address)
publicMint(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)
setBaseExtension(string _newBaseExtension)
setBaseURI(string uri_)
setDefaultRoyalty(address _receiver, uint96 _feeNumerator)
setHiddenURI(string uri_)
setMaxSupply(uint256 _maxSupply)
setOperatorFilteringEnabled(bool value)
setPsMaxMints(uint256 _max)
setPsPrice(uint256 newPrice)
setPublicSaleEnable(bool bool_)
setReveal(bool newRevealStatus)
setWhitelistSaleEnable(bool bool_)
setWithdrawWallet(address _owner)
setWlMaxMints(uint256 _max)
setWlMerkleRoot(bytes32 merkleRoot_)
setWlPrice(uint256 newPrice)
setcntBlock(uint256 _cnt)
sethodlCntSys(bool newhodlCntSysStatus)
sethodlTimSys(bool newhodlTimSysStatus)
setmaxReveal(uint256 _max)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unfixToken(uint256 _tokenId)
whitelistMint(uint256 _amount, bytes32[] proof_) payable
withdraw() payable
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(address _royaltyReceiver, uint96 _royaltyFraction)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()