Shinji Shinobi
Verified contract
Active on
Ethereum with 1,810 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 "Shinji Shinobi"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17966646 | a year ago | | | 0 | 0.00097166863 | |
| 17221910 | 2 years ago | | | 0 | 0.0014921493 | |
| 17221903 | 2 years ago | | | 0 | 0.0013143778 | |
| 17155582 | 2 years ago | | | 0 | 0.0013581277 | |
| 17059735 | 2 years ago | | | 0 | 0.0012111351 | |
| 17055357 | 2 years ago | | | 0 | 0.00096144110 | |
| 17054692 | 2 years ago | | | 0 | 0.0010752076 | |
| 17054246 | 2 years ago | | | 0 | 0.0010964443 | |
| 17054102 | 2 years ago | | | 0 | 0.0015082009 | |
| 17054075 | 2 years ago | | | 0 | 0.0021447919 |
ABI
ABI objects
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 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)
tokenURI(uint256 _tokenId) view returns (string)
walletLimits(address) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 _mintAmount) payable
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)
setFree(uint256 _amount)
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx)
setPaused(bool _state)
setRevealed(bool _state)
setURI(string _URI)
setfreePerTx(uint256 _amount)
setfreePerWallet(uint256 _amount)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
treasuryAllocate(uint256 quantity)
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)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()