AZAYAKA
Verified contract
Proxy
Active on
Ethereum with 1,021 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 47 additional slots
-
variable spans 48 additional slots
4 additional
variables
Balances ($0.00)
No balances found for "AZAYAKA"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21102298 | a month ago | | | 0 | 0.00025671585 | |
| 20602865 | 3 months ago | | | 0 | 0.000062914113 | |
| 20320173 | 4 months ago | | | 0 | 0.0010002153 | |
| 20099269 | 6 months ago | | | 0 | 0.00015040639 | |
| 18377296 | a year ago | | | 0 | 0.00063270923 | |
| 18290719 | a year ago | | | 0 | 0.00051962697 | |
| 18284332 | a year ago | | | 0 | 0.00051779705 | |
| 18270287 | a year ago | | | 0 | 0.00060428543 | |
| 18270282 | a year ago | | | 0 | 0.0014484304 | |
| 18270276 | a year ago | | | 0 | 0.0012600430 |
ABI
ABI objects
Getter at block 21306053
getCurrentCost() view returns (uint256)
20000000000000000
getStatus() view returns (uint256 _cost, uint64 _phase, bool _isPause, uint256 _totalSupply)
(_cost=20000000000000000, _phase=5, _isPause=true, _totalSupply=1500)
isPause() view returns (bool)
true
maxSupply() view returns (uint64)
1500
name() view returns (string)
AZAYAKA
owner() view returns (address)
0xc1e716217ca49b25877687e048c9489ab0994d55
preCost() view returns (uint256)
17000000000000000
publicCost() view returns (uint256)
20000000000000000
salePhase() view returns (uint64)
5
symbol() view returns (string)
AZ
totalSupply() view returns (uint256)
1500
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getMintedCount(address _address) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
mintedLists(uint64, address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 _interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
approve(address operator, uint256 tokenId) payable
initialize()
ownerMint(address _address, uint256 count)
preMint(uint256 _mintAmount, uint256 _maxCount, bytes32[] _proof) payable
publicMint(uint256 _mintAmount) 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 _newBaseURI)
setHiddenBaseURI(string _uri)
setMaxSupply(uint64 _maxSupply)
setMember(address member, bool enable)
setMerkleRoot(bytes32 _merkleRoot1, bytes32 _merkleRoot2)
setMintedCountPhase()
setPause(bool _bool)
setPreCost(uint256 _preCost)
setPublicCost(uint256 _publicCost)
setReveal(bool _bool)
setRoyaltyInfo(address _royaltyReceiver, uint96 _feePercent)
setSalePhase(uint64 _phase)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdraw()
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
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)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetMember(address member, bool enable)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
CallerIsAnotherContract()
CallerIsNotTeam()
FailedWithdraw()
InvalidMerkleProof()
MaxSupplyOver()
MintAmountCannotBeZero()
MintAmountOver()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
NonexistentToken()
NotEnoughFunds()
NowPaused()
OperatorNotAllowed(address operator)
OverMintLimit()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
PresaleIsActive()
PresaleIsNotActive()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()