NFTinit Desktop App
Verified contract
Active on
Ethereum with 1,159 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 3 additional slots
Balances ($0.00)
No balances found for "NFTinit Desktop App"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21359962 | 4 days ago | | | 0 | 0.00092676353 | |
| 21349090 | 6 days ago | | | 0 | 0.00058937308 | |
| 21344460 | 7 days ago | | | 0 | 0.0027078904 | |
| 21332101 | 8 days ago | | | 0 | 0.0014678577 | |
| 21331773 | 8 days ago | | | 0 | 0.0020104700 | |
| 21324154 | 9 days ago | | | 0 | 0.0013006987 | |
| 21313678 | 11 days ago | | | 0 | 0.00096670826 | |
| 21305330 | 12 days ago | | | 0 | 0.00040715064 | |
| 21305329 | 12 days ago | | | 0 | 0.00040717901 | |
| 21298792 | 13 days ago | | | 0 | 0.00038093756 |
ABI
ABI objects
Getter at block 21391319
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
PHASE1_PER_WL() view returns (uint256)
2
PHASE1_PRICE() view returns (uint256)
2250000000000000000
PHASE2_PRICE() view returns (uint256)
2250000000000000000
PHASE3_PER_WL() view returns (uint256)
1
PHASE3_PRICE() view returns (uint256)
2750000000000000000
PHASE4_PER_WL() view returns (uint256)
1
PHASE4_PRICE() view returns (uint256)
3000000000000000000
baseURI() view returns (string)
https://sol.nftinit.io/api/metadata/desktop/
maxSupply() view returns (uint256)
240
name() view returns (string)
NFTinit Desktop App
owner() view returns (address)
0x49ae63056b3a0be0b166813ee687309ab653c07c
saleConfig() view returns (uint8 phase, uint256 price, uint256 maxPerAddress, bytes32 merkleRoot)
(phase=2, price=2250000000000000000, maxPerAddress=0, merkleRoot=0xa08273e1cafbab1e10e8fcaaa3f81a8e16a08c1e20b8beff48eb9beae3e6b439)
symbol() view returns (string)
INIT
teamMinted() view returns (uint256)
41
totalSupply() view returns (uint256)
240
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
mintedCount(uint8, address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address operator, uint256 tokenId)
changeRoyaltyData(address receiver, uint96 feeNumerator)
mintFoundersPresale(uint256 quantity, bytes32[] merkleProof) payable
mintFoundersSale(uint256 quantity, bytes32[] merkleProof) payable
mintMemberSale(uint256 quantity, bytes32[] merkleProof) payable
mintPublicSale(uint256 quantity) 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)
setMaxSupply(uint256 _maxSupply)
setSaleConfig(struct NFTinitDesktopSaleConfig _saleConfig)
startFoundersPresale(bytes32 merkleRoot)
startFoundersSale(bytes32 merkleRoot)
startMemberSale(bytes32 merkleRoot)
startPublicSale()
teamMint(address to, uint256 amount)
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(address receiver, uint96 feeNumerator)
This contract contains no fallback and receive objects.
OperatorNotAllowed(address operator)