Shinobis
Verified contract
Active on
Ethereum with 3,403 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
9 additional
variables
Balances ($0.00)
No balances found for "Shinobis"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21104843 | 22 days ago | | | 0 | 0.000078628933 | |
| 21102493 | 22 days ago | | | 0 | 0.00012047748 | |
| 20982147 | a month ago | | | 0 | 0.00023013750 | |
| 20649387 | 3 months ago | | | 0 | 0.000070715719 | |
| 19781337 | 7 months ago | | | 0 | 0.00028909623 | |
| 19703930 | 7 months ago | | | 0 | 0.00034675052 | |
| 19111784 | 10 months ago | | | 0 | 0.00033438090 | |
| 19056056 | 10 months ago | | | 0 | 0.0011158735 | |
| 18903912 | a year ago | | | 0 | 0.00055763272 | |
| 18901372 | a year ago | | | 0 | 0.00084027600 |
ABI
ABI objects
Getter at block 21260117
burnToggle() view returns (bool)
false
hiddenMetadataUri() view returns (string)
ipfs://QmTBjVS7wovLU9W4basxuSzPhCcmyhUASPmDaFLwhdxGze/hidden.json
maxLimitPerWallet() view returns (uint256)
3
maxMintAmountPerTx() view returns (uint256)
3
merkleRoot() view returns (bytes32)
0x4e54d499d0e96dad288f8a967f510a348ee1e6ff20f4f599cf73db1fcbf5b18b
name() view returns (string)
Shinobis
owner() view returns (address)
0x831ce570d64eaafd78e3f4d4764adf5935c8abe3
price() view returns (uint256)
29000000000000000
publicMinted() view returns (uint256)
445
publicSale() view returns (bool)
true
revealed() view returns (bool)
true
supplyLimit() view returns (uint256)
1111
symbol() view returns (string)
SNB
tokensBurned() view returns (uint256)
0
totalSupply() view returns (uint256)
1111
uriExtenstion() view returns (string)
.json
whitelistSale() view returns (bool)
false
wlMinted() view returns (uint256)
665
wlmaxLimitPerWallet() view returns (uint256)
2
wlmaxMintAmountPerTx() view returns (uint256)
2
wlprice() view returns (uint256)
19000000000000000
wlsupplyLimit() view returns (uint256)
666
Read-only
amountOfTokensBurnedByAddress(address) view returns (uint256)
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)
publicMintCount(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenIDBurnedByAddress(uint256) view returns (address)
tokenURI(uint256 _tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
wlMintCount(address) view returns (uint256)
State-modifying
Events Burn(uint256 _tokenID)
MassAirdrop(address[] receivers)
OwnerMint(uint256 _mintAmount, address _receiver)
PublicMint(uint256 _mintAmount) payable
WLmint(uint256 _mintAmount, bytes32[] _merkleProof) payable
approve(address to, uint256 tokenId) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setHiddenMetadataUri(string _hiddenMetadataUri)
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx)
setPrice(uint256 _price)
setRevealed(bool _state)
setburnToggle(bool _state)
setmaxLimitPerWallet(uint256 _maxLimitPerWallet)
setpublicSale(bool _publicSale)
setsupplyLimit(uint256 _supplyLimit)
seturi(string _uri)
seturiExtenstion(string _uriExtenstion)
setwlMerkleRootHash(bytes32 _merkleRoot)
setwlPrice(uint256 _wlprice)
setwlSale(bool _whitelistSale)
setwlmaxLimitPerWallet(uint256 _wlmaxLimitPerWallet)
setwlmaxMintAmountPerTx(uint256 _wlmaxMintAmountPerTx)
setwlsupplyLimit(uint256 _wlsupplyLimit)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _uri)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()