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 "Nijigen"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20204887 | 5 months ago | | | 0 | 0.00029058807 | |
| 19494080 | 9 months ago | | | 0 | 0.00045989704 | |
| 18847183 | a year ago | | | 0 | 0.00096485367 | |
| 18832033 | a year ago | | | 0 | 0.00083121238 | |
| 18353006 | a year ago | | | 0 | 0.00013545571 | |
| 18057163 | a year ago | | | 0 | 0.00038072024 | |
| 18054508 | a year ago | | | 0 | 0.00029064000 | |
| 17450695 | 2 years ago | | | 0 | 0.00084712143 | |
| 16875007 | 2 years ago | | | 0 | 0.00055801441 | |
| 16861015 | 2 years ago | | | 0 | 0.00029090629 |
ABI
ABI objects
Getter at block 21378047
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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
merkleRoot(uint8) view returns (bytes32)
ownerOf(uint256 tokenId) view returns (address)
presaleCost(uint8) view returns (uint256)
presalePhase(uint8) view returns (bool)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
whiteListClaimed(uint8, address) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
ownerMint(address _address, uint256 count)
pause()
preMint(uint256 _mintAmount, uint256 _presaleMax, bytes32[] _merkleProof, uint8 ticket) payable
publicMint(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)
setBaseURI(string _newBaseURI)
setMerkleRoot(bytes32 _merkleRoot, uint8 ticket)
setMintable(bool _state)
setPreCost(uint256 _preCost, uint8 ticket)
setPresalePhase(bool _state, uint8 ticket)
setPublicCost(uint256 _publicCost)
setPublicPhase(bool _state)
setRoyaltyAddress(address _royaltyAddress)
setRoyaltyFee(uint96 _feeNumerator)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
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)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()