KIP Protocol

Verified contract

Active on Ethereum with 8,200 txns
Deployed by via 0x07fcb33b at 19759897
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 2 additional slots

No balances found for "KIP Protocol"

0x98f10d3bc40b540e54826c558deb12c77d24ba8ea970591aa23acf28ec28a266
0xeb97d58b7bf46a3a54259077a0b794b50c9bae2837e4ced08186011598a31850
0x17d815ebf5ca02274eee2adef049106f59b0fbcd44715dcd4c555d31824ce440
0xb33dae694e459e08505bf532d501223907f4a305c8a8447fa874eac4ed9f7259
0x67669ba1858bc2f4c2d6fff85b972b7f44bb07c8faab9653d7d8c96d2f2f2c6a
0x8fcf5e2a26122f31ddfda076366a907c58660736aed5085aa52a63f114c7e416
0x18637d273cf3c76533cbb6b6a726276fabcdd58637b2d89c23e2da6cfb393130
0x2f92df7bca03f4087c0c5a3ee099af1b94f7a6bbb35a3a6e40197b2e0631971b
0x792e9837ba908647a6f9709e386fd223d19258be4b2db8d16e842f94b7ec7ccb
0xbe731b2f47ebf570897f5ff21a086e0cd9dd4442c7369fc791306f915e0be257

Functions
Getter at block 21249041
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(uint256view returns (uint256)
_minted(addressview returns (uint256)
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
mint(bytes signature
mintToTreasury(address treasuryAddress
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setMintStage(uint256 stage
setPublicSale(bool enabled
setWhitelistSigningAddress(address _address
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(address initialOwneraddress signerAddress
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ECDSAInvalidSignature(
ECDSAInvalidSignatureLength(uint256 length
ECDSAInvalidSignatureS(bytes32 s
ERC721IncorrectOwner(address senderuint256 tokenIdaddress owner
ERC721InsufficientApproval(address operatoruint256 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