KIP Protocol

Verified contract

Active on Ethereum with 8,183 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"

0x97fdc0c397e68499fef1f217646ffc0b38426d772f34d0337a8394b7076e2c88
0x128a1a67abd0430afc8098434c7c1666e8fe1fbc77f5844baba5e40bf31be641
0x023c9317ab5022bf5ec02443a501387e8eea54d44a58b300b53891c08d4cf62f
0x598fd641ffbb89d16c4479bbe51015971fa35bfd27633197b37301b859a089e4
0xbef2679184892721e13c232a444ee6f48f547e91070780a2aa5d9aa7ef006ade
0x5234bf68b04a611a1ea4be6ea6c12a9cf117c94d8462d4042d88cda6aa9ec152
From
0xd7b24fcac34d4544740d1a32ef52e42b0b660d14057c648148d228fb2730a36a
0xd975e91a22d534803234f4c0aa111a10eb3a6ac4ec9523ecb80cb7c5120df3ac
0x857a7609354354f1a40b3c0e947955c341ddbf011d6bceaae318ca64f7e5d2c4
0xebeb1a525e12d5cfbc748f436e5a9d00a71d0f2d43c31bbeddcde702add16e7b

Functions
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(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