AtsuiNft
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
9
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 43 additional slots
-
variable spans 45 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
7 additional
variables
Balances ($0.00)
No balances found for "AtsuiNft"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "AtsuiNft"
ABI
ABI objects
Getter at block 21161375 available() view returns (uint256 quantity) isLastPhase() view returns (bool) nextTokenId() view returns (uint256 id)
AMOUNT_MAX() view returns (uint256)
2
NAME() view returns (string)
ATSUI NFT
PRICE0() view returns (uint256)
89000000000000000
PRICE1() view returns (uint256)
98000000000000000
PRICE2() view returns (uint256)
98000000000000000
SYMBOL() view returns (string)
ANFT
TOTALSUPPLY0() view returns (uint256)
2500
TOTALSUPPLY1() view returns (uint256)
3000
TOTALSUPPLY2() view returns (uint256)
55
baseURI() view returns (string)
name() view returns (string)
owner() view returns (address)
0x0000000000000000000000000000000000000000
paused() view returns (bool)
false
phase() view returns (uint8)
0
symbol() view returns (string)
totalSupply() view returns (uint256)
0
treasure() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
amountMaxs(uint256) view returns (uint256)
availableFor(address to) view returns (uint256 quantity)
balanceOf(address owner) view returns (uint256)
balances(uint256) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
merkleRoots(uint256) view returns (bytes32)
mints(uint256, address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
prices(uint256) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
totalSupplies(uint256) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
batchMint(address to, uint256 quantity, uint256 index, bytes32[] merkleProof) payable
initialize(address treasure_, string baseURI_, bytes32 merkleRoot0, bytes32 merkleRoot1)
nextPhase()
pause()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setAmountMax(uint256 amountMax_, uint256 phase_)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
setMerkleRoot(bytes32 merkleRoot_, uint256 phase_)
setPrice(uint256 price_, uint256 phase_)
setTotalSupply(uint256 totalSupply_, uint256 phase_)
setTreasure(address treasure_)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Initialized(uint8 version)
NextPhase(address arg0, uint256 arg1)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
SetAmountMax(address arg0, uint256 arg1, uint256 arg2)
SetBaseURI(address arg0, string arg1)
SetMerkleRoot(address arg0, bytes32 arg1, uint256 arg2)
SetPrice(address arg0, uint256 arg1, uint256 arg2)
SetTotalSupply(address arg0, uint256 arg1, uint256 arg2)
SetTreasure(address arg0, address arg1)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
Withdraw(address arg0, uint256 arg1)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.