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 "Deizon"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18897445 | 10 months ago | | | 0 | 0.00068482645 | |
| 18882485 | a year ago | | | 0 | 0.0012585112 | |
| 18739692 | a year ago | | | 0 | 0.0017211189 | |
| 17008308 | 2 years ago | | | 0 | 0.00092605498 | |
| 17008308 | 2 years ago | | | 0 | 0.00092605498 | |
| 17008308 | 2 years ago | | | 0 | 0.00092605498 | |
| 17008306 | 2 years ago | | | 0 | 0.00098864175 | |
| 17008306 | 2 years ago | | | 0 | 0.00098864175 | |
| 17008306 | 2 years ago | | | 0 | 0.00098864175 | |
| 17008306 | 2 years ago | | | 0 | 0.00098864175 |
ABI
ABI objects
Getter at block 21184569
cost() view returns (uint256)
3000000000000000
hiddenURL() view returns (string)
maxFreeMintAmountPerWallet() view returns (uint8)
1
maxMintAmountPerTx() view returns (uint8)
21
maxSupply() view returns (uint16)
2800
name() view returns (string)
Deizon
owner() view returns (address)
0xb3329771f3dea3a741e69dbb63ba78fc09fdb861
paused() view returns (bool)
false
reveal() view returns (bool)
true
symbol() view returns (string)
DEIZ
totalSupply() view returns (uint256)
2800
Read-only
NFTPerPublicAddress(address) view returns (uint8)
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)
State-modifying
Events airdrop(uint8 _amountPerAddress, address[] addresses)
approve(address to, uint256 tokenId)
ownerMint(uint16 _mintAmount, address _receiver)
publicMint(uint8 _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)
setFreeMaxLimit(uint8 _limit)
setHiddenUri(string _uriPrefix)
setMaxMintPerTx(uint8 _maxtx)
setMaxSupply(uint16 _maxSupply)
setRevealed()
setUriPrefix(string _uriPrefix)
toggleMint()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()