KIP Protocol
Verified contract
Active on
Ethereum with 8,183 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 2 additional slots
Balances ($0.00)
No balances found for "KIP Protocol"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21183335 | 5 hours ago | | | 0 | 0.0014195523 | |
| 21183173 | 6 hours ago | | | 0 | 0.0018611844 | |
| 21177780 | a day ago | | | 0 | 0.00050894609 | |
| 21171761 | 2 days ago | | | 0 | 0.0012055769 | |
| 21170802 | 2 days ago | | | 0 | 0.0020913115 | |
| 21170796 | 2 days ago | | | 0 | 0.0017950739 | |
| 21170490 | 2 days ago | | | 0 | 0.0013588203 | |
| 21169434 | 2 days ago | | | 0 | 0.0012320062 | |
| 21169127 | 2 days ago | | | 0 | 0.00089109918 | |
| 21168709 | 2 days ago | | | 0 | 0.0015070355 |
ABI
ABI objects
Getter at block 21184938
DOMAIN_SEPARATOR() view returns (bytes32)
0x875e9f6608f2ed19cee9f83ba63d70c14b23ed81bf7efa620832ea478795a278
TYPEHASH() view returns (bytes32)
0x68e83002b91b0fd96d4df3566b5122221117e3ec6c2468fda594f6491f89b1c9
_baseTokenURI() view returns (string)
https://nft.kip.pro/api/metadata/genesis/
currentStage() view returns (uint256)
2
name() view returns (string)
KIP Protocol
owner() view returns (address)
0xc2ca0edb941926dec0e2bf2f146e9c833b10a514
publicSale() view returns (bool)
false
symbol() view returns (string)
KIP
totalSupply() view returns (uint256)
3888
Read-only
_maxSupplyStages(uint256) view returns (uint256)
_minted(address) view returns (uint256)
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)
State-modifying
Events approve(address to, uint256 tokenId)
mint(bytes signature)
mintToTreasury(address treasuryAddress)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setMintStage(uint256 stage)
setPublicSale(bool enabled)
setWhitelistSigningAddress(address _address)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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 initialOwner, address signerAddress)
This contract contains no fallback and receive objects.
ECDSAInvalidSignature()
ECDSAInvalidSignatureLength(uint256 length)
ECDSAInvalidSignatureS(bytes32 s)
ERC721IncorrectOwner(address sender, uint256 tokenId, address owner)
ERC721InsufficientApproval(address operator, uint256 tokenId)
ERC721InvalidApprover(address approver)
ERC721InvalidOperator(address operator)
ERC721InvalidOwner(address owner)
ERC721InvalidReceiver(address receiver)
ERC721InvalidSender(address sender)
ERC721NonexistentToken(uint256 tokenId)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)