The Ninja Kingdom Offical
Verified contract
Active on
Ethereum with 3,095 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 "The Ninja Kingdom Offical"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21035804 | a month ago | | | 0 | 0.00031840429 | |
| 21035802 | a month ago | | | 0 | 0.00031723837 | |
| 20553928 | 3 months ago | | | 0 | 0.000023739649 | |
| 19548264 | 8 months ago | | | 0 | 0.0013399619 | |
| 19548263 | 8 months ago | | | 0 | 0.0013093302 | |
| 19247207 | 9 months ago | | | 0 | 0.00068357024 | |
| 19083818 | 10 months ago | | | 0 | 0.0013067524 | |
| 19062922 | 10 months ago | | | 0 | 0.00091043672 | |
| 18908379 | a year ago | | | 0 | 0.00050908517 | |
| 18881261 | a year ago | | | 0 | 0.00068026221 |
ABI
ABI objects
Getter at block 21268887
cost() view returns (uint256)
65000000000000000
hiddenMetadataUri() view returns (string)
ipfs://QmPyPC7jchTfPW9unxs346HDATY77UoaQJ6GJNBFDCudEr/hidden.json
maxMintAmount() view returns (uint256)
3
maxMintAmountPerTx() view returns (uint256)
3
maxSupply() view returns (uint256)
2500
merkleRoot() view returns (bytes32)
0xfd9c47aa1e4db62e4365a095b596ad774061a88fbaad17a002b9af4110cf4dc2
name() view returns (string)
The Ninja Kingdom Offical
owner() view returns (address)
0x9a235df17e9178733c612056990c0f3aa884e1d2
paused() view returns (bool)
false
revealed() view returns (bool)
true
symbol() view returns (string)
TNJK
totalSupply() view returns (uint256)
2500
uriPrefix() view returns (string)
ipfs://QmcuCuHAPv1r8cCHxCEAJ4WGAk1ffJLbWjxPjFARGiPkhb/
uriSuffix() view returns (string)
.json
whitelistMintEnabled() view returns (bool)
false
Read-only
balanceOf(address owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
whitelistClaimed(address) view returns (bool)
State-modifying
Events TreasuryMint(uint256 _mintAmount)
approve(address to, uint256 tokenId)
mint(uint256 _mintAmount) payable
mintForAddress(uint256 _mintAmount, address _receiver)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setCost(uint256 _cost)
setHiddenMetadataUri(string _hiddenMetadataUri)
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx)
setMerkleRoot(bytes32 _merkleRoot)
setPaused(bool _state)
setRevealed(bool _state)
setRoyaltyInfo(address _receiver, uint96 _royaltyFeesInBips)
setUriPrefix(string _uriPrefix)
setUriSuffix(string _uriSuffix)
setWhitelistMintEnabled(bool _state)
setmaxMintAmount(uint256 _newmaxMintAmount)
setmaxSupply(uint256 _newmaxSupply)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(uint256 _mintAmount, bytes32[] _merkleProof) payable
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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _tokenName, string _tokenSymbol, uint256 _cost, uint256 _maxSupply, uint256 _maxMintAmountPerTx, uint96 _royaltyFeesInBips, string _hiddenMetadataUri)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()