Nfinite for N
Verified contract
Active on
Ethereum with 420 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 "Nfinite for N"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19567984 | 7 months ago | | | 0 | 0.0016103502 | |
| 19172261 | 9 months ago | | | 0 | 0.00055995453 | |
| 19172261 | 9 months ago | | | 0 | 0.00055801952 | |
| 18834634 | a year ago | | | 0 | 0.00097809266 | |
| 18674720 | a year ago | | | 0 | 0.0015272588 | |
| 16741341 | 2 years ago | | | 0 | 0.0011785959 | |
| 16642883 | 2 years ago | | | 0 | 0.0034130266 | |
| 16642882 | 2 years ago | | | 0 | 0.0034591414 | |
| 16522708 | 2 years ago | | | 0 | 0.0010124428 | |
| 16299390 | 2 years ago | | | 0 | 0.00093410535 |
ABI
ABI objects
Getter at block 21184842
MAX_MULTI_MINT_AMOUNT() view returns (uint256)
32
MAX_NUMBER_OF_MINTS() view returns (uint16)
5
MAX_N_TOKEN_ID() view returns (uint256)
8888
M_PERCENT_CUT() view returns (uint16)
20
V_PERCENT_CUT() view returns (uint16)
80
baseTokenURI() view returns (string)
https://arweave.net/KCfmd-uK8A5Elela-7m59fb3nwW-Zz0MMND2E5tlksQ/
isPreSaleActive() view returns (bool)
false
isSaleHalted() view returns (bool)
false
mAddress() view returns (address)
0x0acfa78eb4a99a5c666bf2fee98ab827d3710526
maxTokenId() view returns (uint256)
9776
maxTotalSupply() view returns (uint256)
888
n() view returns (address)
0x05a46f1e545526fb803ff974c790acea34d1f2d6
nHoldersMintsAvailable() view returns (uint256)
0
name() view returns (string)
Nfinite for N
onlyNHolders() view returns (bool)
true
openMintsAvailable() view returns (uint256)
386
owner() view returns (address)
0x9388ae20749ac8ab89bd7787569ef08991a0f199
priceForNHoldersInWei() view returns (uint256)
100000000000000000
priceForOpenMintInWei() view returns (uint256)
100000000000000000
reserveMinted() view returns (uint16)
0
reservedAllowance() view returns (uint16)
0
symbol() view returns (string)
NFINITE
totalSupply() view returns (uint256)
502
vAddress() view returns (address)
0x9388ae20749ac8ab89bd7787569ef08991a0f199
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mintWithN() payable
multiMintWithN(uint256 numberOfMints) 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 _newBaseURI)
setPreSaleState(bool _preSaleActiveState)
setSaleHaltedState(bool _saleHaltedState)
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(string name, string symbol, address _nContractAddress, bool onlyNHolders, uint256 maxTotalSupply, uint16 reservedAllowance, uint256 priceForNHoldersInWei, uint256 priceForOpenMintInWei)
This contract contains no fallback and receive objects.
This contract contains no error objects.