The Ninja Hideout
Verified contract
Active on
Ethereum with 9,977 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 2 additional slots
Balances ($0.00)
No balances found for "The Ninja Hideout"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21251377 | 20 hours ago | | | 0 | 0.00095801504 | |
| 21218493 | 5 days ago | | | 0 | 0.00051000057 | |
| 21009363 | a month ago | | | 0 | 0.00038971723 | |
| 20772285 | 2 months ago | | | 0 | 0.0010899317 | |
| 20739193 | 2 months ago | | | 0 | 0.00011952897 | |
| 20488995 | 3 months ago | | | 0 | 0.000076646473 | |
| 20423243 | 4 months ago | | | 0 | 0.00058183364 | |
| 20373802 | 4 months ago | | | 0 | 0.00020518465 | |
| 20365918 | 4 months ago | | | 0 | 0.00010295242 | |
| 20339843 | 4 months ago | | | 0 | 0.00028366450 |
ABI
ABI objects
Getter at block 21257483
ADD() view returns (address)
0xa64b407d4363e203f682f7d95eb13241b039e580
MAX_NINJAS() view returns (uint256)
8888
baseURI() view returns (string)
https://theninjahideout.mypinata.cloud/ipfs/QmUJFdKQ3Vz5kej3dN1Dm9sHLpAe2UgV3gUxqnpT4qGHD3/
defaultURI() view returns (string)
https://theninjahideout.mypinata.cloud/ipfs/QmfJc4PfhvUjxRYjiAvR72AecnikbRoySknGGrawuWrzn1
mintCap() view returns (uint256)
5
mintPrice() view returns (uint256)
50000000000000000
name() view returns (string)
The Ninja Hideout
owner() view returns (address)
0xa64b407d4363e203f682f7d95eb13241b039e580
preSale() view returns (bool)
true
presaleMintcap() view returns (uint256)
10
presaleSupply() view returns (uint256)
2500
publicSale() view returns (bool)
true
reservedMintedAmount() view returns (uint256)
0
reservedNinjas() view returns (uint256)
0
revealed() view returns (bool)
true
symbol() view returns (string)
TNH
totalSupply() view returns (uint256)
8888
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isWhiteListed(address entry) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
presalerList(address) view returns (bool)
presalerListPurchases(address) view returns (uint256)
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)
tokensOfOwner(address _owner) view returns (uint256[])
State-modifying
Events addToPresaleList(address[] entries)
approve(address to, uint256 tokenId)
gift(address[] receivers)
mintPreSale(uint256 num) payable returns (bool)
mintPublicSale(uint256 num) payable returns (bool)
removeFromPresaleList(address[] entries)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setDefaultURI(string _defaultURI)
setMintCap(uint256 _mintCap)
setPreSalePrice(uint256 _newPrice)
setPresaleMintCap(uint256 _presaleMintCap)
setPresaleSupply(uint256 _presaleSupply)
setTokenURI(uint256 tokenId, string _tokenURI)
togglePresale()
togglePublicSale()
toggleReveal()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll() 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(string baseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.