Shinji Shinobi

Verified contract

Active on Ethereum with 1,810 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Shinji Shinobi"

0xa43c59f3cfac558c62f2ed8804a4dadcf871cb60a4a375e6b73eb9c3ebf54d99
0xfd25ab835f6f9717fb7e0780c692aceac9fc63926c48a8f1d2ddbb5a3941eda3
0x747ef9c02a1900af6b5a7d60075dde95d8d326556d883306215be34900b7ac7b
0x90f7dc41b9b762c03b0acfe25cb54cc8ef16f0e95b227183c4fe9ab192adb9d9
0x4e4d67948c88ea35bb2f0df670a42eda3e4caf6d8c63ebfea6e941a1e29bacf0
0x590e71f14b1781f3041f6998b680f15a78e178b9087639f5a70d804afd1f6b9a
0xa62d6db08da630b4f8f24457407c05c9104cc11e003a00b5f726dd1d52a202d5
0xadcbab9c4d1086f180d816c24f9c3bd3dcb407166d1675d1cb5cae1177e08926
0x68a118b36c27d1c0e3fe826ba3f341acd3b1a35577a8e5c65d10fc9c38974cd8
0x9fdb82ed884a3d9b795241bed35aea278dae36b6f408d6db6ae965d4316016f7

Functions
Getter at block 21394982
OPERATOR_FILTER_REGISTRY(view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
URI(view returns (string)
ipfs://QmcTF9aWYNNycprfjixYE3x2uQkHvub7f2Fn9nd3fNqtiw/locked.json
cost(view returns (uint256)
4000000000000000
freePerTx(view returns (uint256)
3
freePerWallet(view returns (uint256)
3
freeSupply(view returns (uint256)
401
maxMintAmountPerTx(view returns (uint256)
10
maxSupply(view returns (uint256)
5432
name(view returns (string)
Shinji Shinobi
owner(view returns (address)
0xdb6cc2034f8db765b6d6f882f53dd598b41e63de
paused(view returns (bool)
false
revealed(view returns (bool)
false
symbol(view returns (string)
SHINOBI
totalSupply(view returns (uint256)
5432
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
walletLimits(addressview returns (uint256)
State-modifying
approve(address touint256 tokenId
mint(uint256 _mintAmountpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setCost(uint256 _cost
setFree(uint256 _amount
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx
setPaused(bool _state
setRevealed(bool _state
setURI(string _URI
setfreePerTx(uint256 _amount
setfreePerWallet(uint256 _amount
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
treasuryAllocate(uint256 quantity
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _tokenNamestring _tokenSymboluint256 _costuint256 _maxSupplyuint256 _maxMintAmountPerTx
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(