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 "ADNFT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21050127 | a month ago | | | 0 | 0.00014056083 | |
| 20637278 | 3 months ago | | | 0 | 0.000045787560 | |
| 20599197 | 3 months ago | | | 0 | 0.000032653992 | |
| 20392805 | 4 months ago | | | 0 | 0.000040956587 | |
| 20345850 | 4 months ago | | | 0 | 0.000068163134 | |
| 20269081 | 5 months ago | | | 0 | 0.00026168924 | |
| 20131294 | 5 months ago | | | 0 | 0.00039685709 | |
| 20115914 | 5 months ago | | | 0 | 0.00038561490 | |
| 20078208 | 6 months ago | | | 0 | 0.00067491857 | |
| 20068686 | 6 months ago | | | 0 | 0.00030636804 |
ABI
ABI objects
Getter at block 21294218
getStatus() view returns (uint8 _status, uint256 _price, uint256 _amount, uint256 _stageTotalSupply, uint256 _maxTotalSupply, uint256 stageSupply)
(_status=3, _price=19375000000000000, _amount=5, _stageTotalSupply=5555, _maxTotalSupply=5555, stageSupply=5555)
mintedAll() view returns (uint256)
0
mintedStage() view returns (uint256)
0
name() view returns (string)
ADNFT
owner() view returns (address)
0xbfc3f52c68406ee159fc9045adc89162d18d15f4
symbol() view returns (string)
Asian Disappointments
totalSupply() view returns (uint256)
5555
Read-only
balanceOf(address owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
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)
testSinger(string salt, bytes signString) view returns (address)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
verifyMerkle(bytes32[] _merkleProof) view returns (bool)
State-modifying
Events approve(address to, uint256 tokenId)
devMint()
mint(uint256 amount) payable
prePublicMint(uint256 amount, string salt, bytes signString) payable
preSaleMint(uint256 amount, bytes32[] _merkleProof) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setMerkleRoot(bytes32 _merkleRoot)
setPrePubSigner(address pubPreSigner)
setStatus(uint8 _status, uint256 _amount, uint256 _price, uint256 _stageTotalSupply, uint256 _stageSupply)
setURI(string _newUri)
transferFrom(address from, address to, uint256 tokenId)
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)
PaymentReleased(address to, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _tokenName, string _tokenSymbol)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()