StachesNFT
Verified contract
Active on
Ethereum with 611 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 "StachesNFT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20629823 | 2 months ago | | | 0 | 0.000051567926 | |
| 20584599 | 3 months ago | | | 0 | 0.000091677450 | |
| 20584586 | 3 months ago | | | 0 | 0.000099932603 | |
| 20168149 | 5 months ago | | | 0 | 0.00019002960 | |
| 20062911 | 5 months ago | | | 0 | 0.00070347291 | |
| 19230863 | 9 months ago | | | 0 | 0.00079327293 | |
| 19222952 | 9 months ago | | | 0 | 0.00084863128 | |
| 19218651 | 9 months ago | | | 0 | 0.00060226377 | |
| 19218549 | 9 months ago | | | 0 | 0.0012890011 | |
| 19187194 | 9 months ago | | | 0 | 0.0047408045 |
ABI
ABI objects
Getter at block 21166957 getMaximumAllowedTokens() view returns (uint256)
baseTokenURI() view returns (string)
ipfs://QmdUAqtLYDc1Jfj1kxX9apeLnsPAKBcRVySgH9ukL3UygA/
getContractOwner() view returns (address)
0x022e846d3016803f234eed237ceffff37f8946e7
getPrice() view returns (uint256)
100000000000000
getTotalSupply() view returns (uint256)
365
isActive() view returns (bool)
false
maximumAllowedTokensPerPurchase() view returns (uint256)
10
maximumMintSupply() view returns (uint256)
365
mintPrice() view returns (uint256)
100000000000000
name() view returns (string)
StachesNFT
owner() view returns (address)
0x022e846d3016803f234eed237ceffff37f8946e7
symbol() view returns (string)
STACH
totalSupply() view returns (uint256)
365
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 _tokenId) view returns (string)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 _count) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setActive(bool val)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setDevAddress(address addr)
setDevFee(uint256 fee)
setMaxMintSupply(uint256 maxMintSupply)
setMaximumAllowedTokens(uint256 _count)
setPrice(uint256 _price)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
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)
SaleActivation(bool isActive)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string baseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.