Nft Alerts Lifetime Pass
Verified contract
Active on
Ethereum with 1,283 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 "Nft Alerts Lifetime Pass"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21102399 | 22 days ago | | | 0 | 0.00012635250 | |
| 20575764 | 3 months ago | | | 0 | 0.000063716799 | |
| 20575763 | 3 months ago | | | 0 | 0.000064571000 | |
| 20101245 | 5 months ago | | | 0 | 0.000091531726 | |
| 19949378 | 6 months ago | | | 0 | 0.00017758785 | |
| 19777501 | 7 months ago | | | 0 | 0.00021931818 | |
| 19052902 | 10 months ago | | | 0 | 0.00023149676 | |
| 19050545 | 10 months ago | | | 0 | 0.00060014165 | |
| 17552314 | a year ago | | | 0 | 0.00051057973 | |
| 17520133 | a year ago | | | 0 | 0.00080435288 |
ABI
ABI objects
Getter at block 21258920
IS_SALE_ACTIVE() view returns (bool)
true
MAX_MINT_AMOUNT_PER_TX() view returns (uint256)
50
MAX_SUPPLY() view returns (uint256)
3000
PRICE() view returns (uint256)
2000000000000000
name() view returns (string)
Nft Alerts Lifetime Pass
owner() view returns (address)
0x9d5381bb321508ce6dce9dfe3d5b9849ed7a9b6c
symbol() view returns (string)
PASS
totalSupply() view returns (uint256)
3000
Read-only
balanceOf(address owner) view returns (uint256)
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)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 _mintAmount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string customBaseURI_)
setMaxMintPerTx(uint256 maxMintPerTx)
setPrice(uint256 customPrice)
setSaleActive(bool saleIsActive)
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(uint256 price, uint256 maxSupply, string baseUri, uint256 maxMintPerTx, bool isSaleActive)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()