ATSUI NFT
Verified contract
Proxy
Active on
Ethereum with 14,351 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 43 additional slots
-
variable spans 45 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
11 additional
variables
Balances ($0.00)
No balances found for "ATSUI NFT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21115221 | 6 days ago | | | 0 | 0.00028596340 | |
| 21105286 | 8 days ago | | | 0 | 0.00015192000 | |
| 21104490 | 8 days ago | | | 0 | 0.00012844986 | |
| 21103961 | 8 days ago | | | 0 | 0.00032366500 | |
| 21103958 | 8 days ago | | | 0 | 0.00037072229 | |
| 21103954 | 8 days ago | | | 0 | 0.00029414261 | |
| 21103951 | 8 days ago | | | 0 | 0.00033088801 | |
| 21101707 | 8 days ago | | | 0 | 0.00026642214 | |
| 20948574 | a month ago | | | 0 | 0.00035306414 | |
| 20891663 | a month ago | | | 0 | 0.00022867262 |
ABI
ABI objects
Getter at block 21161375
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
available() view returns (uint256 quantity)
380
baseURI() view returns (string)
https://ipfs.io/ipfs/QmXFntXNtajbJKouqT8wpdUbpirLWjk7fJdMxaDcXUw89E/
isLastPhase() view returns (bool)
true
name() view returns (string)
ATSUI NFT
nextTokenId() view returns (uint256 id)
5175
owner() view returns (address)
0x59334f0ceb8774b884b38ac005ec1e46adb02e25
paused() view returns (bool)
true
phase() view returns (uint8)
2
symbol() view returns (string)
ANFT
totalSupply() view returns (uint256)
5175
treasure() view returns (address)
0x5076694538fb60ee506f1d7579cebc8d418392e7
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 admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
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()
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)
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)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.