Zenogakki
Verified contract
Active on
Ethereum with 8,632 txns
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 "Zenogakki"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21212526 | 9 days ago | | | 0 | 0.00045626276 | |
| 21139040 | 19 days ago | | | 0 | 0.00037721181 | |
| 21105119 | 24 days ago | | | 0 | 0.00012343068 | |
| 21103828 | 24 days ago | | | 0 | 0.00016287479 | |
| 21059581 | a month ago | | | 0 | 0.00019056730 | |
| 20997837 | a month ago | | | 0 | 0.00048116856 | |
| 20989933 | a month ago | | | 0 | 0.00055802821 | |
| 20985273 | a month ago | | | 0 | 0.00098669602 | |
| 20892057 | 2 months ago | | | 0 | 0.00017807247 | |
| 20892051 | 2 months ago | | | 0 | 0.00017308174 |
ABI
ABI objects
Getter at block 21276235
MAX_COLLECTION_SIZE() view returns (uint256)
10000
MAX_CUT() view returns (uint256)
6750000000000000000
MAX_PER_WALLET() view returns (uint256)
5
MAX_PUBLIC_SIZE() view returns (uint256)
7500
MINT_PRICE() view returns (uint256)
280000000000000000
OG_MAX_MINT() view returns (uint256)
4
PRESALE_PRICE() view returns (uint256)
240000000000000000
WL_MAX_MINT() view returns (uint256)
2
maxCollectionSize() view returns (uint256)
10000
maxPerWallet() view returns (uint256)
5
maxPublicSize() view returns (uint256)
7500
name() view returns (string)
Zenogakki
owner() view returns (address)
0x70b19bf3233b418993815290cec95308a126af05
phase1Start() view returns (uint256)
1657209000
phase2Start() view returns (uint256)
1657213200
publicEnd() view returns (uint256)
1657245600
publicStart() view returns (uint256)
1657224000
symbol() view returns (string)
ZENO
totalSupply() view returns (uint256)
10000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
og(address) view returns (bool)
ogHasClaimed(address) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
wl1(address) view returns (bool)
wl2(address) view returns (bool)
State-modifying
Events approve(address to, uint256 tokenId)
devMint(address to, uint256 quantity)
mint(uint256 quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
seedOg(address[] addresses, bool allow)
seedWl1(address[] addresses, bool allow)
seedWl2(address[] addresses, bool allow)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setCutAddress(address cutAddress_)
setMaxCollectionSize(uint256 maxCollectionSize_)
setMaxPerWallet(uint256 maxPerWallet_)
setMaxPublicSize(uint256 maxPublicSize_)
setPhase1Start(uint256 phase1Start_)
setPhase2Start(uint256 phase2Start_)
setPublicEnd(uint256 publicEnd_)
setPublicStart(uint256 publicStart_)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawCut()
withdrawMoney()
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(uint256 toTreasury)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()