Project INO
Verified contract
Active on
Ethereum with 17,971 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 "Project INO"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20998136 | a month ago | | | 0 | 0.00022772874 | |
| 20755997 | 2 months ago | | | 0 | 0.000053587979 | |
| 20607133 | 3 months ago | | | 0 | 0.000033178244 | |
| 20324178 | 4 months ago | | | 0 | 0.00033641340 | |
| 20246207 | 4 months ago | | | 0 | 0.000044917113 | |
| 20246153 | 4 months ago | | | 0 | 0.000052302000 | |
| 20246153 | 4 months ago | | | 0 | 0.000048302000 | |
| 20151174 | 5 months ago | | | 0 | 0.000049104425 | |
| 20150960 | 5 months ago | | | 0 | 0.000048673474 | |
| 20137755 | 5 months ago | | | 0 | 0.00012135858 |
ABI
ABI objects
Getter at block 21221907
INO_LIMIT() view returns (uint256)
1
INO_SUPPLY() view returns (uint256)
7999
baseExtension() view returns (string)
.json
merkleRoot() view returns (bytes32)
0x46b766f1c30e263dc7b1ec95d353f2bc77984e37be577c070954ca86021f61b0
name() view returns (string)
Project INO
owner() view returns (address)
0xdc0cef0726ebd32eb9cb1e650790438039e3ea12
revealed() view returns (bool)
true
saleConfig() view returns (uint8)
0
symbol() view returns (string)
INO
totalSupply() view returns (uint256)
7999
unRevealedURI() view returns (string)
ipfs://QmSZ7Z4Nvos53VoPvWmKWSDQ8dA7FDWa5TYDpvGjCcxkFi/unrevealedmetadata.json
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getOwnershipData(uint256 _tokenId) view returns (struct IERC721ATokenOwnership)
inoListPurchased(address) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address _owner) view returns (uint256)
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)
finalMint(uint256 _amount) payable
inoListMint(uint256 _amount, bytes32[] _proof) payable
renounceOwnership()
reveal()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setMerkleRoots(bytes32 _merkleRoot)
setSaleConfig(uint8 _status)
setUnRevealedUri(string _unRevealedUri)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawFunds()
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 _withdrawalAddress, string _RBaseURI, string _unRevealedUri)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()