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 "Djin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21102527 | 9 days ago | | | 0 | 0.00011133840 | |
| 20229672 | 4 months ago | | | 0 | 0.00014301238 | |
| 20068673 | 5 months ago | | | 0 | 0.00030369356 | |
| 18895439 | 10 months ago | | | 0 | 0.00038100702 | |
| 18320738 | a year ago | | | 0 | 0.00052798441 | |
| 18172801 | a year ago | | | 0 | 0.00060722678 | |
| 18002253 | a year ago | | | 0 | 0.00025395745 | |
| 17578953 | a year ago | | | 0 | 0.0011880574 | |
| 17438594 | a year ago | | | 0 | 0.0011916147 | |
| 17017402 | 2 years ago | | | 0 | 0.00097505898 |
ABI
ABI objects
Getter at block 21167473
baseURI() view returns (string)
ipfs://bafybeibaqx5ymbzvs2cfm3tead4zf5r4v46d4z4cqncniwfwmuvpa2msfu/
maxPerWallet() view returns (uint256)
10
maxSupply() view returns (uint256)
6000
mintPrice() view returns (uint256)
29000000000000000
name() view returns (string)
Djin
owner() view returns (address)
0x2b3726c7504c701f788141015eb3faa4a8e6aee5
saleActive() view returns (bool)
false
symbol() view returns (string)
Djin
totalSupply() view returns (uint256)
1559
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)
publicMints(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
whiteListClaimed(address) view returns (bool)
State-modifying
Events approve(address to, uint256 tokenId) payable
changeMintPrice(uint256 newPrice_)
mint(uint256 amount_, bytes32[] proof_, bool isWl_) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string newURI_)
setMerkleRoot(bytes32 newRoot_)
setSaleActive()
teamMint(uint256 amount_)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()