This contract is being backfilled. You may encounter incomplete storage history.

Nijigen

Verified contract

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

No balances found for "Nijigen"

0xfe03c5adcdb596da9329ce643dd76c93f3f01eaec8d122c0097abebb8f9e6822
0xb38b3a1053f5ea383dc67a75272407b769dc88e9e88918df5dab445bb68ec79f
0xc31062df043057d59b5d427f2ae4c4ebc072018fe9b0eabbb51b240a223a4e54
0x6cf67d47df3005d2ed6ce86dce97e8fafb22fbb995fb0be3f383717b26226402
0x3800e3f5e46aefc10fa1db3fdff463aa157d3e6847bed466656b9adb4c273325
0x6490a674d7a13d29ed034fc176abc4fe2b213d589c401cf9875343ad6c772724
0xf9d5499862700cad44916d736a628daa310de90d7e9d5dd07a40a45bd2f1499b
0x525564843775cc96478c74828d905b7279c2785139f3046d4edf36db9ba78bc8
0xcb282ed50ce75f00e7c949ce2e2a84ebd9a393e2f3f1065b2a7a1d7bc4d2f1e8
0x07817bde34740ab680c69efe74422e245b5f1b8fe84a62a919b99b46d0c25100

Functions
Getter at block 20797281
MAX_SUPPLY(view returns (uint256)
3333
mintable(view returns (bool)
true
name(view returns (string)
Nijigen
owner(view returns (address)
0xcbe664d197f27f8d26f272dd71f2a20b89c953ec
paused(view returns (bool)
false
publicCost(view returns (uint256)
13000000000000000
publicSale(view returns (bool)
true
royaltyAddress(view returns (address)
0x7c7cda26fd518d5202234e3b4b389102a79f7ec5
royaltyFee(view returns (uint96)
1000
symbol(view returns (string)
NIJIGEN
totalSupply(view returns (uint256)
1896
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
merkleRoot(uint8view returns (bytes32)
ownerOf(uint256 tokenIdview returns (address)
presaleCost(uint8view returns (uint256)
presalePhase(uint8view returns (bool)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
whiteListClaimed(uint8addressview returns (uint256)
State-modifying
approve(address touint256 tokenId
ownerMint(address _addressuint256 count
pause(
preMint(uint256 _mintAmountuint256 _presaleMaxbytes32[] _merkleProofuint8 ticketpayable 
publicMint(uint256 _mintAmountpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string _newBaseURI
setMerkleRoot(bytes32 _merkleRootuint8 ticket
setMintable(bool _state
setPreCost(uint256 _preCostuint8 ticket
setPresalePhase(bool _stateuint8 ticket
setPublicCost(uint256 _publicCost
setPublicPhase(bool _state
setRoyaltyAddress(address _royaltyAddress
setRoyaltyFee(uint96 _feeNumerator
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
unpause(
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Unpaused(address account
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(