ACNFT PASS
Verified contract
Active on
Ethereum with 939 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 "ACNFT PASS"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21005803 | 25 days ago | | | 0 | 0.00023315520 | |
| 20703913 | 2 months ago | | | 0 | 0.000059285106 | |
| 20361899 | 4 months ago | | | 0 | 0.00021602912 | |
| 20361897 | 4 months ago | | | 0 | 0.00033581310 | |
| 20089441 | 5 months ago | | | 0 | 0.00027719400 | |
| 19543326 | 7 months ago | | | 0 | 0.00046544769 | |
| 19279694 | 9 months ago | | | 0 | 0.0015032995 | |
| 18849440 | a year ago | | | 0 | 0.00056274083 | |
| 18089466 | a year ago | | | 0 | 0.00021250378 | |
| 17919916 | a year ago | | | 0 | 0.00043527996 |
ABI
ABI objects
Getter at block 21181502
INTERNAL_SUPPLY() view returns (uint256)
88
baseURI() view returns (string)
maxSupply() view returns (uint256)
438
merkleRoot() view returns (bytes32)
0xd1caf6057a82abab98514551a9b8ca3d329670ea7c2b18d74bf2a8573a3c60f8
mintPrice() view returns (uint256)
350000000000000000
name() view returns (string)
ACNFT PASS
notRevealedURI() view returns (string)
ipfs://QmfACkh3rJtgLZfjzxK8ncF1Asi5DF9abVi1ZZ5tW5qXby
owner() view returns (address)
0x300d338d3845ff9ed8fcdb2fd05b76eea7f4a835
saleStatus() view returns (uint8)
2
symbol() view returns (string)
ACNFT
tokenPerAccountLimit() view returns (uint256)
2
totalSupply() view returns (uint256)
438
whiteListPrice() view returns (uint256)
300000000000000000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
mintedCount(address mintAddress) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
internalMint(address receiver)
mint(uint256 count) payable
mintWhitelist(bytes32[] merkleProof, uint256 count) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURL(string url)
setMaxSupply(uint256 supply)
setMerkleRoot(bytes32 root)
setMintPrice(uint256 price)
setNotRevealedURI(string _notRevealedURI)
setPaymentAddress(address paymentAddress)
setSaleStatus(uint8 status)
setTokenPerAccountLimit(uint256 limit)
setWhiteListPrice(uint256 price)
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address paymentAddress, string _notRevealedURI)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()