NFTinit Lifetime
Verified contract
Active on
Ethereum with 5,637 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 "NFTinit Lifetime"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21159513 | 15 hours ago | | | 0 | 0.0012924489 | |
| 21152035 | 2 days ago | | | 0 | 0.00030151996 | |
| 21151348 | 2 days ago | | | 0 | 0.00054855829 | |
| 21149428 | 2 days ago | | | 0 | 0.00045079071 | |
| 21149409 | 2 days ago | | | 0 | 0.00047047920 | |
| 21148514 | 2 days ago | | | 0 | 0.00058942356 | |
| 21146974 | 2 days ago | | | 0 | 0.00045980139 | |
| 21133443 | 4 days ago | | | 0 | 0.00046590000 | |
| 21133419 | 4 days ago | | | 0 | 0.00072658664 | |
| 21120006 | 6 days ago | | | 0 | 0.00025586918 |
ABI
ABI objects
Getter at block 21163907
MAX_PER_TX() view returns (uint256)
2
MAX_PER_WL() view returns (uint256)
2
MAX_SUPPLY() view returns (uint256)
1120
SALE_PRICE() view returns (uint256)
400000000000000000
SALE_STATE() view returns (uint256)
0
WL_PRICE() view returns (uint256)
300000000000000000
WL_PRICE_DISCOUNTED_2X() view returns (uint256)
500000000000000000
baseURI() view returns (string)
https://api.nftinit.io/api/metadata/lifetime/
name() view returns (string)
NFTinit Lifetime
owner() view returns (address)
0x49ae63056b3a0be0b166813ee687309ab653c07c
symbol() view returns (string)
INITLT
totalSupply() view returns (uint256)
1120
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)
tokensOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
mintPreSale(uint256 amount, bytes32[] merkleProof) payable
mintPublicSale(uint256 amount) payable
ownerMint(address account, uint256 amount)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setMerkleRoot(bytes32 _merkleRoot)
setSaleState(uint256 _saleState)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll()
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.