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 "ELEZUKI"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20597890 | 3 months ago | | | 0 | 0.000045900695 | |
| 18903110 | a year ago | | | 0 | 0.00051104358 | |
| 18647550 | a year ago | | | 0 | 0.0011346344 | |
| 18303591 | a year ago | | | 0 | 0.00025661101 | |
| 17885983 | a year ago | | | 0 | 0.0042812692 | |
| 17817551 | a year ago | | | 0 | 0.00078333741 | |
| 17782117 | a year ago | | | 0 | 0.00080195540 | |
Transfer | 17693497 | a year ago | | | 0.0014929024 | 0.0012617649 | |
| 17636291 | a year ago | | | 0 | 0.00078718520 | |
| 17615717 | a year ago | | | 0 | 0.0031844756 |
ABI
ABI objects
Getter at block 21206310
cost() view returns (uint256)
1000000000000000
freeAmount() view returns (uint256)
2
hiddenMetadataUrl() view returns (string)
isRevealed() view returns (bool)
true
maxFreeSupply() view returns (uint256)
800
maxPerWallet() view returns (uint256)
10
maxSupply() view returns (uint256)
999
name() view returns (string)
ELEZUKI
owner() view returns (address)
0xef5ea57213b536371b6dfdc2c9ef02ffded35d79
pause() view returns (bool)
false
symbol() view returns (string)
ELEZUKI
totalSupply() view returns (uint256)
722
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)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
userBalance(address) view returns (uint256)
State-modifying
Events airdrop(address to, uint256 mintAmount)
approve(address to, uint256 tokenId) payable
mint(uint256 mintAmount) payable
renounceOwnership()
reveal(bool _state)
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 _baseURL)
setCost(uint256 _newCost)
setFreeAmount(uint256 _newAmt)
setMaxFreeSupply(uint256 newMaxFreeSupply)
setMaxPerWallet(uint256 _newAmt)
setMaxSupply(uint256 newMaxSupply)
setPause(bool _state)
sethiddenMetadataUrl(string _hiddenMetadataUrl)
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(string _baseMetadataUrl)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()