InPeak Gen II
Verified contract
Active on
Ethereum with 1,176 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 "InPeak Gen II"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21161638 | 7 days ago | | | 0 | 0.00075921768 | |
| 20768572 | 2 months ago | | | 0 | 0.000063766235 | |
| 20768571 | 2 months ago | | | 0 | 0.000063719935 | |
| 20553908 | 3 months ago | | | 0 | 0.000027828458 | |
| 20311220 | 4 months ago | | | 0 | 0.00018828237 | |
| 19735124 | 7 months ago | | | 0 | 0.00022042232 | |
| 19700972 | 7 months ago | | | 0 | 0.00015812785 | |
| 19665355 | 7 months ago | | | 0 | 0.00036845932 | |
| 19495573 | 8 months ago | | | 0 | 0.00046373467 | |
| 19354243 | 9 months ago | | | 0 | 0.0017363462 |
ABI
ABI objects
Getter at block 21213613
getPublicRemainingSupply() view returns (uint256)
8413
getRemainingSupply() view returns (uint256)
9377
maxSupply() view returns (uint256)
10000
name() view returns (string)
InPeak Gen II
owner() view returns (address)
0x2bf54f80de87025389d87d610afd4b0b1bc41a23
pendingReservedSupply() view returns (uint256)
964
pledgeContractAddress() view returns (address)
0x84806dcbd8f8ebbd215c10241c547a8b87961f85
symbol() view returns (string)
IPGENII
tokenCounter() view returns (uint256)
623
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)
tokenLevelOf(uint256) view returns (uint8)
tokenURI(uint256 tokenId) view returns (string)
tokenURIByLevel(uint8) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mintReserved(address[] recipients)
pledgeMint(address to, uint8 quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setMaxSupply(uint256 pMaxSupply)
setPendingReservedSupply(uint256 pPendingReservedSupply)
setPledgeContractAddress(address _pledgeContractAddress)
setTokenLevel(uint256 pTokenId, uint8 pLevel)
setTokenURI(uint8 level, string pURI)
setTokensLevel(uint256[] pTokenIds, uint8 pLevel)
setTokensLevels(uint256[] pTokenIds, uint8[] pLevels)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
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)
Received(address sender, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(uint256 pMaxSupply, uint256 pPendingReservedSupply)
receive()
InvalidQuantity()
MaxSupplyExceeded()