NinjalertsLifetimeNFT
Verified contract
Active on
Ethereum with 4,067 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 "NinjalertsLifetimeNFT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21237502 | a day ago | | | 0 | 0.00086761240 | |
| 21204057 | 6 days ago | | | 0 | 0.00045372076 | |
| 21168553 | 11 days ago | | | 0 | 0.0015923159 | |
| 21168433 | 11 days ago | | | 0 | 0.00096577340 | |
| 21146131 | 14 days ago | | | 0 | 0.00044108996 | |
| 21116534 | 18 days ago | | | 0 | 0.00026218357 | |
| 21094370 | 21 days ago | | | 0 | 0.00053374000 | |
| 21075224 | 24 days ago | | | 0 | 0.00039521122 | |
| 21044612 | a month ago | | | 0 | 0.00050654534 | |
| 21008904 | a month ago | | | 0 | 0.00047916381 |
ABI
ABI objects
Getter at block 21245999
NINJALERT_NFT() view returns (uint256)
0
cost() view returns (uint256)
250000000000000000
maxPublicMintPerTx() view returns (uint256)
5
owner() view returns (address)
0x3c6b236dea524d6cbf120fc3567a61a117ded252
saleStatus() view returns (uint8)
0
tokensRemaining() view returns (uint256)
0
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
isApprovedForAll(address account, address operator) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256) view returns (string)
whitelistMintCount(address) view returns (uint256)
State-modifying
Events devMint(uint256 amount, address targetAddress)
publicMint(uint256 amount) payable
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setURI(string uri_)
setWhitelist(bytes32 list1Root, bytes32 list2Root)
startPublicSale()
startWhitelistSale(bytes32 list1Root, bytes32 list2Root)
stopMint()
transferOwnership(address newOwner)
whitelist1Mint(bytes32[] proof) payable
whitelist2Mint(uint256 amount, bytes32[] proof) payable
withdraw() payable
ApprovalForAll(address indexed account, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.