NINJA404

Verified contract

Active on Ethereum with 347 txns
Deployed by via 0xd29cb5ee at 19198491
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "NINJA404"

0x8cca63cecb879b663af0453a360fd5f0c2df5efda30be91986bd8bdc5ff6ced8
0x5c52633318191847fc466e0f803a30c40be32449ba5efa5dd5a408ef02c5105d
0xa6e1899804da6d6463c1c35ded0de66f70b5aca77bad2ae539a6341d30dcfe23
0xa9a04c59308055bc39b799a3bb2224f1d86dc356639ca2bd5cceb642129ba36a
0xf738740c6a2381f1044d2dafb48b71366294971feaf0b42326140c05ba069ff7
0xaa950683e74ff6e6c22907bdae11c895b0b18b997e6cfdf772a073fff422214b
0x09902790c06e2c9961e453292d7d316235f753d7a2889866c5d11d56e991b01b
0xe0da00f88b5825b36e18a9080f59f4edd1284e4b4ba6f1562dc9fec8258e44e8
0xbc19465859726f2be7f9f6b19332e74fca9ff3ea597276b08cdb501a1bbae3cc
0x7468b1746c485ab34d68bc7696ba4198b1f68996bc6b064362b8f376cd9c4255

Functions
Getter at block 21261867
baseTokenURI(view returns (string)
ipfs://bafybeicwav6sos2zphj3m7bs5ws6p36gcvbbh7t2uh6h2icivvsvbuwb3u/
decimals(view returns (uint8)
18
maxTokensAmountPerWallet(view returns (uint256)
1
minted(view returns (uint256)
554
name(view returns (string)
NINJA404
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
NINJA
tokenAmountCheck(view returns (bool)
false
totalSupply(view returns (uint256)
200000000000000000000
Read-only
allowance(addressaddressview returns (uint256)
balanceOf(addressview returns (uint256)
getApproved(uint256view returns (address)
isApprovedForAll(addressaddressview returns (bool)
ownerOf(uint256 idview returns (address owner)
tokenURI(uint256 idview returns (string)
whitelist(addressview returns (bool)
State-modifying
approve(address spenderuint256 amountOrIdreturns (bool)
disableTokenAmountCheck(
revokeOwnership(
safeTransferFrom(address fromaddress touint256 id
safeTransferFrom(address fromaddress touint256 idbytes data
setApprovalForAll(address operatorbool approved
setTokenURI(string _tokenURI
setWhitelist(address targetbool state
transfer(address touint256 amountreturns (bool)
transferFrom(address fromaddress touint256 amountOrId
transferOwnership(address _owner
Events
Approval(address indexed owneraddress indexed spenderuint256 amount
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ERC20Transfer(address indexed fromaddress indexed touint256 amount
ERC721Approval(address indexed owneraddress indexed spenderuint256 indexed id
OwnershipTransferred(address indexed useraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed id
Constructor
constructor(address _ownerstring _tokenURI
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AlreadyExists(
InvalidOwner(
InvalidRecipient(
InvalidSender(
MaxBalanceExceeded(
NotFound(
Unauthorized(
UnsafeRecipient(